deep-plan
Turns vague feature requests into reviewed implementation plans
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install deep-plan?โผ
Run `npx skills add piercelamb/deep-plan --all -g -y` in your terminal to install the skill globally.
What does deep-plan do?โผ
It takes a rough markdown spec file and produces a complete implementation plan through codebase research, a structured requirements interview, external review from Gemini, OpenAI, or Opus, and test-driven section breakdowns.
When should I use deep-plan?โผ
Use it for complex features with vague requirements where upfront planning saves rework. Skip it for simple bug fixes or one-file changes.
Does deep-plan write the actual code?โผ
No. It produces prose plans with test stubs and section files. Its companion plugin, deep-implement, handles the actual coding with TDD and atomic commits.
What do I need to run deep-plan?โผ
You need Python 3.11+ with uv installed, plus a Gemini or OpenAI API key for external plan review. Without one, it can fall back to an Opus subagent review.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core