build-implementation

Coordinate backend, frontend, and quality-skeptic agents for TDD-based feature implementation.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/councilofwizards/wizards --skill build-implementation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: build-implementation
Source: https://github.com/councilofwizards/wizards/tree/main/plugins/conclave/skills/build-implementation
Command: npx skills add https://github.com/councilofwizards/wizards --skill build-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating a multi-disciplinary software build team to consistently deliver implementation work with clear gates, contract negotiation, and tested code.

Core Features & Use Cases

  • Hub-and-spoke orchestration of Backend Engineer, Frontend Engineer, and Quality Skeptic with a Skeptic gate before implementation.
  • Enforced practices: TDD by default, API contract negotiation, and structured progress tracking with progress/docs.
  • Use Case: Plan a feature, implement with coordinated teams, test, review, and ship with clear traces of decisions.

Quick Start

Initialize a build-implementation session, spawn the Backend Eng, Frontend Eng, and Quality Skeptic, and begin contract negotiation on the selected feature.

Frequently Asked Questions about build-implementation

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

FAQPage Schema
How do I coordinate multi-disciplinary software builds using TDD?▼

Coordinate multi-disciplinary software builds using TDD by orchestrating backend, frontend, and quality-skeptic agents to negotiate API contracts and enforce gated workflows. This approach ensures production-grade delivery with structured progress tracking and iterative reviews across teams.

What is API contract negotiation in feature implementation?▼

API contract negotiation in feature implementation is the process where backend and frontend agents define and agree on API boundaries before coding begins. It enforces production-ready builds by aligning expectations early, preventing integration failures, and maintaining auditable technical specs.

How do I enforce gated workflows for iterative feature delivery?▼

Enforce gated workflows for iterative feature delivery by applying checkpointing and a Skeptic gate before implementation. This structured approach ensures safe, auditable delivery by requiring explicit plans, technical specs, and team reviews to pass before advancing to the next phase.

Can I use hub-and-spoke orchestration for backend and frontend coordination?▼

Yes, you can use hub-and-spoke orchestration for backend and frontend coordination by spawning dedicated engineer agents and a quality skeptic. This setup manages feature-by-feature builds, enforces TDD by default, and tracks structured progress with documentation across teams.

Does test-driven development work with concurrent team coordination?▼

Test-driven development works with concurrent team coordination by establishing API contracts upfront and applying a quality-skeptic review gate. This ensures backend and frontend agents build against tested, agreed-upon interfaces, resulting in safe, auditable, and production-grade software.

When should I not use contract negotiation for software builds?▼

You should avoid contract negotiation for software builds when working on rapid prototypes lacking explicit plans or technical specs. This orchestrated, gated approach requires defined feature-by-feature builds and iterative reviews, making it unsuitable for unstructured, fast iteration cycles.