factory

Automate sequential requirements-to-release pipelines with greenfield and brownfield mode detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pipeline orchestration for turning requirements into a released project, enforcing sequential phases and auto-detecting greenfield vs brownfield modes to reduce manual coordination.

Core Features & Use Cases

  • End-to-end workflow from requirements to release with phase-by-phase governance.
  • Auto-detection of greenfield (V1) or brownfield (V2+) modes to tailor prerequisites, planning, and rollback.
  • Safety rails: gate checks, 3x auto-remediation attempts, and a user-assisted phase-fail protocol.

Quick Start

Invoke the factory skill to initialize the first run using your requirements file and observe the automated, sequential phases.

Frequently Asked Questions about factory

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

FAQPage Schema
How do I automate the software pipeline from requirements to release?

End-to-end pipeline automation coordinates every phase from requirements to release, enforcing sequential execution and applying gate checks to validate prerequisites before proceeding.

How does greenfield versus brownfield detection work in pipeline orchestration?

Greenfield V1 or brownfield V2+ detection auto-tailors prerequisites, planning, and rollback strategies to match your project's current lifecycle stage without manual configuration.

What happens when a pipeline phase fails during automated execution?

When a phase fails, the system attempts three auto-remediation retries before triggering a user-assisted failure protocol, ensuring safe handling and rollback for brownfield migrations.

Can I use sequential phase control for brownfield migration projects?

Sequential phase control supports brownfield migrations by validating prerequisites, logging progress, and integrating documentation with rollback capabilities to ensure safe transitions.

Do I need a requirements file to start the end-to-end pipeline workflow?

You need a requirements file to initialize the first run, which triggers the automated sequential phases and begins the pipeline orchestration process immediately.

What is the best way to enforce gate management across a delivery pipeline?

Gate management enforces strict phase-level guards across the delivery pipeline, validating prerequisites and applying safety rails to prevent uncoordinated phase progression.