Agent Skills
› jjongguet/oh-my-product
› plan
plan
GitHub用于生成与产品路线图对齐的分阶段执行计划,涵盖目标澄清、阶段映射、验收门禁、任务排序及验证清单,输出包含里程碑、负责人、风险缓解及具体命令。
Trigger Scenarios
用户请求项目规划
任务分解需求
实施顺序安排
Install
npx skills add jjongguet/oh-my-product --skill plan -g -y
SKILL.md
Frontmatter
{
"name": "plan",
"aliases": [
"\/plan",
"plan this",
"make a plan",
"execution plan"
],
"description": "Produce a phased execution plan aligned to the oh-my-product roadmap gates.",
"primaryRole": "planner"
}
Plan Skill (oh-my-product)
Use this skill when a user asks for planning, decomposition, or implementation sequencing.
Planning template
-
Clarify objective
- Desired outcome
- Constraints (time, environment, sandbox, scope)
-
Map to roadmap phase
- Phase 0: bootstrap + sandbox baseline
- Phase 1A: setup/doctor/verify harness
- Phase 1B: minimal orchestration lifecycle
- Phase 2+: reliability hardening and expansion
-
Define acceptance gates
- Gate 0 (decision lock)
- Gate 1A (install + doctor + verify)
- Gate 1B (team lifecycle)
-
Execution sequencing
- Order tasks by dependency
- Explicitly mark parallelizable work
- Include rollback/failure handling points
-
Verification checklist
- Commands to run
- Required artifacts (logs/state files)
- Exit criteria for “done”
Output format
Return a concise plan with:
- milestones,
- owners (if applicable),
- risks + mitigations,
- exact commands for verification.
Version History
- 4f49e99 Current 2026-07-25 06:34


