Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:36 +08:00
commit 4c19bb7f8c
8 changed files with 1334 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "001-jeremy-taskwarrior-integration",
"description": "Enforces complete Taskwarrior integration protocol for ALL coding tasks. Automatically activates when user mentions 'taskwarrior' to decompose work into tracked tasks with proper lifecycle management (task add → task start → code implementation → task done). Includes time tracking via Timewarrior integration.",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}