| name | track-advanced |
| description | Advanced track workflows with agent-skill-jj — archive, handoff, multi-repo tasks, hotfixes. Assumes jj-task and $jj skill for all JJ/PR operations. Use when workflow.phase is task_complete or for cross-repo patterns. |
| license | MIT |
| compatibility | Requires track CLI, jj-task, and agent-skill-jj ($jj skill) |
| metadata | {"author":"track","version":"3.1.0","tags":["track","advanced","multi-repo","archive"]} |
Track — Advanced Workflows
Track handles task state; $jj handles PR merge and push.
Task completion
track status --json
jj-task done <jj.slug>
track archive
track archive --force
Multi-repository task
track new "Cross-service feature" --ticket PROJ-789
track repo add /path/to/frontend
track repo add /path/to/backend
track todo add "API endpoint"
track todo add "Client sync"
Each repo: jj-task repo init once, then jj-task start <slug> per repo (same slug, separate maps).
Hotfix
track new "Fix auth bug" --ticket BUG-999
track alias set fix-auth-bug
track todo add "Fix refresh logic"
track todo done 1
Task switching
track switch t:PROJ-123
track status --json
cd "$(jj-task path <jj.slug>)"
Team handoff
track status --json
track scrap list
Research / non-code TODOs
track todo add "Compare providers" --no-workspace
track scrap add "Finding: ..."
track todo done 1
Patterns: references/advanced-patterns.md