Orchestrates .instructions/ quality checks across repos. Use when asked to review, audit, or validate instruction files, check overall health of the instructions structure, find broken links, detect contradictions, trace context graphs, or verify compliance with file format conventions. Routes requests to specialized skills and produces a unified report.
This is a routing adapter. The full agent specification lives at:
.instructions/agents/instructions-controller.agent.md
Read that file for the complete definition including:
| Request | Routed to |
|---|---|
| Format / front-matter / structure | instructions-format-validation |
| Links / references / anchors | instructions-reference-integrity |
| Contradictions / duplicates / policy | instructions-consistency-analysis |
| Context graph / traversal / reachability |
instructions-reference-chain |
| Standards / conventions / spec | agent-file-standards |