Agent Skills
› jjongguet/oh-my-product
› autopilot
autopilot
GitHub该技能用于在最小监督下自主完成从目标澄清、规划到实施和验证的功能端到端执行。适用于大型需求,支持自动假设与推进,确保分阶段工作流的安全性与完整性。
Trigger Scenarios
需要端到端执行的大型功能开发
要求代理自主规划并实施的任务
Install
npx skills add jjongguet/oh-my-product --skill autopilot -g -y
SKILL.md
Frontmatter
{
"name": "autopilot",
"aliases": [
"\/autopilot",
"full auto",
"autonomous execution",
"build it"
],
"description": "Autonomously drive a feature from clarified objective through implementation and verification.",
"primaryRole": "orchestrator"
}
Autopilot Skill (oh-my-product)
Use this skill when the user wants end-to-end execution with minimal supervision.
Use when
- The request is large enough to require planning, implementation, and verification
- The user wants the agent to make reasonable assumptions and keep moving
- A phased workflow is safer than ad hoc editing
Workflow
- Clarify the objective, constraints, and acceptance criteria.
- Produce or refine a phased plan.
- Execute the plan with minimal coherent changes.
- Validate with typecheck, tests, and
omp verifywhen relevant. - Return a completion summary, evidence, and follow-ups.
Stop conditions
- Missing requirements materially change the solution
- Validation repeatedly fails without a credible next fix
- The user asks to stop or switch to manual control
Related surfaces
omp skill planomp skill executeomp skill verifyomp team run
Version History
- 4f49e99 Current 2026-07-25 06:33


