What problem does it solve?
This Skill automates the end-to-end implementation of user-defined backlog plans within a Git repository, ensuring strict adherence to predefined workflows, testing, and validation criteria.
Core Features & Use Cases
- Plan Execution: Executes a specified plan file story-by-story, managing dependencies and priorities.
- Strict Git Workflow: Enforces a mandatory Git branching strategy and checks for worktree cleanliness.
- Comprehensive Validation: Integrates linting, unit tests, integration tests, CodeQL scans, and final revalidation against acceptance criteria and Definition of Done.
- Use Case: A product manager provides a
plan.md file detailing new features. This Skill takes that plan and executes each story, ensuring all code, tests, and documentation changes meet the defined quality gates before completion.
Quick Start
Use the adhoc-implement skill to execute the plan located at '/path/to/your/plan.md'.