Architecture Audit
Produce a complete, visual architecture audit of an entire repository using a fleet of parallel subagents. Scouts the repo, fans out one reader per subsystem, synthesizes a single Markdown document with Mermaid flowcharts (system context, end-to-end pipeline, component map, data lifecycle, the domain's core transform, integrations, control loop, governance, and a "where do I edit X" cheatsheet),…
Architecture Map
Build a living, interactive HTML map of a project's architecture that lives inside the repo, opens via file://, and grows while you plan. Use to get a realistic overview of an existing platform, see what data flows between parts, and preview the impact of a feature/refactor before building it. Reuses the architecture-audit engine to gather verified nodes/edges. SKIP for a one-off static diagram o…
Architecture Cleanup
Use when you want to find and remove dead/legacy code, unused endpoints, orphaned data-streams, stale config, or unbuilt proposed-nodes that bloat a repo — a static debloat/cleanup pass over an existing architecture-map. Findings arrive as plain-language cards a non-developer can decide on, and approved findings convert to PRD-ready tracker issues. Triggers — "architecture cleanup", "find dead co…
Architecture Improve
Use when you want architecture- and pipeline-level optimisation ideas for a repo — find god-nodes, tight coupling, duplicate subsystems, redundant pipeline hops, serial steps that could be parallel, idempotency/retry gaps, un-rehosted data — and have them drawn as `proposed` nodes on an existing architecture-map. Proposals arrive as plain-language cards a non-developer can decide on, and approved…