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.1
  • scripts/orphan-worktree-check.sh — invoked at Phase 2.2
  • scripts/recover-from-snapshot.sh — invoked from references/error-recovery.md
  • references/characterization-tests.md — required reading when Phase 1 declares characterization-first posture
  • references/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.


Installs
1
First Seen
13 days ago
dev-flow — yknothing/better-skills