dev
Installation
SKILL.md
dev
Developer skill dispatcher.
Inline Usage
Pass your intent directly on the invocation line — explore and plan proceed immediately with no opening question when a description is provided.
/dev explore how the auth middleware works
/dev plan auth system --mode arch
Critical Rules
- Never execute workflow logic here — this file only parses args and dispatches
- Step 0 always runs first — no exceptions
- Unknown verb → run
help.md— never error silently - Pass all remaining args through — workflow receives
$REMAINING_ARGSunchanged