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:

  1. 📋 PLAN - understand and slice the work.
  2. 🔴 DEVELOP - red, green, refactor, review.
  3. 💾 COMMIT - only when requested or confirmed.
  4. 🔁 ITERATE - repeat until the agreed scope is done.
  5. ✅ 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 drives code-reviewer and repairs Critical findings itself; do not also run code-reviewer on the same diff.
  • Language skill - use the relevant language skill for Red and Green when one is installed.
Installs
24
GitHub Stars
2
First Seen
May 16, 2026
software-development — channingwalton/skills