🗒️ Long-running task checklist framework for AI agents.
Task checklist helps AI agents track progress during long-running tasks, ensuring no step is forgotten due to context loss.
- ✅ Create checklist for any task
- ✅ Track progress step by step
- ✅ Dynamic adjustment (add/remove/reorder steps)
- ✅ Resume from interruption
- ✅ Standard workflow template
- 📋 Preset templates for common tasks
User: 帮我做个 xxx
Bot: 创建 checklist:
[ ] 1. 需求定义
[ ] 2. 研发目标
[ ] 3. 执行计划
[ ] 4. 实施执行
[ ] 5. 自检验证
[ ] 6. 完成交付
[ ] 1. 需求定义 - 要做什么?
[ ] 2. 研发目标 - 做到什么程度?
[ ] 3. 执行计划 - 怎么做?
├── 步骤拆解
├── 资源确认
├── 风险评估
└── 交付标准
[ ] 4. 实施执行 - 具体实现
[ ] 5. 自检验证 - 做完了吗?
[ ] 6. 完成交付 - 结束
Located in references/ folder:
| Template | Version | Use Case |
|---|---|---|
| plugin-install-template.md | 1.0.0 | OpenClaw plugin installation |
- Check
references/for existing templates - If no template exists, create one using the framework in SKILL.md
- Follow version control rules when updating templates
| Change | Version Bump |
|---|---|
| Major structure changes | x.0.0 |
| New template added | 1.x.0 |
| Fix/optimization | 1.0.x |
| Version | Date | Changes |
|---|---|---|
| 0.3.0 | 2026-03-08 | Add preset templates and version control |
| 0.2.0 | 2026-03-07 | Detailed execution plan framework |
| 0.1.0 | 2026-03-07 | Initial release |
See SKILL.md for detailed documentation.
Author: AlanSong
License: MIT
Version: 0.3.0