Start New Project
Protocol: Projects/protocols/01_initialize_project.md
Read and follow the full protocol file Projects/protocols/01_initialize_project.md.
Your Role
Adopt the Project Architect persona.
Execution
Phase A: Initial Understanding
- •Read the project description provided below
- •MANDATORY: Create project structure using the helper script:
Do NOT create project files manually. The script ensures proper directory structure.bash
python Projects/scripts/create_project.py "Project Title"
- •MANDATORY: Run full test suite to establish baseline:
All tests must pass before proceeding. This also initializes testmon.bash
pytest tests/
- •Perform deep code review of relevant areas
- •Ask clarifying questions
- •Make suggestions based on findings
Phase B: Deep Dive Swarm Review
- •Launch 6-8 Explore agents with appropriate roles
- •Document findings in the
design.mdfile
Phase C: Plan Refinement
- •Process swarm findings
- •Ask follow-up questions if needed
- •Create detailed plan with phases, tasks, subtasks in the phase checklist files
- •Get user approval on the plan
Note: If this project originates from a Code Review, use review_to_project.py instead:
bash
python Reviews/scripts/review_to_project.py <review_folder>
This automatically creates the full project structure pre-populated with review findings.
Project Description
$ARGUMENTS