What problem does it solve? It removes the manual overhead of executing a planned work package task-by-task: picking the next pending T-NNN task, implementing it, committing with Conventional Commits, and keeping the task plan, execution log, and roadmap synchronized. ## Core Features & Use Cases - Task Execution Loop: Reads the active work package's task plan, finds the next pending - [ ] [T-NNN] task, implements it, and commits with type(scope): T-NNN — description format. - Gate & Safety Controls: Enforces GATE OPERACIÓN stops before irreversible or cross-session changes, calibrates async agent gates by reversibility, and defines auto-write criteria for approved tasks. - Tracking Artifacts: Provides templates for execution logs, error reports (ERR-NNN), ad-hoc task tracking, and commit messages (feature, bugfix, refactor, docs, task completion). - Use Case: During Phase 10 of a THYROX work package, invoke the skill to implement the next pending task, automatically update the task-plan checkbox in the same commit, log the session, and run pre-flight validation 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 following the conventional commit rules.