diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-22 18:17:45 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-22 18:17:45 -0500 |
| commit | b3325f71b91d08ee1d355c926afc7edb3bb9b015 (patch) | |
| tree | d65098afaa2d40902d3b1a43a43098d647447114 /.ai/workflows/INDEX.org | |
| parent | 1d4f6fb20bdeb022ea67c2e5280a73f443118e84 (diff) | |
| download | rulesets-b3325f71b91d08ee1d355c926afc7edb3bb9b015.tar.gz rulesets-b3325f71b91d08ee1d355c926afc7edb3bb9b015.zip | |
feat(workflows): add task-audit content-reconciliation workflow
A task audit reconciles each open task's recorded content against reality (sessions, email, chat, ticketing, calendar, recordings) and fixes the stale facts. That's distinct from task-review, which grooms relevance and priority. The two compose: review keeps the list lean, and audit keeps the survivors factually honest. Registered it in the workflow INDEX with its trigger phrases.
Diffstat (limited to '.ai/workflows/INDEX.org')
| -rw-r--r-- | .ai/workflows/INDEX.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ai/workflows/INDEX.org b/.ai/workflows/INDEX.org index 7e65763..756c6a9 100644 --- a/.ai/workflows/INDEX.org +++ b/.ai/workflows/INDEX.org @@ -28,6 +28,8 @@ This index must list every =.org= file in =.ai/workflows/= except this one. Star - Triggers: "what's next", "what should I work on", "list open tasks", "show me all tasks", "what's on my plate", "show me my tasks", "I need a recommendation" - =task-review.org= — daily list-hygiene habit: walk the oldest-unreviewed top-level tasks, re-grade / kill / keep / mark DOING, and stamp =:LAST_REVIEWED:=. Distinct from =open-tasks.org=, which only displays. - Triggers: "task review", "review tasks", "let's do a task review", "groom my tasks", "task-review" +- =task-audit.org= — content reconciliation: take the open tasks and check their recorded facts against reality (sessions, email, chat, ticketing, calendar, meeting recordings), update the stale facts, consolidate duplicates, and flag the judgment calls only the user can answer. Deeper than =task-review.org= (relevance/keep-kill/priority); this one keeps the surviving tasks factually honest. + - Triggers: "task audit", "audit my tasks", "audit the open tasks", "are my tasks still accurate", "reconcile my tasks", "update the stale tasks" - =daily-prep.org= — prep brief for the next workday. Two modes: full-prep (default) or standup-only. - Full-prep triggers: "let's prep for tomorrow", "daily prep" - Standup-only triggers: "what's my standup report", "let's do the daily standup report", "give me the standup brief" |
