"Type Once, Have it all!" - AI-Orchestration Driven Development
π Official Website: tohframework.dev
| IDE | Status | Notes |
|---|---|---|
| π§ Claude Code | β Full Support | Native Sub-Agents, Slash commands |
| π Cursor | β Full Support | @ file references |
| π Google Antigravity | β Full Support | Gemini integration |
| π Gemini CLI | β Full Support | Context files auto-loaded |
| π€ Codex CLI | β Supported | OpenAI agents |
Toh = Type Once, Have it all!
We believe Solo Developers and Solopreneurs should be able to build SaaS systems single-handedly without being an expert in every field.
Toh Framework enables you to:
- π¬ Command in natural language - No complex prompts needed
- π€ AI handles everything - Breaks down tasks, calls agents, executes until done
- π See results instantly - No waiting, no answering questions
- π Production-ready - Not just a prototype
Full support for Google Antigravity IDE! Commands now appear when pressing /:
- 13 workflow files created in
.agent/workflows/ - Commands use dash syntax (
/toh-vibe) in Antigravity - Separate from Gemini CLI which uses colon syntax (
/toh:vibe)
Enhanced memory tracking with 2 new files:
| Memory File | Purpose |
|---|---|
active.md |
Current task |
summary.md |
Project overview |
decisions.md |
Key decisions |
changelog.md |
NEW! Session changes |
agents-log.md |
NEW! Agent activity log |
architecture.md |
Project structure |
components.md |
Component registry |
All agents now announce themselves when working:
[π¨ UI Builder] Starting: Create Dashboard Page
[π¨ UI Builder] β
Complete: Dashboard with 3 components
Agents can now work simultaneously when there are no dependencies:
Phase 1: [π¨ UI] + [βοΈ Dev] β PARALLEL
Phase 2: [π Backend] β SEQUENTIAL
Phase 3: [β¨ Design] + [π§ͺ Test] β PARALLEL
Before executing, see why AI chose specific agents:
π Analysis:
| Need | Agent | Confidence |
|------|-------|------------|
| Create pages | π¨ UI | 95% |
| Add logic | βοΈ Dev | 90% |
| Connect DB | π Connect | 95% |
| Agent | Specialty |
|---|---|
| π¨ ui-builder | Pages, Components, Layouts |
| βοΈ dev-builder | Logic, State, API |
| π backend-connector | Supabase, Auth, RLS |
| β¨ design-reviewer | Polish, Animation |
| π§ͺ test-runner | Auto test & fix |
| π§ plan-orchestrator | Analyze, Plan |
| π± platform-adapter | LINE, Mobile, Desktop |
See CHANGELOG.md for complete version history.
Recent highlights:
| Version | Date | Key Feature |
|---|---|---|
| v1.8.0 | 2026-01-11 | 7-File Memory System, Agent Announcements |
| v1.7.1 | 2026-01-11 | Gemini CLI Native Commands (TOML) |
| v1.7.0 | 2025-12-26 | Security Engineer, /toh-protect command |
| v1.6.0 | 2025-12-18 | Claude Code Sub-Agents, Multi-Agent Orchestration |
| v1.5.0 | 2025-12-05 | Google Antigravity/Gemini Support |
| v1.4.0 | 2025-12-04 | /toh Smart Command, Premium Experience |
| Feature | Description |
|---|---|
/toh Smart Command |
Type anything, AI picks the right agent |
| Sub-Agents | 7 specialized agents for different tasks |
| Multi-Agent Orchestration | Complex workflows with full visibility |
| Premium Experience | 5+ pages with animations in one prompt |
| Design Mastery | 13 business profiles for smart design |
| Auto Memory | Context persists across sessions and IDEs |
| Auto Testing | Test & fix loop until all pass |
# Interactive install (choose IDEs and language)
npx toh-framework install
# Quick install (Claude Code + Cursor, English)
npx toh-framework install --quick
# Specific IDE only
npx toh-framework install --ide claude
npx toh-framework install --ide cursor
npx toh-framework install --ide gemini
npx toh-framework install --ide codex
# Multiple IDEs
npx toh-framework install --ide "claude,cursor,gemini,codex"# Method 1: Use npx (recommended - always gets latest)
npx toh-framework@latest install
# Method 2: If installed globally
npm update -g toh-framework
toh installπ‘ Tip: Reinstalling updates skills, agents, and commands without deleting your existing memory!
# Open project with Claude Code
claude .
# Show all commands
/toh-help
# Smart command - AI picks the right agent
/toh create a landing page with pricing section
# Create complete project
/toh-vibe coffee shop management system
# Add UI
/toh-ui Add a dashboard with sales charts
# Add Logic
/toh-dev Add form validation and API calls
# Improve Design
/toh-design Make it look professional
# Test system
/toh-test
# Security audit
/toh-protect
# Deploy
/toh-ship# Call Toh agent
@toh Create a meeting room booking system
# Or use specific command
@toh:ui Create a calendar page for room booking# Start Gemini CLI
gemini
# Use commands
/toh-vibe Inventory management system| Command | Shortcut | Description |
|---|---|---|
/toh |
- | π§ Smart Command - Type anything, AI picks agent |
/toh-plan |
/toh-p |
π Plan - Analyze, plan, orchestrate |
/toh-vibe |
/toh-v |
π¨ Create Project - Complete app in one command |
/toh-ui |
/toh-u |
πΌοΈ Create UI - Pages, Components, Layouts |
/toh-dev |
/toh-d |
βοΈ Add Logic - TypeScript, Zustand, Forms |
/toh-design |
/toh-ds |
β¨ Polish Design - Professional, not AI-looking |
/toh-test |
/toh-t |
π§ͺ Test - Auto test & fix until pass |
/toh-protect |
/toh-pt |
π Security Audit - Full security check [NEW] |
/toh-connect |
/toh-c |
π Connect Backend - Supabase, Auth, RLS |
/toh-line |
/toh-l |
π LINE Mini App - LIFF integration |
/toh-mobile |
/toh-m |
π± Mobile App - Expo / React Native |
/toh-fix |
/toh-f |
π§ Fix Bugs - Systematic debugging |
/toh-ship |
/toh-s |
π Deploy - Vercel, Production ready |
/toh-help |
/toh-h |
β Help - Show all commands |
No decisions needed - optimized stack ready to go:
| Category | Technology |
|---|---|
| Framework | Next.js 14 (App Router) |
| Styling | Tailwind CSS + shadcn/ui |
| State | Zustand |
| Forms | React Hook Form + Zod |
| Backend | Supabase |
| Testing | Playwright |
| Language | TypeScript (strict) |
AI-Orchestration Driven Development:
- Natural Language β Tasks - Just describe what you want
- Orchestrator β Agents - System calls the right specialists
- No Process Management - You just receive results
- Test β Fix β Loop - Auto-fix until everything passes
User: "Create a coffee shop management system"
Orchestrator:
βββ π plan-orchestrator β Analyze & plan
βββ π¨ ui-builder β Create all UI
βββ βοΈ dev-builder β Add logic
βββ β¨ design-reviewer β Polish design
βββ π§ͺ test-runner β Test & fix
βββ π security-check β Audit code [NEW]
βββ β
Deliver working system!
/toh-vibe Online store with products, cart, and checkout
/toh-vibe Analytics dashboard with charts and date filters
/toh-vibe Project management tool with teams and tasks
- Solo Developers - Build SaaS single-handedly
- Solopreneurs - Create MVP to test market
- Startup Founders - Prototype for investors
- Freelancers - Deliver client work faster
- Students - Learn modern web development
- π€ 7 Sub-Agents - Specialized for different tasks
- π― 15 Commands - From planning to deployment
[NEW: /toh-protect] - π 24 Skills - Comprehensive AI capabilities
[NEW: Security Engineer] - π¨ 13 Design Profiles - Business-appropriate design
- π¦ 15 Component Templates - Ready-to-use premium components
- π 5 IDEs - Claude Code, Cursor, Antigravity, Gemini, Codex
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE for details.
Wasin Treesinthuros (Innovation Vantage)
- π Website: tohframework.dev
- GitHub: @wasintoh
- Email: dr.wasin@gmail.com
Made with β€οΈ for Solo Developers everywhere.
"Type Once, Have it all!"