| name | factory-orchestration |
| description | Master system orchestration, blueprint rendering, project scaffolding, multi-agent debates, and SDLC stage validators. |
| type | skill |
| version | 1.0.0 |
| category | routing |
| agents | ["system-architecture-specialist","master-system-orchestrator"] |
| knowledge | ["master-system-orchestration.json"] |
| scripts | ["scripts/core/blueprint_renderer.py","scripts/core/config_manager.py","scripts/core/debate_orchestrator.py","scripts/core/generate_project.py","scripts/core/generate_vertical_slice.py","scripts/core/import_bundle.py","scripts/core/predictive_context.py","scripts/core/template_engine.py","scripts/demos/verified_agents_demo.py","scripts/orchestration/architecture_mapper.py","scripts/orchestration/parallel_executor.py","scripts/orchestration/prd_to_code_bridge.py","scripts/orchestration/trigger_architecture.py","scripts/orchestration/trigger_ideation.py","scripts/orchestration/trigger_requirements.py","scripts/orchestration/verify_phase_1.py","scripts/orchestration/verify_phase_2.py","scripts/orchestration/verify_phase_3.py","scripts/orchestration/verify_phase_4.py","scripts/orchestration/verify_phase_5.py","scripts/workshops/export_workshop.py"] |
| tools | [] |
| related_skills | ["design-ai-systems"] |
| references | [] |
| settings | {"auto_approve":false,"timeout_seconds":300} |
Factory Orchestration & SDLC Automation
This skill covers the core factory orchestration services: rendering project blueprints, generating code from verified PRDs (PRD-to-Code bridge), conducting Multi-Agent Debates (MAD), and validating sequential SDLC phases.
When to Use
Use this skill when initiating new project structures, running vertical slice code generators, triggering automated debates between specialised personas, or checking project milestones against phase verifiers.
Prerequisites
- Conda environment initialized.
- Jinja2 templates directory available in
.agent/templates/.
Process
Follow these procedures to trigger the PRD bridge and verify SDLC phases.
Triggering PRD-to-Code Scaffold
Run the automated bridge to bootstrap a new feature:
conda run -p D:\Anaconda\envs\cursor-factory python scripts/orchestration/prd_to_code_bridge.py --prd prd.md
Running Phase Verifications
Ensure requirements are completely validated:
conda run -p D:\Anaconda\envs\cursor-factory python scripts/orchestration/verify_phase_2.py
Best Practices
- Phase Constraints: Do not bypass phase verifications. The output of one phase is the required input for the next.
- Architectural Gating: Ensure major decisions route through the debate orchestrator before applying code changes.