● Scaffold — under construction

Project Factory
idea → production, autonomously.

An end-to-end control plane that takes a project idea and carries it through spec, Jira, GitHub, AWS, and the App Store / Google Play to a running release — driving a fleet of autonomous workers.

The pipeline

idea → spec engine → task graph → Jira → workers-abstract → GitHub PRs → CI · janitor · merge → release orchestrator → AWS · TestFlight · Google Play

Three planes

Project Factory

The brain. Spec authoring & versioning, impact analysis, task decomposition, provisioning, release orchestration, dashboard.

workers-abstract execution

Project-agnostic QA/fix engine. Claims Jira tickets, writes code & tests, opens PRs, fixes CI, runs janitor & rescue.

Provisioners privileged

Scoped executors for AWS subaccounts, domains & Route 53, Apple TestFlight, Google Play, GitHub OIDC & secrets.

What it does

  1. Capture an idea and grow it into a reviewed spec.
  2. Provision Jira, GitHub, AWS, a domain, and mobile publishing.
  3. Decompose the spec into worker-sized Jira tasks.
  4. Run workers — code, tests, infra, CI/CD — until PRs merge.
  5. Deploy web & backend to AWS; ship iOS to TestFlight and Android to Play.
  6. Absorb change requests: new idea → spec update → Jira diff → implementation.

Architectural formula

Project Factory = brain / control plane / spec / provisioning / release workers-abstract = execution engine for code / docs / tests / CI fixes provisioners = privileged executors for external systems Jira = task visibility & worker queue GitHub = code / PR / CI source of truth AWS · Apple · Google = deployment targets