Files
claw3d/assets/skills/todo-board/todo-list.example.json
T
Luke The Dev 5e7812c352 Skills (#50)
Co-authored-by: iamlukethedev <iamlukethedev@users.noreply.github.com>
2026-03-23 11:44:25 -05:00

23 lines
580 B
JSON

{
"version": 1,
"updatedAt": "2026-03-22T00:00:00.000Z",
"items": [
{
"id": "draft-roadmap",
"title": "Draft the TODO skill roadmap",
"status": "todo",
"createdAt": "2026-03-22T00:00:00.000Z",
"updatedAt": "2026-03-22T00:00:00.000Z",
"blockReason": null
},
{
"id": "gateway-access",
"title": "Confirm gateway install access",
"status": "blocked",
"createdAt": "2026-03-22T00:00:00.000Z",
"updatedAt": "2026-03-22T00:00:00.000Z",
"blockReason": "Waiting for gateway credentials"
}
]
}