implement-task

Execute approved task slices from task.yaml bundles or PLAN.md files.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/gihwan-dev/claude-setup --skill implement-task-gihwan-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement-task
Source: https://github.com/gihwan-dev/claude-setup/tree/main/skills/implement-task
Command: npx skills add https://github.com/gihwan-dev/claude-setup --skill implement-task-gihwan-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of approved task slices from bundles or legacy plans, streamlining development workflows.

Core Features & Use Cases

  • Automated Task Execution: Progresses through defined task slices sequentially or based on specific triggers.
  • Bundle/Legacy Support: Handles both modern task.yaml bundles and older PLAN.md formats.
  • Use Case: When you need to implement the next step of a feature or fix, this skill can automatically pick up and execute the approved work, following a defined validation and commit process.

Quick Start

Use the implement-task skill to execute the next approved slice from the task bundle.

Frequently Asked Questions about implement-task

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

FAQPage Schema
How do I automate task execution for approved slices from a task.yaml bundle?▼

To automate task execution, this Skill processes the next approved slice from task.yaml bundles or legacy PLAN.md files, managing worker edits, main validation, and commit-only workflows to ensure safe task progression.

What is the workflow for managing worker edits and main validation during code implementation?▼

The workflow for worker edits and main validation restricts workers to edit-only operations while the main process focuses on validation, followed by a same-worker commit-only step and STATUS.md updates to track progression.

Can I use legacy PLAN.md files instead of task.yaml bundles for workflow automation?▼

Yes, you can use legacy PLAN.md files alongside modern task.yaml bundles. The Skill handles both formats to execute approved task slices, automatically selecting the correct input format for progression.

How do I ensure safe task progression when executing development process slices?▼

Safe task progression is ensured through built-in guardrails that enforce worker edit-only constraints, main focused validation, same-worker commit-only rules, and automatic STATUS.md updates during task execution.

What are the limitations of bundle processing when task input requirements are not met?▼

Bundle processing limitations arise when input requirements for task selection are unmet, as the guardrails prevent execution to ensure safe and efficient task progression until proper inputs are provided.