factory-build

Orchestrate multi-batch build phases with sequential gate-based execution.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/selossebdc-cell/portail-client-v2 --skill factory-build-selossebdc-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factory-build
Source: https://github.com/selossebdc-cell/portail-client-v2/tree/main/.claude/skills/factory-build
Command: npx skills add https://github.com/selossebdc-cell/portail-client-v2 --skill factory-build-selossebdc-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This orchestration tool manages Phase ACT (build) by organizing tasks into batches (layers), ensuring deterministic execution, traceability, and safe remediation.

Core Features & Use Cases

  • Batch tasks by architectural layer (setup, domain, application, infrastructure, ui-hooks, ui-components, assembly, other) and subdivide batches when necessary.
  • Execute batches sequentially with mandatory setup first and assembly last.
  • Instrument delegation and current-task tracking to a developer agent; support gate checks and auto-remediation guidance.
  • Log batch progress and generate a structured report of completed tasks and outcomes.

Quick Start

Start the build orchestration to initialize the first batch and monitor gate checks until completion.

Frequently Asked Questions about factory-build

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

FAQPage Schema
How do I orchestrate batch build tasks sequentially across architectural layers?

Batch build orchestration organizes tasks into architectural layers like setup, domain, application, infrastructure, and assembly, enforcing sequential execution with mandatory gate checks between batches for deterministic builds.

What is gate-based validation in build orchestration and when do I need it?

Gate-based validation in build orchestration ensures each batch of tasks passes mandatory checks before the next layer executes, providing traceability and safe remediation when failures occur during the build phase.

How do I automate task delegation and track the current build task?

Automate task delegation by instrumenting the build orchestration to assign current-task tracking to a developer agent, logging batch progress and generating structured reports of completed tasks and outcomes.

Can I subdivide build batches when a single architectural layer has too many tasks?

Batch build orchestration supports subdividing batches within architectural layers, allowing granular task management while maintaining sequential execution and gate-based validation across the build phase.

Does build orchestration handle auto-remediation when gate checks fail?

Build orchestration provides auto-remediation guidance when gate checks fail, logging the failure and offering remediation workflows to resolve issues before continuing batch execution.

What's the best way to coordinate multi-batch builds for scalable applications?

Multi-batch build coordination groups tasks by architectural layer with setup executed first and assembly last, enforcing sequential gate checks and current-task tracking for scalable and deterministic build outcomes.