From maestro
Map the codebase architecture — modules, seams, and dependencies — to docs/architecture-map.md plus an optional HTML report. Use for /maestro:code-architecture-map.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maestro:code-architecture-mapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a navigable map of the codebase's structure — useful on its own and as input to `/maestro:roadmap` and `/maestro:review`.
Produce a navigable map of the codebase's structure — useful on its own and as input to /maestro:roadmap and /maestro:review.
Explore subagents across the codebase (one per subsystem/top-level area). Each identifies, for its area: the modules and their interfaces/seams, the key dependencies in and out, and where it feels shallow or tightly coupled.docs/architecture-map.md: per module — responsibility, its seam, notable dependencies; plus a Mermaid diagram of the module graph and a short "friction & tech-debt hotspots" section (apply the deletion test).CONTEXT.md domain vocabulary and respect docs/adr/./maestro:roadmap.npx claudepluginhub neelneelpurk/maestro --plugin maestroGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.