implement-todo

Execute engineering tasks from todo files with review validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/justinmoon/configs --skill implement-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-todo
Source: https://github.com/justinmoon/configs/tree/main/home/skills-disabled/implement-todo
Command: npx skills add https://github.com/justinmoon/configs --skill implement-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of engineering tasks defined in specification files, ensuring faithful implementation of plans and acceptance criteria.

Core Features & Use Cases

  • Plan Execution: Faithfully executes steps outlined in todos/*.md files.
  • Intent Prioritization: Focuses on the spirit and intent of the specification over literal step completion if conflicts arise.
  • Review Integration: Integrates with a reviewer agent for validation at each step.
  • Use Case: An engineer receives a todo file detailing a new feature. This Skill takes the Spec and Plan, implements each step, and submits checkpoints for review until the feature is complete.

Quick Start

Use the implement-todo skill to execute the plan in the file located at /tmp/my-todo.md within the coordination directory /tmp/oc-tests.

Frequently Asked Questions about implement-todo

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

FAQPage Schema
How do I automate engineering task execution from a spec file?

Automating engineering task execution from a spec file requires a tool that reads your todo paths and implements each plan step. This Skill automates that process by reading specified todo markdown files and executing the plan steps sequentially.

How does plan execution handle conflicting steps in a todo specification?

Plan execution handles conflicting steps in a todo specification by prioritizing the overall intent and acceptance criteria over literal step completion. The Skill evaluates the spirit of the spec to ensure faithful implementation despite minor plan conflicts.

Can I integrate a reviewer agent to validate code generation steps?

You can integrate a reviewer agent to validate code generation steps by specifying an optional reviewer count. The Skill submits checkpoints for review at each step, integrating the validation process directly into the task execution workflow.

What do I need to start implementing engineering plans from markdown files?

To start implementing engineering plans from markdown files, you need a coordination directory and a todo file path. The Skill uses these inputs to locate the spec and begin executing the outlined engineering tasks.

Is there a way to execute engineering todos without manual step-by-step oversight?

Executing engineering todos without manual step-by-step oversight is possible using an automated plan execution Skill. It processes the todo file through a series of plan steps and handles task execution autonomously until the feature is complete.

What are the limitations of automating spec implementation with a coordination directory?

Limitations of automating spec implementation with a coordination directory include the strict requirement for a valid todo file path and coordination directory as input. Without these properly structured markdown specs, the plan execution cannot operate.