This guide covers the core interaction patterns for the Agent Startup Skills ecosystem.
The saas-accelerator is your primary tool. It coordinates 8 specialized agents in a strictly governed sequence.
Activation: “I want to build a [Description of Idea] using the Startup Factory.”
To prevent the agent from “going rogue,” every phase ends with a gate.
architecture.md).approve or approve phase to continue.Feedback Loop: If the output isn’t perfect, provide feedback instead of approving: “Change the database to MongoDB and remove the social login feature.” The agent will regenerate the artifact and ask for approval again.
You don’t have to run the full pipeline. You can call any specialist at any time using their standalone trigger phrases or IDs.
Examples:
@[market-scout] Research market for a peer-to-peer car sharing app.@[security-auditor] Audit the security of this project.@[system-architect] Design a system for a real-time chat app using WebSockets.By default, the agents prefer Next.js, TypeScript, and Tailwind. To change this, simply tell the Architect (Phase 3) or the Master Orchestrator:
“Build me a blog platform using the Startup Factory, but use Python with FastAPI and a PostgreSQL database.”
The agents will adapt all subsequent artifacts (Schema, Code, Tests, Deploy) to your specified stack.