From lwndev-sdlc
Creates structured implementation plans from feature requirements. Use when planning new features, multi-phase projects, or when the user asks for an implementation plan, build plan, or development roadmap.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lwndev-sdlc:creating-implementation-plansThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transform feature requirements into actionable implementation plans with clear phases, deliverables, and success criteria.
Transform feature requirements into actionable implementation plans with clear phases, deliverables, and success criteria.
Adapt based on project type:
requirements/features/ by ID prefix (e.g., FEAT-003 matches FEAT-003-skill-allowed-tools.md). If no match is found, inform the user and fall back to interactive selection. If multiple matches are found, present the options and ask the user to choose.requirements/features/ for requirement documents and prompt the user to select one, or ask for paths.requirements/features/ or ask user for pathsrequirements/implementation/ - Implementation plan documentsUse the primary Feature ID as the filename prefix:
FEAT-XXX-feature-name.md (e.g., FEAT-001-user-authentication.md)FEAT-XXX-project-name.md using the first/primary feature ID (e.g., FEAT-001-podcast-cli-features.md)See assets/implementation-plan.md for the full template.
# Implementation Plan: [Project Name]
- Overview
- Features Summary (table: ID, Name, Priority, Complexity, Status)
- Recommended Build Sequence
- Phase N: Rationale, Implementation Steps, Deliverables
- Shared Infrastructure
- Testing Strategy
- Dependencies and Prerequisites
- Risk Assessment (table: Risk, Impact, Probability, Mitigation)
- Success Criteria
- Code Organization
Order features by: foundation patterns → dependencies → complexity progression → value delivery
Each phase needs a rationale explaining why it comes at this point and what patterns it introduces.
Before finalizing:
See implementation-plan-example.md for a complete example covering 5 CLI features with full phase breakdowns.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub lwndev/lwndev-marketplace --plugin lwndev-sdlc