| Persona | Goal | Steps |
|---|---|---|
| Dashboard user | Use RAG, sandbox, RBAC | Sign in → project → USER_FEATURES_GUIDE.md |
| MCP automator | Batch platform actions | API key → MCP_QUICKSTART.md → GET /mcp/actions |
| Product builder | Own UI + AgentStack backend | BUILD_YOUR_PRODUCT.md → sdk/RECIPES.md |
| Mobile dev | App + push | sdk/MOBILE_AND_PWA.md |
| AI agent team | Repo + genes + MCP | genetic-ai-starter → plugins/CONTEXT_FOR_AI.md |
flowchart TD
start[Start] --> choose{Persona?}
choose -->|User| uf[USER_FEATURES_GUIDE]
choose -->|Integrator| mcp[MCP_QUICKSTART]
choose -->|Builder| build[BUILD_YOUR_PRODUCT]
build --> recipe[sdk/RECIPES]
recipe --> ship[Deploy hosting or app store]