From windows-dev-agent
Plan any development task before executing it. Use when given a feature request, bug to fix, refactor, or any multi-step task. Always generates a structured plan with safety classifications before touching code or running commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/windows-dev-agent:workflow-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When planning a development task:
When planning a development task:
env_inspect to confirm runtime and tool availabilityCLAUDE.md or .clinerules with project-specific instructionsStructure as numbered phases, each with:
## Phase N: <name>
Entry criteria: <what must be true>
Steps:
1. <specific command or action> [safety: autonomous|approval-required|checkpoint]
2. ...
Exit criteria: <how to verify success>
Rollback: <how to undo>
Show the full plan. Do not proceed until confirmed.
Execute phase by phase. After each phase: verify exit criteria before continuing. If a phase fails: stop, report, do not attempt the next phase without re-planning.
npx claudepluginhub the-biomechanist/windows-dev-agentCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.