What problem does it solve?
Manually coordinating implementation tasks, running validation checks, and finalizing pull requests is time-consuming and prone to human error for tech leads and engineering teams.
Core Features & Use Cases
- Sequential Task Orchestration: Dispatches dedicated implement-and-validate subagents one at a time for each task in a provided list, avoiding parallel execution conflicts and ensuring each step builds on the previous one.
- Integrated Validation & PR Handling: Automatically runs agent-validator checks, archives OpenSpec changes if applicable, and finalizes pull requests with built-in CI failure remediation.
- Use Case: For a feature with 6 implementation tasks tied to a design spec, use this skill to execute all tasks, pass validation, and merge the PR without manual coordination between steps.
Quick Start
Use the implement-change skill to execute all provided implementation tasks, run required validation, and finalize the associated pull request end-to-end.