An 8-phase AI agent pipeline for building SaaS products with mandatory approval gates. Supports Antigravity, Claude Code, and Codex.
Agent Startup Skills is a high-performance framework designed to turn raw SaaS ideas into production-ready codebases. Instead of a single prompt, it uses a modular “Digital Team” that works through a strictly governed 8-phase pipeline.
Explore the Ecosystem: Browse the Full Catalog · Usage Guide · Claude Code Guide · Workflows (JSON)
npx command sets up your entire agent workspace in seconds.data/workflows.json for agent-to-agent coordination.Install the complete framework across any system with our feature-rich CLI installer:
npx -y github:Aizaz-Noor/Agent-Startup-Skills
| Goal | Command |
| :— | :— |
| Install Everything | npx -y github:Aizaz-Noor/Agent-Startup-Skills |
| Only Claude Code | npx -y github:Aizaz-Noor/Agent-Startup-Skills --claude |
| Only Codex | npx -y github:Aizaz-Noor/Agent-Startup-Skills --codex |
| Project-Local Only | npx -y github:Aizaz-Noor/Agent-Startup-Skills --project |
| Custom Path | npx -y github:Aizaz-Noor/Agent-Startup-Skills --path ./my-skills |
The system uses a sequential “Waterfall-Agile” hybrid flow with mandatory approval gates.
graph TD
A[Market Research] -->|Approval| B[MVP Scoper]
B -->|Approval| C[Architecture]
C -->|Approval| D[Schema Design]
D -->|Approval| E[Full-Stack Coding]
E -->|Approval| F[QA Testing]
F -->|Approval| G[Security Audit]
G -->|Approval| H[Deployment Plan]
@[market-scout] or /market-scout: Identifies competitive landscapes and core risks.@[mvp-scoper] or /mvp-scoper: Ruthlessly prioritizes features for a lean v1.@[system-architect] or /system-architect: Defines tech stack, file structure, and API contracts.@[schema-designer] or /schema-designer : Models complex data relationships and schemas.@[fullstack-coder] or /fullstack-coder: Implements the complete codebase from architecture specs.@[test-engineer] or /test-engineer: Writes unit/integration tests and QA reports.@[security-auditor] or /security-auditor: Audits for OWASP vulnerabilities and logic flaws.@[deploy-planner]: Prepares Dockerfiles and launch guides.What is the Startup Factory?
It’s the master orchestrator (saas-accelerator) that coordinates all 8 specialists in order.
Can I use specific agents standalone?
Yes! Just use the trigger phrases (e.g., “Audit security of this repo” or “Design a schema for a library app”).
Does this work on Windows?
Yes. The npx installer and the manual mkdir -p paths are fully Windows-compatible.
We welcome contributions! See CONTRIBUTING.md for the mandatory YAML template.
Licensed under the MIT License.