con un clic
plan-feature
Create comprehensive feature plan with deep codebase analysis and research
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create comprehensive feature plan with deep codebase analysis and research
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | plan-feature |
| description | Create comprehensive feature plan with deep codebase analysis and research |
| argument-hint | ["feature-description"] |
| context | fork |
| agent | general-purpose |
Transform a feature request into a comprehensive implementation plan through systematic codebase analysis. The plan must contain ALL information needed for one-pass implementation success.
We do NOT write code in this phase. Our goal is a context-rich plan that enables the execution agent to succeed on the first attempt.
Create or refine a user story:
As a <type of user>
I want to <action/goal>
So that <benefit/value>
If requirements are unclear, ask the user to clarify before continuing.
Use parallel searches and file reads to gather intelligence efficiently:
CLAUDE.md and .claude/PRD.md for architecture and domain understandingKey areas to investigate:
src/MooBank.Domain/ - Domain entities, aggregates, specificationssrc/MooBank.Modules.*/ - Existing CQRS command/query/endpoint patternssrc/MooBank.Infrastructure/ - Repository implementationssrc/MooBank.Web.App/src/ - Frontend components, pages, hooks, servicestests/ - Test structure and conventionsExtract actual code examples from similar features. Include file paths and line numbers so the execution agent can reference them directly.
Only if the feature involves unfamiliar libraries or APIs:
Read the plan template at .claude/skills/plan-feature/template.md and use it to structure the output. Fill every section with specific, actionable detail from your research.
Save the plan to: .agents/plans/{kebab-case-feature-name}.md
Create the .agents/plans/ directory if it doesn't exist.
After creating the plan, provide:
Fix bugs found in a code review
First-time project setup after cloning
Run the test suite
Run full validation suite (build, lint, type check, tests)
Technical code review for quality and bugs on recently changed files
Create an atomic commit with conventional commit format