agent-implementer

Automates end-to-end implementation of approved architectural plans via multi-file code changes with sequential validation and explicit completion state management.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TrevorPLam/agency --skill agent-implementer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-implementer
Source: https://github.com/TrevorPLam/agency/tree/main/.windsurf/skills/agent-implementer
Command: npx skills add https://github.com/TrevorPLam/agency --skill agent-implementer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end implementation of approved architectural plans by generating and applying multi-file code changes.

Core Features & Use Cases

  • Plan-driven implementation: Reads the approved plan and applies changes across multiple files.
  • Deterministic execution: Executes changes one file at a time to preserve stability.
  • Validation & guardrails: Runs type checks, linting, and tests, and reports status.

Quick Start

Follow the approved architectural plan to implement all changes across the required files.

Frequently Asked Questions about agent-implementer

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

FAQPage Schema
How do I automate multi-file code changes from an approved architectural plan?

Sequential validation for multi-file code implementation enforces file-by-file updates, running type checks, linting, and tests after each change to report status and ensure deterministic execution across the entire plan.

When should I use end-to-end plan implementation instead of local fixes?

Plan-driven multi-file implementation works by reading an approved architectural plan and applying changes across multiple files one file at a time, enforcing sequential validation and explicit completion state management.

What's the best way to ensure stability when applying multi-file code generation?

To validate code changes during multi-file implementation, the workflow runs type checks, linting, and tests sequentially, reporting status explicitly to ensure all generated code meets required validation guardrails before completion.

Do I need an approved architectural plan before starting multi-file code implementation?

Yes, you need an approved architectural plan before starting multi-file code implementation, as the workflow applies only when a plan is approved and ready, excluding simple local fixes from this process.