A stack-agnostic, self-improving AI development framework as a Claude Code plugin.
Cadence isn’t a static set of rules. It’s a system that gets better the more you use it, with two distinct loops: a local one for your project and a community one for the canonical framework.
team run ─▶ /cadence-retro ─▶ Reviewer drafts findings ─▶ Lead approves
│ │
▼ ▼
new ADRs / new PATTERNS sections FRAMEWORK_CHANGELOG.md
new boundary rules / new DoD lines (append-only)
Every team run ends with /cadence-retro. The Reviewer subagent walks
the four-layer mapping table for each observed issue and proposes
specific patches. The human Lead approves, defers, or rejects. Approved
patches land immediately. The framework on YOUR codebase is now
smarter than it was an hour ago.
local finding worth sharing
│
▼
GitHub issue (Framework Finding template) at
github.com/nik190799/cadence/issues
│
▼
maintainers triage ─▶ recurring issues → new core ADR / boundary rule
│
▼
next plugin release (SemVer) ships the improvement
│
▼
all users see the upgrade notice
│
▼
/cadence-init --upgrade ─▶ three-way diff against project overrides
─▶ row-by-row approval before any write
No telemetry, no central server, no privacy concerns. GitHub is the improvement engine.
You should open a Framework Finding when:
When to NOT upstream:
Triage:
# Update the plugin
claude plugins update cadence
# Apply new core rules to your local framework
/cadence-init --upgrade
/cadence-init --upgrade does a three-way diff: old core vs new core
vs your project overrides. You see exactly what’s changing and approve
each row. No silent rule injection.
Your project’s local ADRs, your PATTERNS.md overrides, your
cadence.yaml boundary rules — these belong to your project and are
never touched by upgrades. Cadence’s upgrade flow only merges
new core rules; your local extensions are sacred.