Skip to main content

9 docs tagged with "howto"

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.

bunjs: step by step

How to use /bunjs:bun, which of the eight skills it picks for your task, and why only the index shows up in the skill listing.

code-analysis: step by step

How to ask /code-analysis:analyze a question about unfamiliar code, what the AST index buys you, and how it behaves without one.

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.

multimodel: step by step

How to run a blind vote across several models with /multimodel:team, and how to hand a whole task to one model with /multimodel:delegate.

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.