Initial commit
This commit is contained in:
12
commands/execute.md
Normal file
12
commands/execute.md
Normal 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
|
||||
Reference in New Issue
Block a user