antigravity-workflows
Antigravity Workflows orchestrates multiple Antigravity skills through guided, multi-phase workflows to accomplish complex objectives like SaaS MVP delivery, web security audits, AI agent builds, and browser automation testing. Use this skill when a user needs to combine several specialized skills in a structured sequence without manually selecting each one, particularly for best-practice execution of common enterprise scenarios that span planning, building, testing, and validation phases.
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills /tmp/antigravity-workflows && cp -r /tmp/antigravity-workflows/plugins/antigravity-awesome-skills-claude/skills/antigravity-workflows ~/.claude/skills/antigravity-workflowsSKILL.md
# Antigravity Workflows Use this skill to turn a complex objective into a guided sequence of skill invocations. ## When to Use This Skill Use this skill when: - The user wants to combine several skills without manually selecting each one. - The goal is multi-phase (for example: plan, build, test, ship). - The user asks for best-practice execution for common scenarios like: - Shipping a SaaS MVP - Running a web security audit - Building an AI agent system - Implementing browser automation and E2E QA ## Workflow Source of Truth Read workflows in this order: 1. `docs/WORKFLOWS.md` for human-readable playbooks. 2. `data/workflows.json` for machine-readable workflow metadata. ## How to Run This Skill 1. Identify the user's concrete outcome. 2. Propose the 1-2 best matching workflows. 3. Ask the user to choose one. 4. Execute step-by-step: - Announce current step and expected artifact. - Invoke recommended skills for that step. - Verify completion criteria before moving to next step. 5. At the end, provide: - Completed artifacts - Validation evidence - Remaining risks and next actions ## Default Workflow Routing - Product delivery request -> `ship-saas-mvp` - Security review request -> `security-audit-web-app` - Agent/LLM product request -> `build-ai-agent-system` - E2E/browser testing request -> `qa-browser-automation` - Domain-driven design request -> `design-ddd-core-domain` ## Copy-Paste Prompts ```text Use @antigravity-workflows to run the "Ship a SaaS MVP" workflow for my project idea. ``` ```text Use @antigravity-workflows and execute a full "Security Audit for a Web App" workflow. ``` ```text Use @antigravity-workflows to guide me through "Build an AI Agent System" with checkpoints. ``` ```text Use @antigravity-workflows to execute the "QA and Browser Automation" workflow and stabilize flaky tests. ``` ```text Use @antigravity-workflows to execute the "Design a DDD Core Domain" workflow for my new service. ``` ## Limitations - This skill orchestrates; it does not replace specialized skills. - It depends on the local availability of referenced skills. - It does not guarantee success without environment access, credentials, or required infrastructure. - For stack-specific browser automation in Go, `go-playwright` may require the corresponding skill to be present in your local skills repository. ## Related Skills - `concise-planning` - `brainstorming` - `workflow-automation` - `verification-before-completion`
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project.
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del sector. Actívalo tras definir el nicho.
AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any \"make slides\", \"create a deck\", or \"slides from this document\" request.
Expert in building 3D experiences for the web - Three.js, React
Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention.