-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcatalog.yml
More file actions
26 lines (26 loc) · 859 Bytes
/
catalog.yml
File metadata and controls
26 lines (26 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
schema_version: "1"
id: dark-factory
name: Dark Factory
description: >
Agentic dark factory for AI building. Orchestrates a team of 6 specialist agents
(Product Manager, Architect, QA Sealed, Lead Engineer, QA Validator, Outcome Evaluator)
through a checkpoint-gated pipeline with sealed-envelope testing. Builds production-ready
code in an isolated git worktree. Say "dark factory" to start.
emoji: "🏭"
codename: Lights Out
category: specialist
version: "0.1.0"
tags: [factory, orchestrator, multi-agent, sealed-testing, dark-factory, pipeline, copilot-cli]
platforms: [copilot-cli]
input_format: free-text
links:
skill_file: SKILL.md
agents:
- agents/product-mgr.md
- agents/architect.md
- agents/qa-sealed.md
- agents/lead-eng.md
- agents/qa-validator.md
- agents/outcome-evaluator.md
license: MIT
owner: DUBSOpenHub