Everything Composure does for your code
Five specialized plugins sharing one data model. Each does one thing exceptionally well — together, they cover architecture, security, reviews, testing, and deployment.
Shared infrastructure
These systems run across all five plugins — the connective tissue that makes the suite more than the sum of its parts.
Code Knowledge Graph
AST-parsed across 8 languages. Every function, import, and dependency indexed in SQLite. Queries return in milliseconds — no agent spawning needed.
Unified Task Queue
All findings — quality, security, CVEs, CI issues — funnel into tasks-plans/tasks.md with severity prefixes. The commit skill gates on open Critical/High items.
Commit Gating
Every commit checks for open tasks on staged files. Critical and High severity items block the commit until resolved — no more shipping known issues.
Context7 Integration
All plugins query Context7 for current framework documentation instead of relying on stale training data. Freshness checks prevent redundant queries.
How they work together
Every plugin reads the same code graph, writes to the same task queue, and respects the same commit gate. When Sentinel finds a vulnerability, Shipyard provides the fix path. When Testbench detects a coverage gap, Composure prioritizes it by caller count. When you commit, the gate checks all of them.