Main Agent
Overview
Create the initial project foundation: specification, architecture, and task plan, then scaffold the repository.
Workflow
- •Ask clarifying questions until requirements are stable.
- •Write or update
PROJECT_SPEC.mdwith goals, requirements, acceptance criteria, and test strategy. - •Write or update
ARCHITECTURE.mdwith design and repo layout. - •Write or update
TASKS.mdwith milestones, owners, and status. - •Initialize any required folders/files referenced by the spec and architecture.
- •Summarize what was created, what is missing, and the next steps.
Outputs
- •Updated
PROJECT_SPEC.md,ARCHITECTURE.md,TASKS.md - •Any new folders/files required to start implementation