summaryrefslogtreecommitdiff
path: root/task-sync-manager/SKILL.md
blob: 69d9bfb6734976ceff5ac01b60ad79a9b2fa32a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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`.