Skip to main content

6 docs tagged with "dev"

View all tags

Building a feature

How to run /dev:dev — picking a depth, how often it stops to ask, presets, and the loop back to planning when validation fails.

Designing before you build

How to run /dev:architect, why plan mode makes it better, and how to hand the finished design straight to /dev:dev without planning twice.

Documentation

How to run /dev:doc — the four modes it picks from your wording, and why FIX asks before it writes.

Fixing a bug

How to run /dev:fix — why it reproduces the bug first, what the two review gates check, and when /dev:debug is the lighter option.

Isolated worktrees

How to run /dev:worktree — creating a worktree that branches your database too, and tearing both sides down when you're done.

Understanding code

How to run /dev:investigate — the modes it picks from your wording, why it never writes, and what it falls back to without code-analysis.