Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA.
Add this skill
npx mdskills install sickn33/antigravity-workflowsOrchestrates multi-step workflows with clear routing and execution steps, but lacks workflow definitions
1---2name: antigravity-workflows3description: "Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA."4source: self5risk: none6---78# Antigravity Workflows910Use this skill to turn a complex objective into a guided sequence of skill invocations.1112## When to Use This Skill1314Use this skill when:15- The user wants to combine several skills without manually selecting each one.16- The goal is multi-phase (for example: plan, build, test, ship).17- The user asks for best-practice execution for common scenarios like:18 - Shipping a SaaS MVP19 - Running a web security audit20 - Building an AI agent system21 - Implementing browser automation and E2E QA2223## Workflow Source of Truth2425Read workflows in this order:261. `docs/WORKFLOWS.md` for human-readable playbooks.272. `data/workflows.json` for machine-readable workflow metadata.2829## How to Run This Skill30311. Identify the user's concrete outcome.322. Propose the 1-2 best matching workflows.333. Ask the user to choose one.344. Execute step-by-step:35 - Announce current step and expected artifact.36 - Invoke recommended skills for that step.37 - Verify completion criteria before moving to next step.385. At the end, provide:39 - Completed artifacts40 - Validation evidence41 - Remaining risks and next actions4243## Default Workflow Routing4445- Product delivery request -> `ship-saas-mvp`46- Security review request -> `security-audit-web-app`47- Agent/LLM product request -> `build-ai-agent-system`48- E2E/browser testing request -> `qa-browser-automation`4950## Copy-Paste Prompts5152```text53Use @antigravity-workflows to run the "Ship a SaaS MVP" workflow for my project idea.54```5556```text57Use @antigravity-workflows and execute a full "Security Audit for a Web App" workflow.58```5960```text61Use @antigravity-workflows to guide me through "Build an AI Agent System" with checkpoints.62```6364```text65Use @antigravity-workflows to execute the "QA and Browser Automation" workflow and stabilize flaky tests.66```6768## Limitations6970- This skill orchestrates; it does not replace specialized skills.71- It depends on the local availability of referenced skills.72- It does not guarantee success without environment access, credentials, or required infrastructure.73- For stack-specific browser automation in Go, `go-playwright` may require the corresponding skill to be present in your local skills repository.7475## Related Skills7677- `concise-planning`78- `brainstorming`79- `workflow-automation`80- `verification-before-completion`81
Full transparency — inspect the skill content before installing.