Spec Workflow

Drives feature development through a repo-stored, phased spec workflow: specify requirements, design architecture, break into atomic tasks, then implement autonomously with frequent per-task commits and a progress log for session continuity. Use when the user says "let's spec this", "new feature", or "let's plan", or when a change touches 3+ files, adds dependencies, alters infrastructure, or requires trade-off decisions. Distinct from general coding assistance: this skill manages a persistent spec directory lifecycle (Draft → Implementing → Done) with explicit phase gates and user confirmation checkpoints before each transition.

tovrleaf 82cf5c5 29 files · 33.8 KB Updated

File contents

tovrleaf/openkata/tree/main/skills/spec-workflow commit 82cf5c5b12

Frequently asked questions

npx skillmds@latest add tovrleaf/spec-workflow