Plan Project
Generate a project plan and structured issues from a project idea.
Input
$ARGUMENTS
Expected format: "<project idea>" [tech stack]
Examples:
- •
/plan-project "A todo app with user authentication" React, Node.js, PostgreSQL - •
/plan-project "Real-time chat application" auto
Steps
- •Parse the project idea and tech stack from the arguments
- •If tech stack is "auto" or not provided, choose appropriate technologies based on the idea
- •Generate
plan.mdwith phases, features, file structure, and technical details - •Generate
issues.jsonwith all issues ordered by phase and dependency - •Write both files to the current directory (or
projects/<name>/if specified)
Output
- •
plan.md— detailed project plan - •
issues.json— array of structured issue objects ready for GitHub
Report the number of phases and total issues generated.