一键导入
multi-plan
Plan a complex task using multiple specialized agents
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan a complex task using multiple specialized agents
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate changelog entries following Keep a Changelog format
Generate a well-structured pull request with summary and test plan
Cluster related instincts into skills, commands, or agents
Export instincts for sharing with teammates or backup
Import instincts from teammates or community collections
View learned instincts grouped by domain with confidence levels
| name | multi-plan |
| description | Plan a complex task using multiple specialized agents |
| user-invocable | true |
Create a comprehensive implementation plan by coordinating the planner and architect agents for complex, multi-component tasks.
$ARGUMENTS — Description of the feature or system to planUse the planner agent to:
Use the architect agent to:
Combine outputs into a unified plan:
## Multi-Agent Plan: [Feature]
### Architecture
[ASCII diagram from architect]
### ADRs
[Key decisions from architect]
### Implementation Phases
[Ordered tasks from planner]
### Risk Matrix
[Combined risk assessment]
### Agent Assignments
| Phase | Primary Agent | Review Agent |
|-------|--------------|--------------|
| Phase 1 | tdd-guide | code-reviewer |
| Phase 2 | tdd-guide | security-reviewer |
WAITING FOR CONFIRMATION before proceeding to implementation.