Skip to content

Skills

CodeOps ships 11 skills. Each is a multi-step protocol Claude runs on request — they auto-trigger from natural language and can also be invoked explicitly as /codeops:<name>.

SkillWhat it does
make_planClarifying interview → Zero-Ambiguity Gate → plans/<feature>/ document set
exec_planImplements a plan task-by-task, verifying and committing per mode
make_requirementsRequirements discovery / add one RD / health-check
retro_requirementsReverse-engineer a codebase into a reconstruction brief
grill_meRelentless design-disambiguation interview
preflightAdversarial, codebase-grounded quality audit
techdocsCreate/maintain VitePress architecture docs + ADRs
roadmapTrack a whole feature-set across its lifecycle
upgrade_planBring an outdated plan/requirements set to current standards
setup_routingWire per-project model & effort routing (Opus/Sonnet by task tag) into CLAUDE.md + .claude/agents/
setup_codeopsScaffold or auto-migrate a repo into the nested codeops/ layout (one confirmation, git mv)

See also the Commands page for the 19 slash commands.

How they compose

grill_me → make_requirements → preflight → make_plan → preflight → exec_plan

with roadmap tracking the whole feature-set and techdocs keeping architecture docs current. The tutorials walk these pipelines end to end.

Skill vs. alias commands

The consolidated skills cover several verbs each, and thin alias commands make each verb directly typeable (they delegate to the parent skill in the right mode) — e.g. /add_requirement, /review_requirementsmake_requirements. Aliases are manual-only; only the parent skills auto-trigger from natural language. See Commands.

Released under the MIT License.