davekruse

Stun — Development skill for Claude Code

Development community

Drive the current phase from Planned to Complete in this session, pausing only for your decisions (run in accept-edits or auto mode for unattended apply).

How to install Stun

Installs to ~/.claude/skills/davekruse-phaser-stun/SKILL.md

Terminal
mkdir -p ~/.claude/skills/davekruse-phaser-stun && curl -fsSL https://raw.githubusercontent.com/davekruse/phaser/HEAD/commands/stun.md -o ~/.claude/skills/davekruse-phaser-stun/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Stun does


description: "Drive the current phase from Planned to Complete in this session, pausing only for your decisions (run in accept-edits or auto mode for unattended apply)" argument-hint: "[optional: scope] [optional: openspec change id]" model: opus disable-model-invocation: true

phaser:stun — Drive the phase to Complete

You dispatch ONE step. The step you dispatch chains to the next one itself, and so on, until the phase is Complete or something stops the run. You do not loop, wait, or

Alternatives in Development

  • Om Dump — Freeform capture mode 4.6k ★
  • Discipline — Toggle discipline mode — auto-invoke verification, brainstorming-before-coding, and review checks 2.8k ★
  • Claude Code Guide — The Complete Claude Code CLI Guide - Live & Auto-Updated Every 2 Days 2.6k ★

Full documentation available on GitHub

View Source Repository