implement-change

Coordinate sequential implementation tasks, validation, and pull request finalization.

30|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Codagent-AI/agent-skills --skill implement-change-codagent-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-change
Source: https://github.com/Codagent-AI/agent-skills/tree/main/skills/implement-change
Command: npx skills add https://github.com/Codagent-AI/agent-skills --skill implement-change-codagent-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about implement-change

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

FAQPage Schema
How do I automate code changes and pull request finalization for multiple tasks?

You can automate code changes and pull request finalization by dispatching sequential subagents that execute tasks one at a time. This prevents parallel conflicts and automatically runs validation checks before finalizing the pull request.

Can I use subagent orchestration to implement tasks sequentially from a predefined list?

Yes, subagent orchestration dispatches implement-and-validate subagents one at a time for each task in a provided list. This sequential execution ensures each step builds on the previous one without parallel conflicts.

How does automated pull request finalization handle CI failure remediation?

Automated pull request finalization handles CI failure remediation by integrating agent-validator checks and automatically addressing failures for merged pull requests. This ensures validation passes before finalizing the PR.

Do I need design documentation and an existing codebase to automate feature delivery?

Yes, this workflow requires predefined implementation task lists, design documentation, and an existing codebase. These inputs provide the necessary context for subagent-based task dispatch and successful feature delivery.

What is the best way to coordinate implementation tasks and validation checks end-to-end?

The best way to coordinate implementation tasks and validation checks end-to-end is using sequential task orchestration with integrated validation. It dispatches subagents individually, runs agent-validator checks, and finalizes pull requests automatically.

Does automated change implementation work with OpenSpec change archiving?

Yes, automated change implementation works with OpenSpec change archiving by optionally archiving changes if applicable during the workflow. This occurs alongside validation checks and pull request finalization.