用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/keshav55/writing-team --skill autopilot命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Collaborative drafting. Works with user to fill the outline sentence by sentence. Asks questions, offers options, matches the feel, shows improvement.
Interactive planning for writing. Gets user input, confirms intent, identifies research needs, does the research, outputs a filled outline ready for the writer.
Detects AI writing patterns and fixes them. Use when reviewing any written output, including docs, READMEs, messages, PRDs. Based on Wikipedia's AI Cleanup patterns.
基于 SOC 职业分类
正在显示 SKILL.md
| name | autopilot |
| description | PRD-driven autonomous execution - give it a task, it loops until done |
| triggers | ["autopilot","autonomous","get it done","finish this","ship it"] |
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: <promise>COMPLETE</promise> │
│ └──────────────────────────────────────┘ │
│ │
│ 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
<promise>COMPLETE</promise> — All acceptance criteria met