maestro
Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Maestro spec-driven development for Claude Code. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Gemini CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Show users how Maestro works - the opinionated setup with hooks, memory, and coordination
Full 5-layer analysis of a specific function for debugging or deep understanding
Get a token-efficient overview of any project using the TLDR stack
Maps questions to the optimal LeIndex command
| name | maestro |
| description | Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI. |
Use this skill whenever you run Maestro inside Amp. Keep it native to Amp and the Agent Skills standard.
/maestro, /maestro:setup, /maestro:newTrack, /maestro:implement, /maestro:orchestrate, /maestro:status, /maestro:revert, /maestro:leindex, /maestro:tui.~/.config/agents/skills/maestro/ (installed by the Maestro wizard).amp.mcpServers.leindex → { "command": "maestro", "args": ["mcp", "tool-search"], "type": "stdio" (if required) } so Amp reaches the Maestro MCP pool through the dynamic broker. Do not point to any TLDR/legacy endpoints.~/.claude, ~/.gemini, or OpenCode paths./maestro setup — initialize/refresh product, tech stack, workflow, track registry./maestro newTrack "<goal>" — generate spec + plan with clarifying questions./maestro implement <track> — execute plan with LeIndex 5-phase analysis for scoped file access./maestro orchestrate — cockpit/orchestrator panel (Rust TUI pane)./maestro status — report progress and blockers./maestro revert [track|phase|task] — controlled rollback./maestro leindex — analysis via LeIndex; no TLDR imports./maestro tui — launch the Rust cockpit (primary TUI; Go/Python TUIs are deprecated).You MUST call tracklens_review in these situations:
spec.md or plan.mdmaestro:setup generates product/tech-stack/workflow documentsYou MUST call tracklens_walkthrough after completing all tasks in a track or when the user wants a review of the completed implementation as a whole.
You MUST NOT call tracklens_review:
If the user asks for review but there is no clear reviewable artifact yet:
tracklens_walkthroughWhen a review is denied:
ERROR > WARNING > INFO)edited_content is returned, use the user's edited version as your new baselinetracklens_review with the updated contentWhen a walkthrough is denied:
tracklens_walkthroughWhen a review is approved:
edited_content is present, write that version to disk (the user refined your draft)edited_content, your draft was accepted as-ismaestro/archive/tldr/* as reference-only; do not import or call maestro.tldr./maestro:configure / installer.~/.config/agents/skills/maestro/.~/.config/amp/settings.json) has amp.mcpServers.leindex pointing to maestro mcp tool-search.