What problem does it solve? Research work often happens ad hoc, leaving no durable record of what was planned, decided, or produced. This Skill structures substantial work into numbered task files with explicit plans, tracked statuses, and auditable commit history. ## Core Features & Use Cases - Task Planning: Interviews the researcher in batches, allocates a T-NNN identifier, and writes a four-field task file with status planned under docs/tasks/. - Task Execution: Works through plan lines one commit boundary at a time, routing products to their proper homes and appending spine lines per outcome. - Retroactive Capture & Close: Records work done outside a task, flips status to done or killed, and sweeps for decision records and backlog items. - Use Case: A researcher designing a multi-step experiment says "/task plan"; the Skill interviews them, writes docs/tasks/T-007-experiment.md, gets approval, and commits it before any work begins. ## Quick Start Ask the assistant to run /task plan to design and file a new numbered research task before starting the work.