build-skill
Installation
SKILL.md
Build
Implement code changes and features from a detailed implementation plan. This skill reads a plan file, follows its instructions step-by-step, and reports the completed work.
Prerequisites
- A plan file in markdown format (typically from
/quick-planskill) - The plan contains clear implementation steps
- You have access to the files that need to be modified
Workflow
- Validate plan - Confirm a plan file path has been provided
- Analyze plan - Read the plan and understand all implementation requirements
- Implement - Execute each step of the plan, modifying code as needed
- Report - Summarize changes and show diff statistics