一键导入
autopilot
Autonomous pipeline — specify, clarify, plan, review, tasks, implement, code review, QA. No manual gates. Skips stages already completed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Autonomous pipeline — specify, clarify, plan, review, tasks, implement, code review, QA. No manual gates. Skips stages already completed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | autopilot |
| description | Autonomous pipeline — specify, clarify, plan, review, tasks, implement, code review, QA. No manual gates. Skips stages already completed. |
Run the full idea-to-implementation pipeline autonomously, skipping stages already completed, and self-correcting at each review stage.
This skill is relevant when:
/specify. Spec + clarification record exists? Skip /clarify. Plan exists? Skip /plan. Etc./commit./specify — draft the product specification (skip if spec file exists)/clarify — review spec for completeness, self-answer questions, fix gaps (skip if clarification already recorded in spec)/planning — draft the implementation plan (skip if plan file exists)/review_plan — critique the plan → fix all issues → re-review until APPROVED (skip if plan already has APPROVED verdict)/tasks — break down into actionable tasks (skip if tasks file exists)/implement — execute the plangit diff to bootstrap/code_review — review the code → fix all issues → re-review until PASS/quality — comprehensive QA → fix all issues → re-run until PASSWhen running autopilot, verify:
Create markdown wireframes with detailed UX descriptions from a product specification. Senior UX Designer perspective inspired by Notion and Linear.
Review the current feature specification for product clarity, completeness, and edge cases. Product-focused only — no technical or implementation questions.
Create technical implementation plans from specifications. Uses TDD approach and defines clear verification strategy.
Break down an approved implementation plan into specific, actionable tasks.
Check for accessibility compliance (WCAG).
Validate spec → plan → tasks chain consistency before implementation.