scaffold-system-wiring

Coordinate agent roles for scaffold orchestration across review workflows.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/buchananwill/ue-claude-scaffold --skill scaffold-system-wiring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-system-wiring
Source: https://github.com/buchananwill/ue-claude-scaffold/tree/main/skills/scaffold-system-wiring
Command: npx skills add https://github.com/buchananwill/ue-claude-scaffold --skill scaffold-system-wiring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The scaffold project often requires disciplined coordination among specialized AI agents to plan, review, and execute complex tasks inside a Dockerized environment. This Skill defines who does what, when, and how, enabling predictable, auditable orchestration.

Core Features & Use Cases

  • Agent role registry: standardizes the set of roles (implementer, safety-reviewer, reviewer, decomp-reviewer, style-sweep) and their responsibilities.
  • Mandated review workflow: enforces review mandates to ensure plan quality and safety before execution.
  • Terminal style sweep orchestration: coordinates a terminal-style pass that normalizes styling and consolidates changes into a single, auditable commit.
  • Use Case: teams who want a repeatable, auditable end-to-end scaffold planning and execution workflow within a Dockerized environment.

Quick Start

Provide a plan document and start the scaffold container to initialize agent roles and run the end-to-end workflow.

Frequently Asked Questions about scaffold-system-wiring

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

FAQPage Schema
How do I coordinate multiple AI agents for scaffold orchestration and review?

Agent coordination for scaffold orchestration uses a YAML-driven workflow that registers specialized agent roles with mandated review responsibilities. This standardizes who does what across safety, correctness, and decomposition reviews to drive predictable plan execution.

What's the best way to enforce review mandates before executing a scaffold plan?

Enforcing review mandates requires a structured workflow that assigns specific review responsibilities to designated agent roles. The scaffold orchestration workflow mandates safety, correctness, and decomposition reviews before execution to ensure plan quality and auditability.

Can I run a terminal style sweep to normalize code styling in a Dockerized scaffold environment?

A terminal style sweep can be orchestrated in a Dockerized scaffold environment to normalize styling and consolidate changes into a single auditable commit. The workflow coordinates this terminal-style pass as part of the end-to-end execution.

Do I need a plan document to start an end-to-end scaffold workflow?

A plan document is required to initialize the scaffold workflow. You provide the plan document and start the scaffold container to initialize the agent roles and run the end-to-end orchestration workflow.

What agent roles are needed for a complete scaffold planning and execution workflow?

A complete scaffold workflow uses an agent role registry including an implementer, safety-reviewer, reviewer, decomp-reviewer, and style-sweep agent. Each role has mandated review responsibilities defined by a structured YAML-driven workflow.

Why use a YAML-driven workflow for agent wiring in scaffold orchestration?

A YAML-driven workflow for agent wiring provides predictable, auditable orchestration by explicitly defining agent roles, mandated review responsibilities, and terminal style sweep coordination. This ensures disciplined coordination among specialized AI agents in a Dockerized environment.