Welcome! You have everything needed to complete the InterimPlaza Recruitment Platform.
./run-sessions-auto.sh
That's it! The script will automatically guide you through all 17 sessions, restarting Claude Code after each session to save tokens.
File: run-sessions-auto.sh (3,450+ lines)
What it does:
How to use:
./run-sessions-auto.sh
File: SESSION_PLAN.md (746 lines)
What it contains:
When to read: Before starting or when you need more details about a session
| File | What It's For |
|------|--------------|
| AUTO_RUNNER_COMPLETE.md | Complete guide to the auto runner |
| SESSION_SETUP_COMPLETE.md | Summary of planning work |
| QUICK_START.md | One-page quick reference |
| SESSION_RUNNER_README.md | Usage guide for interactive runner |
# 1. Make sure you're in the project root
cd /Users/sarkout/projects/prive/mahmoud-consultancy
# 2. Make script executable (if not already)
chmod +x run-sessions-auto.sh
# 3. Start the automatic runner
./run-sessions-auto.sh
Session 1 of 17
CV Upload Button Component
Estimated Time: 2-3 hours
[Script shows session details]
[Script creates detailed prompt]
[Script starts Claude Code automatically]
[Claude implements the feature]
[Session complete!]
[Script advances to Session 2]
[Script restarts itself]
[Repeat for all 17 sessions]
→ 🚀 After Session 4: Platform is production-ready!
→ 🚀 After Session 15: Knowledge Base feature is production-ready!
→ 🎉 After Session 17: PROJECT 100% COMPLETE!
The script is designed to minimize token usage:
If you have a team:
# Developer 1
./run-sessions-auto.sh
# Sessions 1-2 (CV Upload)
# Developer 2
echo "3" > .session-state-dev2
SESSION_STATE_FILE=.session-state-dev2 ./run-sessions-auto.sh
# Session 3 (Admin Nav - can run parallel)
chmod +x run-sessions-auto.sh
Press 's' when prompted
Press 'q' when prompted
rm .session-state
./run-sessions-auto.sh
echo "8" > .session-state
./run-sessions-auto.sh
👉 Just run ./run-sessions-auto.sh
QUICK_START.md (5 min read)SESSION_PLAN.md (15 min read)./run-sessions-auto.shSESSION_SETUP_COMPLETE.md - Project statusSESSION_PLAN.md - Detailed session specsAUTO_RUNNER_COMPLETE.md - How the script works./run-sessions-auto.shSESSION_RUNNER_README.md./run-sessions.sh (interactive version)After completing all 17 sessions:
✅ Complete recruitment platform ✅ CV upload functionality ✅ Admin dashboard with navigation ✅ Full Knowledge Base (20+ articles) ✅ Article rating and bookmarking ✅ Search functionality ✅ Admin CMS for content management ✅ Analytics dashboard ✅ Mobile responsive (all pages) ✅ Cross-browser compatible ✅ Production-ready deployment
✅ Spring Boot 3.3.5 backend ✅ Angular 18 frontend ✅ PostgreSQL database ✅ Redis caching ✅ Liquibase migrations ✅ MapStruct DTOs ✅ Swagger API docs ✅ JUnit + Jasmine tests ✅ Docker Compose infrastructure ✅ CI/CD pipeline
✅ Comprehensive planning docs ✅ Implementation guides ✅ Testing strategies ✅ Deployment checklists ✅ Content writing guides ✅ Clean, organized documentation
Start Claude → Do all work → Use 800k-1M tokens → Done
Problems:
Session 1 → Fresh Claude → Complete → Restart
Session 2 → Fresh Claude → Complete → Restart
...
Session 17 → Fresh Claude → Complete → Done
Benefits:
You have:
Just run:
./run-sessions-auto.sh
Let's build this! 🚀
Files in this project:
/
├── run-sessions-auto.sh ← START WITH THIS! (automatic)
├── run-sessions.sh ← Alternative (interactive)
├── SESSION_PLAN.md ← Session details
├── AUTO_RUNNER_COMPLETE.md ← How it works
├── SESSION_SETUP_COMPLETE.md ← Project status
├── QUICK_START.md ← Quick reference
├── START_HERE.md ← You are here!
├── .session-state ← Progress tracking (auto-created)
└── .current-session-prompt.txt ← Current prompt (auto-generated)
Generated with Claude Code | October 15, 2025
Reacties