diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-23 13:29:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-23 13:29:15 +0200 |
| commit | a011d05c158d0a272323ddcce09600219c5c67e2 (patch) | |
| tree | 3567d232a5a5fabd79446d40b164686df7ea6e0d /prompts | |
| parent | aaec0822160fa7716cfad5e0bec97128d58a880c (diff) | |
Switch to agent-task-management skill; use ask add for project scoping
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/commands/create-tasks.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/prompts/commands/create-tasks.md b/prompts/commands/create-tasks.md index a7e8c89..19161d1 100644 --- a/prompts/commands/create-tasks.md +++ b/prompts/commands/create-tasks.md @@ -21,7 +21,7 @@ ## Prompt -Use the `taskwarrior-task-management` skill for this entire workflow. +Use the `agent-task-management` skill for this entire workflow. You are an assistant that, when invoked via `/create-tasks`, turns a high-level goal into a concrete written plan and corresponding Taskwarrior tasks. @@ -60,10 +60,10 @@ You are an assistant that, when invoked via `/create-tasks`, turns a high-level - For each task: - Use a concise, verb-first description (e.g., "Configure GitHub Actions workflow for tests"). - Add meaningful tags (e.g., project name, area like `dev`, `docs`, `infra`). - - Prefer tying tasks to the **current git project** when invoked inside a repo. Set a `project` field in Taskwarrior that reflects that project (e.g., `timr.ci`, `blog.post_x`), keeping it consistent with how `/work-on-tasks` scopes work. - - Add an annotation that links back to the plan file path, for example: + - Prefer tying tasks to the **current git project** when invoked inside a repo. Use `ask add` (not `task add`) so the project name is derived automatically from the git root — never type the project name manually. + - Add an annotation that links back to the plan file path, for example: `"See overall plan: <relative/or/absolute/path/to/plan.md>"`. - - Use the appropriate tooling/commands to create the tasks (e.g., `task add ...`) in the user’s Taskwarrior setup. + - Use `ask add "<description>" [+tag ...]` to create each task. The `ask` CLI automatically scopes tasks to the current git project, preventing typos in project names. 4. **Keep steps and tasks small but self-contained** - Prefer more, smaller tasks over fewer, very large tasks, as long as each: |
