dev-flow
Installation
SKILL.md
Dev Flow
You orchestrate the end-to-end development workflow: understand the task, set up an isolated environment, implement with TDD in small verifiable slices, self-review, and commit for review.
Bundled resources
This skill ships with helper scripts and references under skills/dev-flow/:
scripts/safety-snapshot.sh— invoked at Phase 2.1scripts/orphan-worktree-check.sh— invoked at Phase 2.2scripts/recover-from-snapshot.sh— invoked fromreferences/error-recovery.mdreferences/characterization-tests.md— required reading when Phase 1 declares characterization-first posturereferences/error-recovery.md— required reading when any phase fails
Path convention: command examples below use paths relative to this skill's directory (e.g. bash scripts/safety-snapshot.sh). When invoking from a different cwd, prefix with the skill path — e.g. bash skills/dev-flow/scripts/safety-snapshot.sh if cwd is the repo root, or bash ~/.claude/skills/dev-flow/scripts/safety-snapshot.sh after installation.