aanifowose111/discovery-to-ship-multi-agents
5 stars · Last commit 2026-06-07
From idea to shipped product, orchestrated by Claude Code. Discovery → validation → MVP scoping → design → build → ship, with reviewer subagents and senior-engineer personas at every phase. Defaults to Flask + React Native; stack-agnostic methodology.
README preview
# Discovery-to-Ship Multi-Agents <p align="center"> <img src="https://scriptvil-cdn.nyc3.cdn.digitaloceanspaces.com/agents/discovery-to-ship-multi-agents.png" alt="Discovery-to-ship pipeline: six stages — discovery, validation, MVP scoping, design, build, ship — with reviewer subagents and senior-engineer personas collaborating across each phase" width="100%"> </p> A Claude Code–orchestrated portfolio pipeline for discovering, validating, scoping, designing, and shipping distinctive web, mobile, and desktop products. Built around opinionated methodology guides, narrow-lens reviewer subagents, helper skills, and pipeline slash commands. The name reflects what's in the box: many specialized agents (worker, reviewer, and code-review personas), composed into one pipeline that takes a product from **discovery** all the way through **ship**. This repo is the *scaffolding*. Your products (ideas, market research, builds) live in the same workspace but are gitignored — they stay on your disk, never enter git. The shared part is the workflow itself: how to think about discovery, how to validate, how to scope, how to design without producing generic-looking output, and (if you use the workspace defaults) how to build dockerized Flask backends, React Native frontends, and PySide6 desktop apps in a repeatable way. ## Stack flexibility — this is important This workspace ships with **opinionated defaults**: - **Web:** dockerized Flask (Python) + Jinja templates + vanilla JavaScript. - **Mobile:** React Native with Expo + TypeScript, paired with the Flask backend. - **Desktop:** Python + PySide6 (Qt for Python) + PyInstaller. Cross-platform-capable; MVP-default is macOS-first.