Documentation

Antigravity Workflows

Workflow playbooks to orchestrate multiple skills with less friction.

What Is a Workflow?

A workflow is a guided, step-by-step execution path that combines multiple skills for one concrete outcome.

If bundles are your toolbox, workflows are your execution playbook.


How to Use Workflows

  1. Pick a workflow matching your immediate goal and review the listed skills and their setup instructions.
  2. Install only your selected skills. For example, preview a Codex install with npx agentic-awesome-skills --codex --skills concise-planning,verification-before-completion --dry-run, review the destination and file list, then repeat without --dry-run to install. Replace the example IDs with your selection; a bare install requires an explicit selection.
  3. Execute steps in order and invoke the listed skills in each step.
  4. Keep output artifacts at each step (plan, decisions, tests, validation evidence).

You can combine workflows with bundles from bundles.md when you need broader coverage.

The selection-to-use example connects local MCP discovery, reviewed exact IDs, optional Core artifacts and a supported direct installer preview. A Core plan remains a review artifact; the direct installer previews its own changes before an authorized installation.

Recorded worked cases

Each case distinguishes observed checks from untested production or model-performance claims. New cases must retain their exact input revision and original evidence.


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

Steps

  1. Plan the scope

  2. Build backend and API

  3. Build frontend

  4. Test and validate

    • Goal: Cover critical user journeys before release.
    • Skills: @test-driven-development, @browser-automation, @go-playwright (optional, Go stack)
    • Prompt example: Use @browser-automation to create E2E tests for the signup and checkout flows.
    • Go note: If the QA project and tooling are in Go, prefer @go-playwright.
  5. Ship safely


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

Steps

  1. Define scope and threat model

  2. Review auth and access control

  3. Assess API and input security

  4. Harden and verify


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

Steps

  1. Define target behavior and KPIs

  2. Design retrieval and memory

  3. Implement orchestration

    • Goal: Implement deterministic orchestration and tool boundaries.
    • Skills: @langgraph, @mcp-builder, @workflow-automation
    • Prompt example: Use @langgraph to implement the agent graph with fallbacks and human-in-the-loop flows.
  4. Evaluate and iterate

    • Goal: Improve weak points with a structured loop.
    • Skills: @agent-evaluation, @langfuse, @kaizen
    • Prompt example: Use @kaizen to prioritize fixes for the failure modes identified by testing.

Workflow: QA and Browser Automation

Create resilient browser automation with deterministic execution in CI.

Related bundles: QA & Testing, Full-Stack Developer

Prerequisites

Steps

  1. Prepare test strategy

  2. Implement browser tests

    • Goal: Build robust test coverage with stable selectors.
    • Skills: @browser-automation, @go-playwright (optional, Go stack)
    • Prompt example: Use @go-playwright to implement browser automation in a Go project.
  3. Triage and harden


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

Steps

  1. Assess DDD fit and scope

    • Goal: Decide whether full DDD, partial DDD, or simple modular architecture is appropriate.
    • Skills: @domain-driven-design, @architecture-decision-records
    • Prompt example: Use @domain-driven-design to evaluate if full DDD is justified for our billing and fulfillment platform.
  2. Create strategic model

    • Goal: Define subdomains, bounded contexts, and ubiquitous language.
    • Skills: @ddd-strategic-design
    • Prompt example: Use @ddd-strategic-design to classify subdomains and propose bounded contexts with ownership.
  3. Map context relationships

    • Goal: Define upstream/downstream contracts and anti-corruption boundaries.
    • Skills: @ddd-context-mapping
    • Prompt example: Use @ddd-context-mapping to model Checkout, Billing, and Inventory interactions with clear contract ownership.
  4. Implement tactical model

    • Goal: Encode invariants with aggregates, value objects, and domain events.
    • Skills: @ddd-tactical-patterns, @test-driven-development
    • Prompt example: Use @ddd-tactical-patterns to design aggregates and invariants for order lifecycle transitions.
  5. Adopt evented patterns selectively


Machine-Readable Workflows

For tooling and automation, workflow metadata is available in data/workflows.json.