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


