tasks-sync
Installation
SKILL.md
Sync Tasks to Project
Sync all tasks from the current session to projects/$ARGUMENTS/tasks/{session-id}/.
This skill is for manual syncing when work started without setting an active project. Once synced, the automatic hook handles future task updates.
Process
Step 1: Validate Project
Check if the project directory exists:
ls -d projects/$ARGUMENTS 2>/dev/null
If the project doesn't exist, ask: "Project '$ARGUMENTS' doesn't exist. Create it?"
If yes, create the project structure: