software-development

Installation
SKILL.md

Software Development: Extreme Programming Workflow

The Workflow

📋 PLAN     → Discuss and break down the feature
🔴 DEVELOP  → TDD cycle (red → green → refactor → review)
💾 COMMIT   → Save working state
🔁 ITERATE  → Next task or proceed to complete
✅ COMPLETE → Suggest retrospective

The DEVELOP cycle is a task's Definition of Done: no task is complete until the review step passes. Review is inside the cycle, not after it.


Phase 1: Planning (📋 PLAN) — Interactive

Understand and decompose the feature before writing any code. Use glossary skill for unfamiliar domain terms.

Related skills
Installs
3
First Seen
4 days ago