● Scaffold — under construction
Project Factoryidea → 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
Capture an idea and grow it into a reviewed spec .
Provision Jira , GitHub , AWS , a domain , and mobile publishing.
Decompose the spec into worker-sized Jira tasks .
Run workers — code, tests, infra, CI/CD — until PRs merge.
Deploy web & backend to AWS; ship iOS to TestFlight and Android to Play .
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
doftinc · Project Factory
status: scaffold — execution layer (workers-abstract) live