Overview
This repository defines the “Autonomous Startup” — a concept where a single founder orchestrates a swarm of agents to handle coding, marketing, sales, and operations.
The Agentic Hierarchy
- Master Agent (AutoGPT/BabyAGI): Handles high-level goal setting and task decomposition.
- Developer Sub-Agents (OpenDevin/SWE-agent): Specialized in writing, testing, and debugging code in isolation.
- Ops Sub-Agents: Monitor server health, manage database migrations, and handle deployments.
Full Guide: Setting Up Your Automated Office
- Define the Mission: Use a
system-promptthat defines your startup’s core value proposition. - Setup CrewAI: Create a “Sales Crew” and a “Product Crew”.
- Connect Tooling: Give agents access to your GitHub Repo, Stripe API, and Discord for notifications.
- Human-in-the-loop: Set up a “Vibe Coding” environment (like Cursor) where you approve agent PRs.
Documentation & Use Cases
- Scenario: You want to add a new “Referral System”.
- Action: Describe the feature in the “Master Agent” interface.
- Result: The agent scaffolds the DB schema, creates the API routes, and generates the UI components.
- Scenario: Customer Support spikes after a launch.
- Action: Deploy a specialized
Claude-Skillsub-agent to handle FAQs and escalate complex issues.
- Action: Deploy a specialized