Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:50 +08:00
commit fb4ad00ae4
9 changed files with 882 additions and 0 deletions

12
commands/execute.md Normal file
View File

@@ -0,0 +1,12 @@
Executes the previously created tasklist.
## Variables
- `WorkflowTaskExecution`: `${CLAUDE_PLUGIN_ROOT}/context/workflow/task-execution.md`
## Workflow
- follow the task execution workflow as described in <WorkflowTaskExecution>
- tell the user in a clearly visible way, that you understand and are following this workflow, and list all the arguments received
- IF an argument was received, read $1 and execute strictly following the execution workflow
- IF no arguments were given, list all tasks (`task-XXX.yaml` files, relative to project root), and their statuses.
- if there are no tasks found, stop here and suggest the User to plan first.
- execute each task sequentially strictly following the execution workflow