Break features into implementation tasks for backend, frontend, and E2E subagents. Use when planning features, creating implementation plans, or running feature-plan command. Plan mode only—no implementation.
When this skill is used (including by the feature-plan command), work MUST be done in Plan mode. No implementation: no application code, no file creation except the plan artifact at docs/plans/<feature-slug>.md. Planning agents may inform scope and tasks; they are not spawned for Code or Review. If asked to implement, decline and direct to run project-manager with the plan.
.cursor/rules/compounding-dev-cycle.mdc: goal = unambiguous scope, acceptance criteria, technical approach; artifact = single plan doc; handoff rule = plan complete when another agent can implement without guessing..cursor/skills/project-manager/SKILL.md: Plan phase uses Plan mode; plan output feeds project-manager for Code (Agent mode) and Review/Test (Ask mode).Plans produced by feature-plan must include these sections so project-manager can load and delegate reliably:
Security: critical, Performance: critical when applicablePlans must be detailed so implementers do not guess. Include:
See .cursor/commands/misc/feature-plan.md section "Detailed output format (mandatory)" for the full template.
.cursor/skills/project-manager/SKILL.md.docs/plans/<feature-slug>.md. User is directed to run project-manager with that path for the next step.