Help us improve
Share bugs, ideas, or general feedback.
From aidd-overlay
Applies the Mikado method to decompose a user-supplied goal into a dependency graph via iterative Q&A, then generates YAML node files in mikado/<graphName>/. Use when a user wants to break down a complex goal into safe, incremental steps: "decompose this goal", "apply Mikado to", "break this into steps", "create a Mikado graph for", "how do I safely tackle". Do NOT use for generating implementation code, writing tests, managing tasks in aidd_docs/tasks/, or any task that does not involve decomposing a goal into a dependency graph.
npx claudepluginhub rebellioussmile/my-claude-marketplaceHow this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-overlay:decomposeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Decompose applies the Mikado method to a user-supplied goal: it walks through a depth-first iterative Q&A to surface all prerequisites, displays a Mermaid subtree after each iteration, and finally generates a YAML dependency graph under `mikado/<graphName>/`. Each leaf node is scoped to a single work session.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Decompose applies the Mikado method to a user-supplied goal: it walks through a depth-first iterative Q&A to surface all prerequisites, displays a Mermaid subtree after each iteration, and finally generates a YAML dependency graph under mikado/<graphName>/. Each leaf node is scoped to a single work session.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | mikado | Full Mikado decomposition: name graph → DFS loop → generate YAML | Goal string ($ARGUMENTS) |
Single action. Dispatch to mikado on any trigger.
docs/wiki/Storage-Format.md — YAML node schema referencemcp-server/src/resources/guide.md — Mikado method guide