~/work/saas-launchCreator · Agent workflow architect
saas-launch
01 / 27
Project · 01 / 27
saas-launch
Creator · Agent workflow architect
Status · active
A reusable agentic software-production system that takes vertical SaaS from target-market selection through PRD, prototype, implementation, verification, deployment, and launch collateral.
Impact
Turned one-off agent builds into a gated, provider-aware production workflow with deterministic scaffolding and four cumulative harness tiers.
Outcomes
- Public developer tooling and the internal production system behind the studio.
- Supports build-now and external-handoff paths with explicit approval gates.
- Requires lint, typecheck, build, and test evidence before completion.
Context
Inconsistent one-off agent builds made quality and handoff difficult to repeat.
Constraints
- Remain provider-aware
- Keep human approval at phase boundaries
- Do not treat prompts as a production system
Architecture
- Sequential ideation, PRD, prototype, and build phases
- Deterministic pnpm and Turborepo scaffold
- Four cumulative agent-harness tiers
Agent workflow
- Route models by task
- Persist handoffs between phases
- Use an independent review pass
Quality gates
- Lint
- Typecheck
- Build
- Unit and Playwright tests
Known gaps
- Provider-independent adapters and formal evaluation remain active work
Lessons
- Repeatability comes from contracts, gates, and evidence rather than a longer prompt
Stack
- Codex
- Claude Code
- pnpm
- Turborepo
- Supabase
- Playwright