Commandtypescript
/plan Command
Generate implementation plan and save it to .plan directory
Generate a detailed implementation plan for "$ARGUMENTS" and save it to the .plan directory.
The implementation plan will include the following comprehensive sections:
- Requirements Analysis: Analyze the prompt content and organize features to be implemented
- Technology Selection: Technologies, libraries, and frameworks to be used
- Implementation Steps: Step-by-step implementation plan
- File Structure: Files to be created/modified and their roles
- Testing Strategy: Testing implementation methods and verification items
- Important Notes: Implementation considerations and points to keep in mind
!Task general-purpose "Create a detailed implementation plan for '$ARGUMENTS' in Markdown format and save it to the .plan directory with a timestamp-based filename (plan-YYYYMMDD-HHMMSS.md format). The implementation plan should include requirements analysis, technology selection, implementation steps, file structure, testing strategy, and important notes."