software-development
Installation
SKILL.md
Software Development
Use this skill for implementation work that changes code or tests. Do not use it for shell help, CLI usage, Git-only work, read-only investigation, configuration questions, or general technical explanation unless the user explicitly asks for code changes.
The workflow is:
- 📋 PLAN - understand and slice the work.
- 🔴 DEVELOP - red, green, refactor, review.
- 💾 COMMIT - only when requested or confirmed.
- 🔁 ITERATE - repeat until the agreed scope is done.
- ✅ COMPLETE - disconfirm the result.
No task is done until the review step passes or an explicit low-risk exception is recorded.
Related Skills
fix-loop- use for the DEVELOP review step. It drivescode-reviewerand repairs Critical findings itself; do not also runcode-revieweron the same diff.- Language skill - use the relevant language skill for Red and Green when one is installed.