antigravity-workflows

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Antigravity Workflows

Antigravity工作流

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
在以下场景中使用此技能:
  • 用户希望组合多个技能,无需手动逐一选择。
  • 目标分为多个阶段(例如:规划、构建、测试、交付)。
  • 用户要求针对常见场景执行最佳实践,例如:
    • 交付SaaS MVP
    • 执行Web安全审计
    • 构建AI Agent系统
    • 实现浏览器自动化与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.
请按以下顺序查阅工作流:
  1. docs/WORKFLOWS.md
    :供人类阅读的操作手册。
  2. data/workflows.json
    :供机器读取的工作流元数据。

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
  1. 明确用户的具体目标。
  2. 推荐1-2个最匹配的工作流。
  3. 请用户选择其中一个。
  4. 逐步执行:
    • 告知当前步骤及预期产出物。
    • 调用该步骤推荐的技能。
    • 验证完成标准后再进入下一步。
  5. 执行结束后,提供:
    • 已完成的产出物
    • 验证证据
    • 剩余风险与后续行动建议

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
  • 产品交付请求 ->
    ship-saas-mvp
  • 安全审查请求 ->
    security-audit-web-app
  • Agent/LLM产品请求 ->
    build-ai-agent-system
  • E2E/浏览器测试请求 ->
    qa-browser-automation

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
使用@antigravity-workflows为我的项目创意运行“交付SaaS MVP”工作流。
text
使用@antigravity-workflows执行完整的“Web应用安全审计”工作流。
text
使用@antigravity-workflows引导我完成“构建AI Agent系统”工作流,并设置检查点。
text
使用@antigravity-workflows执行“QA与浏览器自动化”工作流,稳定不稳定的测试用例。

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.
  • 此技能仅负责编排,不替代专业技能。
  • 依赖本地已安装的相关技能。
  • 若没有环境访问权限、凭证或所需基础设施,无法保证成功。
  • 针对Go语言的栈特定浏览器自动化,
    go-playwright
    可能要求本地技能仓库中存在对应的技能。

Related Skills

相关技能

  • concise-planning
  • brainstorming
  • workflow-automation
  • verification-before-completion
  • concise-planning
  • brainstorming
  • workflow-automation
  • verification-before-completion