What problem does it solve?
This Skill updates existing implementation plan Markdown files to reflect new or changed requirements and transforms them into deterministic, machine-readable plans that can be executed by AI agents or humans without ambiguity.
Core Features & Use Cases
- Machine-readable Templates: Enforces strict front matter fields, prescribed section headers, identifier prefixes (REQ-, TASK-, etc.), and naming conventions for automated validation.
- Deterministic Task Decomposition: Converts high-level requirements into atomic phases and tasks with explicit file paths, completion criteria, and validation checks suitable for autonomous execution.
- AI-to-AI & Human Integration: Produces outputs that are directly consumable by other AI agents or engineers for feature implementation, refactors, package upgrades, or infrastructure changes.
- Use Case: Given an implementation plan and new requirements, generate a validated
/plan/ Markdown file named per the required convention that lists phased, verifiable tasks ready for automated workers.
Quick Start
Update the implementation plan file at /plan/feature-auth-module-1.md to add REQ-002 and TASK-007 using the mandated template and validation rules.