implement

Execute implementation plans with automated verification and per-chunk commits.

4|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/doodledood/codex-workflow --skill implement-doodledood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/doodledood/codex-workflow/tree/main/skills/implement
Command: npx skills add https://github.com/doodledood/codex-workflow --skill implement-doodledood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of implementation plans against codebases, reducing manual toil and ensuring consistent delivery through automated gates and verifications.

Core Features & Use Cases

  • Sequential, deterministic execution of plan chunks with automatic gate verification until success.
  • Supports plan files and inline tasks, enabling flexible, end-to-end implementation workflows.
  • Per-chunk commits and a granular progress log to enable auditing and rollback.

Quick Start

Provide a plan file or an inline task and let the skill execute it end-to-end with automated verification.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate implementation plan execution against a codebase?

Automating implementation plan execution is done by sequentially processing plan chunks and running automated verification gates until success. This approach applies to plan files or inline tasks, executing changes end-to-end without manual pauses.

What is automated gate verification for continuous delivery?

Automated gate verification is the process of running checks after each implementation chunk until success. It ensures safe, auditable changes by enforcing reproducible progress and validating code requirements before committing.

Can I execute inline tasks or do I need a plan file for autonomous implementation?

You can execute both inline tasks and dedicated plan files for autonomous implementation. The skill applies to plan-driven tasks from either source, executing chunks and running gates without pauses.

How do I track progress and rollback changes during automated code implementation?

You track progress and rollback changes during automated code implementation using per-chunk commits and a granular progress log. This enables auditing and safe rollback of reproducible progress.

Does autonomous plan implementation support git commits for each code chunk?

Autonomous plan implementation supports git commits for each code chunk through per-chunk commits. This ensures safe, auditable changes and reproducible progress throughout the continuous delivery workflow.

What are the limitations of pausing execution during automated code implementation?

Pausing execution during automated code implementation breaks the end-to-end automation and reproducible progress. The skill executes plan chunks and runs gates without pauses to satisfy requirements for continuous delivery.