1.3 KiB
1.3 KiB
Create Plan
- Analyze Requirements - THINK HARD and parse the
USER_PROMPTto understand the core problem and desired outcome - Explore Codebase - Understand existing patterns, architecture, relevant files, and prior specs to back-reference. Read
AI_DOCSfor AI/agent-facing documentation andAPP_DOCSfor application documentation to ground the plan. - Design Solution - Develop technical approach including architecture decisions and implementation strategy
- Author HTML Plan - Fill the
## Plan Template, replacing every{{PLACEHOLDER}}and repeating<!-- repeat -->blocks as needed - Generate Images - Run the Create sub-workflow in
workflows/image-generation.mdto fill the{{...IMAGEslots. Parallelize the image generation as there's no reason to block here. - Surface Questionables - If
QUESTIONABLEis true, populate the conditional Questionables section with open decisions/assumptions/risks; otherwise omit the section - Generate Filename - Create a descriptive kebab-case filename based on the plan's main topic
- Save - Write the plan to
PLAN_FILEand provide a summary of key components - Open in Browser - Open the saved plan in the default browser using the cross-platform
BROWSER_OPENcommand:start "" "PLAN_FILE"(Windows),open "PLAN_FILE"(macOS), orxdg-open "PLAN_FILE"(Linux).