概要
Adopt a disciplined development methodology by treating tasks as a version-controlled graph of empty commits. This skill uses the Jujutsu (JJ) version control system to plan tasks with detailed specifications, manage complex dependencies, and track progress through a clear status flag system (`[task:todo]`, `[task:wip]`, `[task:done]`). It's designed to facilitate a clear separation between a 'Planner' role that defines the work and a 'Worker' role that implements it, making it ideal for both solo developers seeking structure and AI-assisted coding with supervisor/worker agents.