workflow-implement

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

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/jcg-admin/IACT-ui --skill workflow-implement-jcg-admin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-implement
Source: https://github.com/jcg-admin/IACT-ui/tree/main/.claude/skills/workflow-implement
Command: npx skills add https://github.com/jcg-admin/IACT-ui --skill workflow-implement-jcg-admin

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 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.

Frequently Asked Questions about workflow-implement

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

FAQPage Schema
How do I execute the next task from a task plan automatically?▼

Invoke the skill during Phase 10 and it locates the active work package, reads its task-plan file, finds the first pending `- [ ] [T-NNN]` entry, implements it, and commits with a Conventional Commits message including the task ID.

What commit message format does this workflow use?▼

It uses Conventional Commits: `type(scope): T-NNN — description`, with types like feat, fix, docs, refactor, test, and chore. Templates for features, bugfixes, refactors, documentation, and task completion are included in the assets directory.

When does the skill stop and ask for confirmation?▼

It stops at GATE OPERACIÓN points before irreversible actions such as deleting files, force pushes, or changing skill frontmatter and instructions. It also pauses at async agent stopping points until the user explicitly approves the result.

Can I run the task execution loop automatically on a schedule?▼

Yes, the scheduling reference documents using `/loop 10m` to re-invoke execution periodically, Desktop scheduled tasks for nightly syncs, and headless `claude -p` scripts for CI/CD pipelines. Loops stop automatically at gates or errors.

What happens when a task implementation fails?▼

The skill creates an ERR-NNN error report from the error-report template documenting the cause and resolution before retrying with a different approach, keeping a traceable record of failures in the context/errors directory.