一键导入
ap-do
Execute exactly one task from the active plan, update status, and record evidence. Use when a single task with a defined check is ready to build.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute exactly one task from the active plan, update status, and record evidence. Use when a single task with a defined check is ready to build.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify completed work against defined checks, record evidence, mark pass or fail, and add fix tasks when checks fail. Use after /ap:do or before calling work done.
Execute exactly one task from the active plan, update status, and record evidence. Use when a single task with a defined check is ready to build.
Initialize or re-ground a project by creating durable truth files (PROJECT.md, DECISIONS.md, USERS.md, SECURITY.md, PROGRESS.md, BACKLOG.md, LOADOUT.md, STATUS.md). Use when starting new work or when scope has drifted.
Turn 1-3 backlog problems into a small executable plan with 1:1 checks. Use to define the next safe step with clear tasks and verification, including multi-milestone scope when useful.
Summarize current project status from STATUS.md, LOADOUT.md, and related files. Use to quickly re-orient and decide the next step.
Verify completed work against defined checks, record evidence, mark pass or fail, and add fix tasks when checks fail. Use after /ap:do or before calling work done.
| name | ap-do |
| description | Execute exactly one task from the active plan, update status, and record evidence. Use when a single task with a defined check is ready to build. |
Execute one task from the current plan.
/ap:do is intentionally narrow: it builds a single task, updates status, and records what happened. If more than one task is executed, the command has failed.
Required:
Optional:
If no task ID is provided, pick the next incomplete task from the PLAN.md.
Must consult:
May consult:
<timestamp>_<task-id>/### Files updated
- <file path> -- <what changed>
- .agent-pack/context/PROGRESS.md -- <progress entry>
### Decisions made
- (none expected; new durable decisions should be rare)
### Tasks created or modified
- T### -- <status update or note>
### Checks created or affected
- C### -- <result or notes>
### Unknowns / needs input
- <questions or blockers>
/ap:do is complete when:
If the task cannot be completed, the command must report why.
/ap:do should feel focused and boring.
Momentum comes from finishing small tasks, not heroic executions.