一键导入
autopilot
PRD-driven autonomous execution - give it a task, it loops until done Triggers on "autopilot", "autonomous", "get it done", "finish this", "ship it".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
PRD-driven autonomous execution - give it a task, it loops until done Triggers on "autopilot", "autonomous", "get it done", "finish this", "ship it".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Google Calendar integration via AtrisOS API. View, create, and manage calendar events. Use when user asks about calendar, schedule, meetings, or events.
Google Drive integration via AtrisOS API. Browse, search, read, upload files and work with Google Sheets. Use when user asks about Drive, files, docs, sheets, or spreadsheets.
Gmail integration via AtrisOS API. Read, send, archive emails. Use when user asks about email, inbox, or wants to send/check messages.
Notion integration via AtrisOS API. Search pages, read/create/update pages, query databases, manage blocks and comments. Use when user asks about Notion, pages, databases, wikis, or docs.
Slack integration via AtrisOS API. Read messages, send as yourself, search conversations, manage DMs. Use when user asks about Slack, messages, channels, or team communication.
Google Slides integration via AtrisOS API. List, create, read, and update presentations. Add slides, text, shapes, images. Export to PDF. Use when user asks about slides, presentations, decks, or pitch decks.
| name | autopilot |
| description | PRD-driven autonomous execution - give it a task, it loops until done Triggers on "autopilot", "autonomous", "get it done", "finish this", "ship it". |
| version | 1.0.0 |
| tags | ["autopilot","workflow","automation"] |
Autonomous task execution. Plan → Do → Review loop until acceptance criteria pass.
┌───────────────────────────────────────────────────────┐
│ INPUT: "Add dark mode toggle" │
│ │
│ 1. GENERATE PRD │
│ - Type: feature or bug (auto-detect) │
│ - Acceptance criteria (testable conditions) │
│ - Priority: 1 (single story) │
│ │
│ 2. LOOP (max 5 iterations) │
│ ┌──────────────────────────────────────┐ │
│ │ PLAN: Navigator creates tasks │ │
│ │ - Read MAP.md for file locations │ │
│ │ - ASCII diagram of approach │ │
│ │ - Add tasks to TODO.md │ │
│ │ - Signal: [PLAN_COMPLETE] │ │
│ ├──────────────────────────────────────┤ │
│ │ DO: Executor builds │ │
│ │ - Implement each task │ │
│ │ - Verify changes work │ │
│ │ - Commit changes │ │
│ │ - Signal: [DO_COMPLETE] │ │
│ ├──────────────────────────────────────┤ │
│ │ REVIEW: Validator checks │ │
│ │ - Check acceptance criteria │ │
│ │ - If fail: [REVIEW_FAILED] reason │ │
│ │ - If pass: [COMPLETE] │
│ └──────────────────────────────────────┘ │
│ │
│ 3. OUTPUT │
│ - prd.json: PRD with passes: true │
│ - progress.txt: Execution log │
│ - Journal: Completion logged │
└───────────────────────────────────────────────────────┘
Feature:
Bug:
# With description
atris autopilot "Add dark mode toggle"
# Bug fix
atris autopilot --bug "Login fails on Safari"
# From TODO.md backlog
atris autopilot --from-todo
# With options
atris autopilot "Add feature" --iterations=3 --verbose
[COMPLETE] — All acceptance criteria met