Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

alansong63/task-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Checklist

🗒️ Long-running task checklist framework for AI agents.

Version License

Description

Task checklist helps AI agents track progress during long-running tasks, ensuring no step is forgotten due to context loss.

Features

  • ✅ 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

Quick Start

User: 帮我做个 xxx

Bot: 创建 checklist:
[ ] 1. 需求定义
[ ] 2. 研发目标
[ ] 3. 执行计划
[ ] 4. 实施执行
[ ] 5. 自检验证
[ ] 6. 完成交付

Standard Workflow

[ ] 1. 需求定义 - 要做什么?
[ ] 2. 研发目标 - 做到什么程度?
[ ] 3. 执行计划 - 怎么做?
    ├── 步骤拆解
    ├── 资源确认
    ├── 风险评估
    └── 交付标准
[ ] 4. 实施执行 - 具体实现
[ ] 5. 自检验证 - 做完了吗?
[ ] 6. 完成交付 - 结束

Preset Templates

Located in references/ folder:

Template Version Use Case
plugin-install-template.md 1.0.0 OpenClaw plugin installation

Using Templates

  1. Check references/ for existing templates
  2. If no template exists, create one using the framework in SKILL.md
  3. Follow version control rules when updating templates

Version Control Rules

Change Version Bump
Major structure changes x.0.0
New template added 1.x.0
Fix/optimization 1.0.x

Version Control

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

More Info

See SKILL.md for detailed documentation.


Author: AlanSong
License: MIT
Version: 0.3.0

About

OpenClaw Skill: Task checklist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors