piercelambpiercelambCommunityยท1 Agent Skills Included

deep-plan

Turns vague feature requests into reviewed implementation plans

Transforms rough feature specs into detailed, production-ready implementation plans through research, structured interviews, and multi-model review. Eliminates missed requirements, rework cycles, and unclear architecture decisions before any code is written. Splits plans into small, test-driven sections that engineers or coding assistants can implement independently.
npx skills add piercelamb/deep-plan --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’