summaryrefslogtreecommitdiff
path: root/task-sync-manager/SKILL.md
diff options
context:
space:
mode:
Diffstat (limited to 'task-sync-manager/SKILL.md')
-rw-r--r--task-sync-manager/SKILL.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/task-sync-manager/SKILL.md b/task-sync-manager/SKILL.md
new file mode 100644
index 0000000..69d9bfb
--- /dev/null
+++ b/task-sync-manager/SKILL.md
@@ -0,0 +1,29 @@
+---
+name: task-sync-manager
+description: Manage and synchronize session state with task management tools. Use when updating SESSION_STATE.md, moving tasks to Recently Completed, or creating/completing stories in claudomator.
+---
+
+# Task Sync Manager
+
+This skill formalizes the synchronization of task progress between documentation and management tools.
+
+## Workflow
+
+### 1. Update Session State
+- When a task or sub-task is completed, move it from **Current Focus** to **Recently Completed** in `SESSION_STATE.md`.
+- Be specific about what was done (e.g., "Migration 017 added, tests passing").
+- Ensure **Next Steps** are clearly defined.
+
+### 2. Claudomator Integration
+- After completing a task, verify if it corresponds to a `claudomator` story.
+- Create new stories as needed: `claudomator create "Task Name" --instructions "Detailed goals"`.
+- Use `claudomator list` to view open tasks.
+
+### 3. Maintain Documentation
+- Ensure `SESSION_STATE.md` follows the structure in [references/session-state-standard.md](references/session-state-standard.md).
+- Keep **Known Gaps** and **Remaining Items** up-to-date with findings from the current session.
+
+## Quick Start
+- "Update session state to show Task X is done" -> Move Task X to Recently Completed.
+- "Create a claudomator story for refactoring meals" -> `claudomator create "Refactor Meal Grouping" --instructions "RF-03 from REFACTOR_PLAN.md"`.
+- "Show me the next steps" -> Check `SESSION_STATE.md`.