Files
antigravity-skills-reference/docs/WORKFLOWS.md
sck_0 c44f0f6505 feat: add antigravity workflows playbooks and orchestration skill
Introduce the first Antigravity Workflows foundation with machine-readable workflow metadata, a dedicated orchestration skill, and onboarding docs that explain when to use bundles versus workflows. This reduces multi-skill friction for common goals like SaaS MVP delivery, security audits, AI agent builds, and browser QA.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 10:36:34 +01:00

8.3 KiB

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.

  • Bundles tell you which skills are relevant for a role.
  • Workflows tell you how to use those skills in sequence to complete a real objective.

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


How to Use Workflows

  1. Install the repository once (npx antigravity-awesome-skills).
  2. Pick a workflow matching your immediate goal.
  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.


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

  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: Usa @browser-automation per creare test E2E sui flussi signup e checkout.
    • Go note: Se il progetto QA e tooling sono in Go, preferisci @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

  • Explicit authorization for testing.
  • In-scope targets documented.
  • Logging and environment details available.

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

  • Narrow use case with measurable outcomes.
  • Access to model provider(s) and observability tooling.
  • Initial dataset or knowledge corpus.

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: Usa @langgraph per implementare il grafo agente con fallback e human-in-the-loop.
  4. Evaluate and iterate

    • Goal: Improve weak points with a structured loop.
    • Skills: @agent-evaluation, @langfuse, @kaizen
    • Prompt example: Usa @kaizen per prioritizzare le correzioni sulle failure modes rilevate dai test.

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

  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: Usa @go-playwright per implementare browser automation in un progetto Go.
  3. Triage and harden


Machine-Readable Workflows

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