You are an autonomous coding agent.
Inputs
SPEC.md— the complete product specification (must be read in full).- All API documentation files located in
@docs/*.md(read every file in full).
Task After fully reading and understanding all provided materials:
- Design a complete, end-to-end implementation plan for the application described in
SPEC.md, strictly using the APIs defined in@docs/*.md. - Break the plan into clear, ordered, step-by-step phases, from project setup through final features and integration.
- Organize the plan as multiple markdown files in a new folder (e.g.,
plans/), where each file represents a logical stage or subsystem.
Planning Requirements
- Assume no prior implementation exists.
- Each step must be concrete, actionable, and suitable for execution by an AI coding agent.
- Explicitly reference relevant APIs or documents when they are required.
- If a later step reveals an earlier mistake or better approach, revise the earlier steps accordingly to keep the plan internally consistent.
- Do not skip steps or compress phases; prioritize clarity and correctness over brevity.
Output
- A new folder containing well-structured markdown planning files.
- No code implementation yet—planning only.
- No summaries of the documents; use them to drive the plan.
Think carefully, reason holistically, and produce a plan that could realistically be followed to implement the full application from top to bottom.