workflow-implement

Executes pending tasks from an approved task plan with conventional commits and checkbox tracking.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/NestorMonroy/thyrox --skill workflow-implement-nestormonroy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-implement
Source: https://github.com/NestorMonroy/thyrox/tree/main/.claude/skills/workflow-implement
Command: npx skills add https://github.com/NestorMonroy/thyrox --skill workflow-implement-nestormonroy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

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.

Frequently Asked Questions about workflow-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute tasks from a THYROX task plan automatically?▼

Invoke the skill during Phase 10 and it locates the active work package, finds the first unchecked T-NNN task, implements it, and commits with the checkbox update in the same commit. You can also run /loop 10m to advance tasks automatically between gates.

What commit message format does the workflow use?▼

It uses Conventional Commits: type(scope): T-NNN — description, with types like feat, fix, docs, refactor, test, and chore. The checkbox marking the task complete must be included in the same commit as the implementation, never batched later.

Can the skill run tasks without asking for confirmation?▼

Only for tasks already approved in the task plan that are reversible or documentation-level and do not expand scope. Irreversible operations, changes to CLAUDE.md or skill frontmatter, and out-of-plan work always require an explicit gate approval first.

What happens when a task implementation fails?▼

The skill creates an ERR-NNN error report in context/errors/ using the error-report template before retrying with a different approach. The report captures the description, reproduction steps, root cause, and applied solution.

How do I automate Phase 10 execution on a schedule?▼

Use /loop with an interval for in-session automation, Desktop Scheduled Tasks for persistent nightly syncs, or claude -p in GitHub Actions for CI/CD pipelines. Tasks marked [GATE] or irreversible always stop automation for manual approval.