원클릭으로
plan-template
Scaffold a blank plan with required sections in .maestro/plans/. Use /plan-template <name> to create a new plan file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scaffold a blank plan with required sections in .maestro/plans/. Use /plan-template <name> to create a new plan file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
UI/UX design intelligence with searchable database
Generate comprehensive implementation plans through systematic discovery, synthesis, verification, and decomposition into beads. Use when asked to plan a feature, create a roadmap, design an implementation approach, or decompose work into trackable issues. Do NOT use for simple one-step tasks, quick fixes, or when the user just wants to execute an existing plan — use the work skill instead.
Execute a plan or direct task with worker delegation and verification.
Deep investigation mode. Gather context, analyze, synthesize recommendations without making code changes.
Fetch up-to-date library documentation via Context7 MCP. Use when working with external libraries, APIs, or frameworks.
Start interview-driven planning with Prometheus. Asks clarifying questions before generating implementation plan.
SOC 직업 분류 기준
| name | plan-template |
| description | Scaffold a blank plan with required sections in .maestro/plans/. Use /plan-template <name> to create a new plan file. |
| user-invocable | true |
| disable-model-invocation | true |
Scaffold a blank plan file with all required sections.
/plan-template <name>
$ARGUMENTS as the plan name.maestro/plans/{slug}.mdWrite the following template to .maestro/plans/{slug}.md:
# {Plan Name}
**Goal**: <!-- One sentence — what are we building and why -->
**Architecture**: <!-- 2-3 sentences — how the pieces fit together -->
**Tech Stack**: <!-- Relevant technologies, frameworks, tools -->
## Objective
<!-- One sentence: what are we trying to achieve? -->
## Scope
**In scope:**
<!-- What we ARE doing -->
-
**Out of scope:**
<!-- What we are explicitly NOT doing -->
-
## Tasks
<!-- Each task = single atomic action. Include complete code/diffs — never vague instructions. -->
- [ ] Task 1: [Short title]
- **Agent**: kraken | spark
- **Acceptance criteria**: [Objectively verifiable outcomes]
- **Dependencies**: none
- **Files**: [Exact paths to create/modify/test]
- **Steps**:
1. Write failing test (if applicable)
2. Run test — expect failure
3. Implement the change
4. Run tests — expect pass
5. Commit
## Verification
<!-- Exact commands with expected output -->
- [ ] `command here` — expected output or behavior
- [ ] `another command` — what it verifies
## Notes
<!-- Technical decisions, constraints, research findings -->
-
.maestro/plans/{slug}.md — fill in the sections and run /work to execute."