implement

Translate plans into runnable code and validate against acceptance criteria.

3|1|Updated Jul 2, 2025
One-click install
npx skills add https://github.com/benredmond/apex --skill implement-benredmond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/benredmond/apex/tree/main/skills_backup/20260112-223111/skills/implement
Command: npx skills add https://github.com/benredmond/apex --skill implement-benredmond

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated construction and verification of software architecture from a plan, executing build and validation loops to reduce manual rework.

Core Features & Use Cases

  • Plan-to-Implementation Loop: Translates approved plans into runnable code, iterating until all acceptance criteria are met.
  • Integrated Validation: Runs syntax checks, type checks, unit tests, integration tests, and records outcomes for traceability.
  • Pattern & Handoff Logging: Documents pattern usage, deviations, and reviewer handoffs to support audits and continuous improvement.

Quick Start

Start the implement task for a given task identifier to begin building and validating the architecture.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate translating a development plan into runnable code?

To automate translating a plan into runnable code, you can use a task-driven build and validation loop that iterates until all acceptance criteria are met. This approach executes architecture construction and verification to reduce manual rework.

Does automated architecture validation run both unit and integration tests?

Yes, integrated validation runs syntax checks, type checks, unit tests, and integration tests. It records all outcomes for traceability to ensure the generated software architecture satisfies the required acceptance criteria.

What is a build and validate loop for software architecture?

A build and validate loop is an automated process that translates an approved plan into runnable code and immediately validates it against acceptance criteria. It iterates until the software architecture meets all requirements for syntax, tests, and pattern usage.

Can I log pattern usage and reviewer handoffs during automated implementation?

Yes, the automated implementation process includes pattern and handoff logging. It documents pattern usage, deviations, and reviewer handoffs to support audits and continuous improvement throughout the build and validation loop.

Do I need an approved plan and contract before starting automated architecture construction?

Yes, you need an approved plan and a contract to guide the builders and validators. These inputs are required to produce working implementations and ensure the automated loop satisfies all acceptance criteria.

Why is manual rework still needed after automated architecture generation?

Manual rework is reduced by iterating the build and validation loop until all acceptance criteria are met. The automated process validates syntax, types, and tests, while logging deviations to support continuous improvement and reviewer handoffs.