implementation-plan

Manages IMPLEMENTATION.md task lists and verifies with checklists.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/tmdgusya/roach-loop --skill implementation-plan-tmdgusya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-plan
Source: https://github.com/tmdgusya/roach-loop/tree/main/ralph-agent/skills/implementation-plan
Command: npx skills add https://github.com/tmdgusya/roach-loop --skill implementation-plan-tmdgusya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parsing and managing markdown-based implementation plans and verification gates to keep tasks organized and auditable.

Core Features & Use Cases

  • Parse - [ ] and - [x] checklists from IMPLEMENTATION_PLAN.md
  • Read verification commands from AGENTS.md and apply them to tasks
  • Update task status and drive continuous execution in Ralph-style workflows

Quick Start

Move the next incomplete task in IMPLEMENTATION_PLAN.md to complete status after verification.

Frequently Asked Questions about implementation-plan

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

FAQPage Schema
How do I parse and update markdown checklists in IMPLEMENTATION_PLAN.md?

To parse markdown checklists in IMPLEMENTATION_PLAN.md, the Skill reads - [ ] and - [x] task statuses, extracts verification commands from AGENTS.md, and updates task progression with safe fallbacks and error handling.

How does task verification work with AGENTS.md in Ralph-style workflows?

Task verification in Ralph-style workflows works by reading verification commands from AGENTS.md, applying them to incomplete tasks in IMPLEMENTATION_PLAN.md, and moving verified items to complete status to drive continuous execution.

What is the best way to automate task progression for markdown implementation plans?

The best way to automate markdown implementation plan progression is by parsing - [ ] and - [x] checklist statuses, applying verification gates from AGENTS.md, and updating the plan file to reflect continuously completed tasks.

Can I use this markdown checklist parser without any external dependencies?

Yes, you can use this markdown checklist parser without external dependencies. It operates independently to parse IMPLEMENTATION_PLAN.md files and extract verification steps from AGENTS.md using safe fallbacks.

Why does my task status fail to update when parsing markdown checklists?

Task status fails to update when markdown checklists lack proper - [ ] or - [x] formatting, or when verification commands in AGENTS.md are missing. The Skill applies safe fallbacks and error handling to manage these parsing failures.