screen-capture.4.webm
AI-powered planning layer for coding tasks
A sophisticated CLI tool that uses Google's Gemini AI to break down coding projects into manageable, trackable steps with detailed planning and progress management.
Generate AI-powered development plans from simple descriptions.
Display all your coding plans with filtering and status.
npm run cli list --status in-progress npm run cli list --status completed npm run cli list --status planning npm run cli list --status paused
npm run cli list --limit 5
Use npm run cli show <plan-id> to view details
Use npm run cli progress <plan-id> to update progress
Display comprehensive information about a specific plan.
example - npm run cli show react-todo-app-1234567890
example-
npm run cli show todo
npm run cli show react
examples-
npm run cli show react-todo-app-1234567890 --steps
npm run cli show react-todo-app-1234567890 --files
npm run cli show react-todo-app-1234567890 --dependencies
npm run cli show react-todo-app-1234567890 --steps --files --dependencies
npm run cli progress react-todo-app-1234567890
npm run cli progress
npm run cli progress react-todo-app-1234567890 --step 4 --complete
npm run cli progress react-todo-app-1234567890 --step 3 --incomplete
npm run cli progress react-todo-app-1234567890 --show