From oh-my-agent
Builds phased team engineering plan with task graph including owners, dependencies, parallel markers, validation checkpoints, risks, and prep for next phase.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:team-planThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行 oma `team-plan`。 任务: $ARGUMENTS 协议: 1. 将分解委派给 `oma-planner`。 2. 将架构敏感的风险委派给 `oma-architect`。 3. 构建带有负责人和依赖关系的分阶段任务图。 4. 将任务标记为顺序执行或可并行执行。 5. 为每个阶段定义验证检查点。 输出格式: ## 阶段 - team-plan ## 目标 / 非目标 - ... ## 任务图 | 任务 | 负责人 | 依赖 | 可并行 | 验证 | | --- | --- | --- | --- | --- | ## 风险 - ... ## 准备进入 team-prd - ...
运行 oma team-plan。
任务: $ARGUMENTS
协议:
oma-planner。oma-architect。输出格式:
| 任务 | 负责人 | 依赖 | 可并行 | 验证 |
|---|
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/planGenerates a structured implementation plan with goal, phases, small tasks, dependencies, risks, milestones, and priorities.
/planSpawns a lightweight Planning Team to break down a task into steps, gathering constraints and risks from optional architect/tdd-guide/security-reviewer agents. Produces a discussion-level plan for user confirmation before execution.
/pm-planDecomposes project into 5-level task hierarchy (Phases → Epics → Stories → Tasks → Micro-tasks, 5-15 min units), generating sequenced tasks.json and dependencies.json.
/milestone-planCreates or revises a milestone plan with goals, dependencies, risks, and exit criteria.
/planPlans a phase of work in Shipyard project (creates roadmap if needed). Accepts phase-number, --skip-research, --no-discuss flags.
/map-dependenciesIdentify and visualize dependencies across teams and projects to prevent blocked work.