What problem does it solve? It removes the manual overhead of executing a THYROX work package during Phase 10: picking the next pending task, implementing it, committing with Conventional Commits, and keeping the task plan, execution log, and roadmap synchronized. ## Core Features & Use Cases - Task execution loop: Finds the next pending T-NNN task in the active work package's task plan, verifies dependencies, implements it, and commits with the checkbox in the same commit (PAT-004). - Gate management: Enforces operation gates before irreversible or cross-session edits, calibrates async agent gates by reversibility, and blocks auto-continuation without user approval. - Tracking artifacts: Provides templates for execution logs, error reports, and ad-hoc task tracking, plus references for commit conventions and scheduling automation via /loop, Desktop Scheduled Tasks, and CI/CD. - Use Case: A developer with an approved task plan of 20 tasks runs the skill each session to implement tasks one by one, with automatic execution-log updates, error reports on failures, and a pre-flight checklist before advancing to Phase 11. ## Quick Start Ask the assistant to execute the next pending task from the active work package's task plan and commit it with a conventional commit message.