Code Implementer

Execute development tasks from .agent/task.md into tested code with history in .agent/HISTORY.md.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jongsujin/youtube-workflow --skill code-implementer-jongsujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Implementer
Source: https://github.com/jongsujin/youtube-workflow/tree/main/.agent/skills/code-implementer
Command: npx skills add https://github.com/jongsujin/youtube-workflow --skill code-implementer-jongsujin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of translating a queued set of developer tasks into actual, tested software by executing tasks in sequence and validating results, reducing manual effort and error-prone handoffs.

Core Features & Use Cases

  • Sequential task execution that converts a task list into incremental code changes.
  • Automatic verification through tests or validation steps after each change.
  • Context preservation via history tracking to resume work after interruptions.
  • Safe, incremental development with adherence to defined task boundaries and rollback capability if a task fails.

Quick Start

Start by selecting the first unfinished task from .agent/task.md and begin implementing, testing, and iterating until it passes.

Frequently Asked Questions about Code Implementer

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

FAQPage Schema
How do I automate turning a queue of development tasks into tested code?

Automating sequential task execution converts a task list in .agent/task.md into incremental code changes, automatically verifying results through tests or validation steps after each change to reduce manual effort.

How does automatic history tracking work for incremental development tasks?

Automatic history tracking records progress in .agent/HISTORY.md after each task, preserving context so you can resume work safely after interruptions without losing the state of your implemented and tested software.

Can I resume end-to-end coding projects after an interruption without losing context?

Yes, you can resume end-to-end coding projects after an interruption by restoring context from .agent/HISTORY.md, which tracks progress and allows the system to select the first unfinished task to continue implementation.

What happens when a development task fails validation during sequential execution?

When a development task fails validation during sequential execution, the system handles errors and provides rollback capability, ensuring safe incremental development within defined task boundaries before moving to the next item.

Do I need to define tasks in a specific format before automating code implementation?

Yes, you need to define tasks in .agent/task.md before automating code implementation, as the system reads task descriptions from this file to generate code, run tests, and iterate until each task passes validation.