I’m trialling a simple flow where technical and non-technical teammates can request a factory job (e.g. “add an API endpoint”), and the factory turns that intent into:
Scoped prompt spec (goal + acceptance criteria)
Run log (commands/tests)
CI as the gate (green or it didn’t happen)
PR with evidence attached
Deployed to staging env for UAT
Scoped prompt spec (goal + acceptance criteria)
Run log (commands/tests)
CI as the gate (green or it didn’t happen)
PR with evidence attached
Deployed to staging env for UAT
Early days, but it’s an interesting way to put structure + guardrails around “vibe coding”.