Track completion status of all required deliverables and ensure ALL outputs are completed before stopping
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-multi-deliverable-tracking-1e842b-89a4f1a744a7 ,按照其中的说明把「multi-deliverable-tracking-1e842b」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
This skill ensures that agents working on tasks with multiple required outputs explicitly track which deliverables are complete and prioritize completing ALL required outputs before considering the task finished.
Agents often stop after completing the first or partial set of deliverables, even when multiple outputs are explicitly required. This leads to incomplete task execution.
At the start of any task, explicitly enumerate ALL required outputs:
Required Deliverables Checklist:
- [ ] Deliverable 1: [description]
- [ ] Deliverable 2: [description]
- [ ] Deliverable 3: [description]
Maintain a visible progress tracker throughout task execution. Update it after each deliverable is completed:
Progress Tracker:
- [x] Email to Juvoxa CEO (COMPLETE)
- [ ] Email to Second Company CEO (PENDING)
Before concluding the task, perform a final verification:
If you encounter difficulties with one deliverable:
Task: Create emails to two company CEOs
1. INITIALIZE CHECKLIST:
- [ ] Email to Juvoxa CEO
- [ ] Email to PartnerCo CEO
2. EXECUTE DELIVERABLE 1:
- Create email to Juvoxa CEO
- Save/output the file
- UPDATE: - [x] Email to Juvoxa CEO
3. CHECK STATUS:
- 1 of 2 complete
- Continue to next deliverable
4. EXECUTE DELIVERABLE 2:
- Create email to PartnerCo CEO
- Save/output the file
- UPDATE: - [x] Email to PartnerCo CEO
5. FINAL VERIFICATION:
- All checkmarks complete? YES
- Task is now complete
Use this skill whenever a task requires: