Workflows are guided, step-by-step execution paths that combine multiple skills for one concrete outcome. While bundles tell you which skills are relevant, workflows tell you how to use them in sequence.
What Is a Workflow?
A workflow orchestrates multiple skills to complete a real objective:- Bundles = Your toolbox (skills organized by role)
- Workflows = Your execution playbook (skills in sequence for a goal)
How to Use Workflows
Workflow: Ship a SaaS MVP
Build and ship a minimal but production-minded SaaS product. Related bundles:Essentials, Full-Stack Developer, QA & Testing, DevOps & Cloud
Prerequisites
- Local repository and runtime configured
- Clear user problem and MVP scope
- Basic deployment target selected
Steps
Plan the scope
Goal: Define MVP boundaries and acceptance criteria.Skills:
@brainstorming, @concise-planning, @writing-plansPrompt example:Build backend and API
Goal: Implement core entities, APIs, and auth baseline.Skills:
@backend-dev-guidelines, @api-patterns, @database-designPrompt example:Build frontend
Goal: Ship core user flow with clear UX states.Skills:
@frontend-developer, @react-patterns, @frontend-designPrompt example:Test and validate
Goal: Cover critical user journeys before release.Skills:
@test-driven-development, @browser-automation, @go-playwright (optional, Go stack)Prompt example:If your QA tooling is in Go, use
@go-playwright instead.Workflow: Security Audit for a Web App
Run a focused security review from scope definition to remediation validation. Related bundles:Security Engineer, Security Developer, Observability & Monitoring
Prerequisites
- Explicit authorization for testing
- In-scope targets documented
- Logging and environment details available
Steps
Define scope and threat model
Goal: Identify assets, trust boundaries, and attack paths.Skills:
@ethical-hacking-methodology, @threat-modeling-expert, @attack-tree-constructionPrompt example:Review auth and access control
Goal: Detect account takeover and authorization flaws.Skills:
@broken-authentication, @auth-implementation-patterns, @idor-testingPrompt example:Assess API and input security
Goal: Uncover high-impact API and injection vulnerabilities.Skills:
@api-security-best-practices, @api-fuzzing-bug-bounty, @top-web-vulnerabilitiesPrompt example:Workflow: Build an AI Agent System
Design and deliver a production-grade agent with measurable reliability. Related bundles:Agent Architect, LLM Application Developer, Data Engineering
Prerequisites
- Narrow use case with measurable outcomes
- Access to model provider(s) and observability tooling
- Initial dataset or knowledge corpus
Steps
Define target behavior and KPIs
Goal: Set quality, latency, and failure thresholds.Skills:
@ai-agents-architect, @agent-evaluation, @product-manager-toolkitPrompt example:Design retrieval and memory
Goal: Build reliable retrieval and context architecture.Skills:
@llm-app-patterns, @rag-implementation, @vector-database-engineerPrompt example:Implement orchestration
Goal: Implement deterministic orchestration and tool boundaries.Skills:
@langgraph, @mcp-builder, @workflow-automationPrompt example:Workflow: QA and Browser Automation
Create resilient browser automation with deterministic execution in CI. Related bundles:QA & Testing, Full-Stack Developer
Prerequisites
- Test environments and stable credentials
- Critical user journeys identified
- CI pipeline available
Steps
Prepare test strategy
Goal: Scope journeys, fixtures, and execution environments.Skills:
@e2e-testing-patterns, @test-driven-developmentPrompt example:Implement browser tests
Goal: Build robust test coverage with stable selectors.Skills:
@browser-automation, @go-playwright (optional, Go stack)Prompt example:Workflow: Design a DDD Core Domain
Model a complex domain coherently, then implement tactical and evented patterns only where justified. Related bundles:Architecture & Design, DDD & Evented Architecture
Prerequisites
- Access to at least one domain expert or product owner proxy
- Current system context and integration landscape available
- Agreement on business goals and key domain outcomes
Steps
Assess DDD fit and scope
Goal: Decide whether full DDD, partial DDD, or simple modular architecture is appropriate.Skills:
@domain-driven-design, @architecture-decision-recordsPrompt example:Create strategic model
Goal: Define subdomains, bounded contexts, and ubiquitous language.Skills:
@ddd-strategic-designPrompt example:Map context relationships
Goal: Define upstream/downstream contracts and anti-corruption boundaries.Skills:
@ddd-context-mappingPrompt example:Implement tactical model
Goal: Encode invariants with aggregates, value objects, and domain events.Skills:
@ddd-tactical-patterns, @test-driven-developmentPrompt example:Machine-Readable Workflows
For tooling and automation, workflow metadata is available in JSON format in the repository at
data/workflows.json.Next Steps
Explore Bundles
Find curated skill collections by role
Browse Skills
Use the interactive web app to explore 968+ skills
Create Custom Skills
Learn how to create your own skills
Getting Started
New to Antigravity? Start here