plan-implementer

Parse plan documents into markdown task lists and update progress status.

25|5|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Nimbalyst/skills --skill plan-implementer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-implementer
Source: https://github.com/Nimbalyst/skills/tree/main/skills/dev/plan-implementer
Command: npx skills add https://github.com/Nimbalyst/skills --skill plan-implementer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of structured plan documents, ensuring that progress is tracked accurately and the plan stays synchronized with the implementation status.

Core Features & Use Cases

  • Automated Task Generation: Creates a markdown task list from a plan's acceptance criteria and implementation details.
  • Real-time Progress Tracking: Updates checkboxes and a progress percentage in the plan file as tasks are completed.
  • Use Case: When you have a detailed product requirements document (PRD) with clear acceptance criteria, use this Skill to break it down into actionable tasks and monitor the development progress directly within the PRD.

Quick Start

Use the plan implementer skill to execute the plan located at nimbalyst-local/plans/user-authentication.md.

Frequently Asked Questions about plan-implementer

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

FAQPage Schema
How do I track implementation progress directly within a markdown plan file?

Implementation progress is tracked by parsing acceptance criteria into a markdown task list, updating checkboxes, and synchronizing status in the YAML frontmatter as tasks are completed.

How does automated task generation work for structured plan documents?

Automated task generation works by parsing the acceptance criteria and implementation details from a structured plan document to automatically create an actionable markdown task list.

Can I use YAML frontmatter to monitor task status during development?

Yes, you can use YAML frontmatter to monitor task status. The skill parses YAML frontmatter and updates the status fields to synchronize development work with the plan file.

What is the best way to execute a product requirements document with clear acceptance criteria?

The best way to execute a product requirements document is to parse its acceptance criteria into a markdown task list and track progress by updating checkboxes and frontmatter status.

Does this progress monitoring approach require any external dependencies?

No, this progress monitoring approach requires no external dependencies. It relies entirely on parsing YAML frontmatter and markdown content to manage tasks and update status.

When do I need to synchronize development work with a plan file?

You need to synchronize development work with a plan file when executing structured plan documents, ensuring that progress tracked via checkboxes and frontmatter status stays accurate.