Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 939 Bytes

File metadata and controls

19 lines (17 loc) · 939 Bytes

Journey map

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.mdGET /mcp/actions
Product builder Own UI + AgentStack backend BUILD_YOUR_PRODUCT.mdsdk/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]
Loading