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


