iterative-dev

Installation
SKILL.md

Iterative Development Workflow

Autonomous, incremental development with quality gates. One feature at a time. Implement → verify → refine → next.

Core Loop

FOR each feature (highest priority first):
    1. IMPLEMENT  — launch subagent to build, test, and commit
    2. VERIFY     — parent checks: commit exists, screenshots exist (web), tests prove outcomes
    3. REFINE     — launch subagent to polish UX + code quality, write report, commit
    4. NEXT       — immediately proceed to next feature

All three steps are mandatory. Skipping refinement is as wrong as skipping verification.

Principles

Installs
8
First Seen
Mar 17, 2026