What problem does it solve? It removes the human bottleneck from AI-assisted coding by constructing a "dark factory" inside your repository: work enters as an issue and ships as validated, merged code with nobody at the keyboard, encoding the AI coding process you already run rather than replacing it. ## Core Features & Use Cases - Five-component construction: Builds the guidance layer (MISSION.md, FACTORY_RULES.md, conventions file), the validation harness, the workflow-driven repo, deployment, and finally the autonomy trigger, in a deliberate order that earns the right to walk away. - Structured interview and refusal logic: Reads your PRD, inspects the repo for observability, refuses unsafe builds early, and runs a three-round question-tool interview with recommended defaults. - Agent-agnostic templates and audits: Ships runner and harness templates (http, cli, and library drivers) plus audit scripts that verify the factory machinery itself, working with Claude Code, Codex, Cline, Goose, and other coding agents. - Use Case: You have a PRD for a new service and want overnight, unattended development. Run the skill with the PRD path and repo path; it interviews you, writes the governance files, scaffolds the validation harness and workflows, and stops before enabling the cron trigger until every gate is proven. ## Quick Start Ask the agent to build a dark factory from your PRD file into your repository by providing the PRD path and the repo path.