audit
01Command
Apply all applicable cadence rules to the current file or staged diff and report findings.
A disciplined workflow plugin for Cursor, Claude Code, Codex, et al.: propose-then-implement, tight feedback loops, and stack conventions across all projects and accounts.
Command
Apply all applicable cadence rules to the current file or staged diff and report findings.
Command
Self-review the staged diff like a stranger, with quoted evidence. Surfaces scope drift and weak claims.
Command
Gauge task scope and dependencies, then route to the right subagents and commands — serial or parallel.
Command
Post-parallel integration pass — survey combined diff, resolve wiring, run fresh checks.
Command
Root-cause a bug or unexpected behavior without patching. Ranks hypotheses, returns evidence, no file edits.
Command
Babysit PR #N until it settles — green required CI and actionable review addressed; ongoing loop, not a single pass.
Command
User-invoked only — partition multi-scope work, lock decisions in the parent, fan out subagents, then integrate on return.
Command
Decompose the current task into independently verifiable steps with per-step checks.
Command
Review the latest learnings entry against promotion gates and draft a rule diff for approval — no writes without go.
Command
Surface 1–3 options before any change. For design, product, or architecture decisions where you want choices, not work.
Command
Capture one durable lesson from the session into a learnings log.
Command
Walk the clean-commits → lint/typecheck → verify → commit sequence. Refuses unrelated files.
Command
User-invoked explicit compression only — analogy-first, 150 words, no code or options. Valid when the user ran /tldr or used explicit compression phrases this turn.
Command
Run runtime verification (browser, tests, manual) on the current change before claiming done.
Command
Mine recent chats for durable preferences and propose Cadence artifacts (rules, skills, commands, or subagents).