summaryrefslogtreecommitdiff
path: root/prompts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-23 07:22:09 +0200
committerPaul Buetow <paul@buetow.org>2026-03-23 07:22:09 +0200
commit3e4c2f3f9fed20a39b87a83cca90e8f82526d830 (patch)
tree1518931610d4bb112a5b3c66f6863948897f3ffa /prompts
parenta383a4e81490c8a338766880c99e0a209b580e32 (diff)
Update
Diffstat (limited to 'prompts')
-rw-r--r--prompts/commands/work-on-tasks.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/prompts/commands/work-on-tasks.md b/prompts/commands/work-on-tasks.md
index 7f372a0..3ef0558 100644
--- a/prompts/commands/work-on-tasks.md
+++ b/prompts/commands/work-on-tasks.md
@@ -1,6 +1,6 @@
# /work-on-tasks
-**Description:** Automatically work through Taskwarrior tasks for the current git project using the `taskwarrior-task-management` skill. The command selects the best pending task, starts it, executes it, completes it, and then auto-progresses to the next task until no actionable tasks remain.
+**Description:** Automatically work through tasks for the current git project using the `agent-task-management` skill. The command selects the best pending task, starts it, executes it, completes it, and then auto-progresses to the next task until no actionable tasks remain.
**Parameters:**
- strategy (optional): How to choose tasks when multiple are available (e.g., "highest-impact", "priority", "due-date", "quick-win")
@@ -15,13 +15,13 @@
## Prompt
-Use the `taskwarrior-task-management` skill for this entire workflow.
+Use the `agent-task-management` skill for this entire workflow.
-I want you to automatically execute Taskwarrior work for the **current git project** from start to finish.
+I want you to automatically execute tasks askwarrior work for the **current git project** from start to finish.
1. **Load project-scoped tasks**:
- Detect the current project from local git context
- - List pending Taskwarrior tasks for that project
+ - List pending tasks for that project
- Ignore completed/deleted tasks and non-actionable blocked items
2. **Pick the next task** (default strategy: `{{strategy|highest-impact}}`):