Master workflow orchestration. One prompt → Full application. Chains librarians with optional checkpoints and variations.
One prompt. Full application. Your librarians, orchestrated.
| Mode | What Happens |
|---|---|
| Full Auto | Runs entire sequence, delivers final output |
| Checkpoint | Pauses at each stage for approval |
| Variation | Generates 2-3 options at key stages |
Activate with: "run computer lab" or "computer lab"
"Run computer lab full auto"
I execute the entire sequence:
Output: Complete implementation with all stages documented.
"Run computer lab checkpoint mode"
I pause at each stage:
Stage 1: Tech Advisor
├─ [OUTPUT]
└─ "Approve to continue, or request changes"
Stage 2: UX Design
├─ [OUTPUT]
└─ "Approve to continue, or request changes"
... continues ...
You control the pace. Say "continue" to proceed, or give feedback to iterate.
"Computer lab variations"
At key decision points, I generate options:
Stage 1: Tech Stack (3 variations)
├─ Option A: Next.js + Supabase + Stripe
├─ Option B: Astro + Firebase + Stripe
├─ Option C: Remix + PlanetScale + Stripe
└─ "Pick A, B, or C"
Stage 2: UI Approach (2 variations)
├─ Option A: Minimal, brutalist
├─ Option B: Rich, animated
└─ "Pick A or B"
You get choices. I build based on your selections.
┌─────────────────────────────────────────────────────────┐
│ COMPUTER LAB │
├─────────────────────────────────────────────────────────┤
│ │
│ 1. DISCOVER │
│ ├─ Tech Advisor → Research + Stack recommendation │
│ └─ Research Librarian → Context gathering │
│ │
│ 2. DESIGN │
│ ├─ UX Librarian → User flows, IA │
│ ├─ Components Librarian → UI components │
│ └─ Animation Librarian → Motion plan │
│ │
│ 3. BUILD │
│ ├─ Implementation Librarian → Execute the plan │
│ ├─ Frontend Librarian → UI execution │
│ ├─ Backend Librarian → API, data layer │
│ └─ Database Librarian → Schema, queries │
│ │
│ 4. QUALITY │
│ ├─ Code Audit Librarian → Quality review │
│ ├─ Testing Librarian → Tests │
│ └─ Performance Librarian → Optimization │
│ │
│ 5. SECURE │
│ └─ Security Librarian → Security audit │
│ │
│ 6. SHIP │
│ ├─ Exit Librarian → Final checklist │
│ └─ Deployment → Go live │
│ │
└─────────────────────────────────────────────────────────┘
"Run computer lab. Build me a [describe your project]."
Options:
- "Run computer lab full auto" — No stops
- "Run computer lab checkpoint mode" — Pause at each stage
- "Computer lab variations" — Give me options at each stage
- "Computer lab checkpoint + variations" — Both
"Run computer lab full auto. Build me a cannabis dispensary
management SaaS with inventory tracking, compliance
reporting, and payment processing."
"Computer lab variations. I need a landing page for
my AI startup. Show me different design approaches."
"Run computer lab checkpoint mode. Build a dashboard for
tracking creator analytics across TikTok and YouTube."
Librarians: Tech Advisor, Research
Actions:
Output: Stack decision + skill references
Librarians: UX, Components, Animation
Actions:
Output: Design plan + component list
Librarians: Implementation, Frontend, Backend, Database
Actions:
Output: Working code
Librarians: Code Audit, Testing, Performance
Actions:
Output: Audit report + fixes
Librarians: Security
Actions:
Output: Security sign-off
Librarians: Exit, Deployment
Actions:
Output: Live application
You can skip or add stages:
"Run computer lab, but skip the security audit —
this is just a prototype."
"Run computer lab and include the 3D librarian —
I want WebGL elements."
"Run computer lab, design phase only —
I'll build it myself."
When activating Computer Lab, I gather:
## Lab Context
**Project:** [What you're building]
**Audience:** [Who it's for]
**Constraints:** [Timeline, budget, tech limitations]
**Mode:** [Full Auto / Checkpoint / Variation]
**Special Requirements:** [Compliance, integrations, etc.]
librarians/tech-advisor-librarian.md — Stack decisionslibrarians/facilitator-librarian.md — Library healthai-builder/agentic-workflows/SKILL.md — Under-the-hood patternstech-stack/STACK-ROUTER.md — App type blueprintsThe Lab can be enhanced with RAG retrieval:
See implementation_plan.md for roadmap.