cadence
01Plugin Claude Code
Plugin marketplace listing 1 plugin: cadence.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cadence.
Plugin Claude Code
A disciplined workflow plugin for Cursor, Claude Code, et al.: propose-then-implement, tight feedback loops, and stack conventions across all projects and accounts.
Agent
Bug investigation, root-cause analysis, or any task where the parent should rule out hypotheses before any code change.
Agent
Coordination planning when a task spans multiple independent workstreams (areas, services, files) and needs explicit dependencies plus parallelism mapped.
Agent
Babysit a pull request until it settles — green required CI and no unresolved actionable review threads; triage, fix, push, repeat.
Agent
Code review on a diff before commit or push. Use when the parent needs an independent read on quality, scope, and evidence.
Agent
Final commit and verification pass before pushing. Use when the parent has working code and needs ship discipline applied.
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).
Skill Claude CodeCodex
Use when writing async backend code that touches ORM related fields — eagerly prefetch them (selectrelated, prefetchrelated, selectinload, joinedload); do not rely on lazy loading in async contexts.
Skill Claude CodeCodex
Use when planning a multi-file or multi-concern change — break it into small steps with explicit files, edits, and verification commands per step.