Agent Skills
› jjongguet/oh-my-product
› autopilot
autopilot
GitHubAutopilot技能用于在用户最小监督下,自主驱动功能从目标澄清、规划到实施和验证的全流程执行。适用于需要分阶段工作流的大型请求,支持合理假设并自动推进任务。
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


