Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add sirius-cc-wu/sirius-skills --skill "plan"
Install specific skill from multi-skill repository
# Description
Technical implementation planning expert.
# SKILL.md
name: plan
description: Technical implementation planning expert.
Implementation Planning Skill
Use this skill to convert a spec.md into a step-by-step TDD implementation plan (plan.md).
Protocol
- Context Scan: Analyze existing code and relevant interfaces in the target module.
- Phase Breakdown:
- Phase 0: Environment & Baseline (Tests that fail).
- Phase 1: Core Implementation.
- Phase 2: Refinement, Documentation, and Edge Case Tests.
- Atomic Steps: Ensure every step is a discrete, verifiable unit of work.
Validation
Before finalizing the plan.md, check:
- Does every requirement in spec.md have a corresponding test step?
- Are file paths resolved according to the project structure?
Execution Mandate
The plan.md is a live tracking document that serves as the direct input for the implement skill.
Agents must:
1. Reference the plan.md at the start of every implementation session.
2. Mark steps as completed ([x]) in plan.md as they are finished and verified. This is typically handled by the implement skill.
3. Keep the user informed of progress by referencing the plan's milestones.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.