factory-build

Batch tasks by layer and enforce sequential execution across build batches.

10|5|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/SylvainChabaud/spec-to-code-factory --skill factory-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factory-build
Source: https://github.com/SylvainChabaud/spec-to-code-factory/tree/main/.claude/skills/factory-build
Command: npx skills add https://github.com/SylvainChabaud/spec-to-code-factory --skill factory-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the Build phase by batching tasks and enforcing sequential execution across batches.

Core Features & Use Cases

  • Batch tasks by layer, enforce sequential execution, and ensure deterministic builds.
  • Integrate with gate checks, planning, and task instrumentation to provide traceability.
  • Support extensible batches: setup, domain, application, infrastructure, ui-hooks, ui-components, assembly, and other batches.

Quick Start

Execute Gate 3, obtain the active planning, batch tasks by layer, and run them sequentially as described.

Frequently Asked Questions about factory-build

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

FAQPage Schema
How do I batch build tasks by layer and enforce sequential execution?

Batch build tasks by layer and enforce sequential execution by grouping tasks into setup, domain, application, infrastructure, UI, and assembly batches. This approach ensures deterministic builds and traceable progress across all layers.

What is task batching in build orchestration and when do I need it?

Task batching in build orchestration is the process of grouping tasks by architectural layer to enforce sequential execution. You need it for greenfield or brownfield builds requiring deterministic delivery and traceable progress across layers.

Can I use build orchestration batching for brownfield application infrastructure updates?

Yes, build orchestration batching supports both greenfield and brownfield builds. It handles infrastructure batches and domain application updates by applying gate checks and developer delegation to ensure deterministic delivery.

What is the best way to coordinate build batches for reliable delivery?

The best way to coordinate build batches for reliable delivery is to group tasks into setup, domain, application, infrastructure, UI, and assembly batches. Enforcing sequential execution across these batches with strict quality gates ensures deterministic builds.

How do I start a build orchestration phase with task delegation and gate checks?

Start the build orchestration phase by executing Gate 3 to obtain the active planning. Then batch tasks by layer, apply instrumentation steps, and run them sequentially with developer delegation to ensure strict quality gate validation.