@cubis/foundry 0.3.82 → 0.3.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -9
- package/dist/cli/core.js +631 -476
- package/dist/cli/core.js.map +1 -1
- package/package.json +1 -1
- package/src/cli/core.ts +714 -609
- package/workflows/skills/_schema/platform-notes/antigravity.md +8 -5
- package/workflows/skills/_schema/platform-notes/claude.md +7 -0
- package/workflows/skills/_schema/platform-notes/codex.md +9 -2
- package/workflows/skills/_schema/platform-notes/copilot.md +7 -3
- package/workflows/skills/_schema/platform-notes/gemini.md +8 -4
- package/workflows/workflows/agent-environment-setup/generated/route-manifest.json +339 -231
- package/workflows/workflows/agent-environment-setup/manifest.json +142 -250
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/accessibility.toml +69 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-backend-specialist.toml +86 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-code-archaeologist.toml +67 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-database-architect.toml +79 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-debugger.toml +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-devops-engineer.toml +74 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-documentation-writer.toml +65 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-frontend-specialist.toml +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-game-developer.toml +52 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-mobile-developer.toml +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/{codex/agents/orchestrator.md → antigravity/commands/agent-orchestrator.toml} +26 -23
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-penetration-tester.toml +70 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-performance-optimizer.toml +69 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-product-manager.toml +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/{codex/agents/project-planner.md → antigravity/commands/agent-project-planner.toml} +19 -16
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-qa-automation-engineer.toml +63 -0
- package/workflows/workflows/agent-environment-setup/platforms/{codex/agents/researcher.md → antigravity/commands/agent-researcher.toml} +22 -29
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-security-auditor.toml +73 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-seo-specialist.toml +52 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-sre-engineer.toml +74 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-test-engineer.toml +71 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-validator.toml +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-vercel-expert.toml +59 -0
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/architecture.toml +120 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/backend.toml +71 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/create.toml +68 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/database.toml +67 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/debug.toml +63 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/devops.toml +64 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/implement-track.toml +71 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/migrate.toml +70 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/mobile.toml +71 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/onboard.toml +65 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/orchestrate.toml +73 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/plan.toml +79 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/refactor.toml +67 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/release.toml +70 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/review.toml +66 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/security.toml +69 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/spec.toml +71 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/test.toml +66 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/vercel.toml +67 -4
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/rules/GEMINI.md +12 -14
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/api-design/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/architecture-doc/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/ci-cd-pipeline/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/code-review/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/csharp-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/database-design/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/deep-research/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/django-drf/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/docker-compose-dev/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/drizzle-orm/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/electron-qa/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/expo-app/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/express-nodejs/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/fastapi/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/frontend-design/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/gin-golang/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/git-workflow/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/go-fiber/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/golang-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/google-workspace/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/huggingface-ml/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/integration-testing/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/java-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/javascript-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/kaizen-iteration/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/kotlin-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/kubernetes-deploy/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/laravel/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/llm-eval/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/mcp-server-builder/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/microservices-design/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/nestjs/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/nextjs/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/observability/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/owasp-security-review/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/pentest-skill/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/performance-testing/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/php-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/playwright-interactive/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/playwright-persistent-browser/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/prisma/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/prompt-engineering/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/python-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/rag-patterns/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/react/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/react-native/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/react-native-callstack/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/receiving-code-review/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/remix/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/requesting-code-review/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/rust-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/sadd/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/sanitize-pii/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/secret-management/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/skill-creator/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/spec-driven-delivery/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/spring-boot/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/sqlalchemy/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/stitch/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/stripe-integration/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/svelte-sveltekit/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/swift-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/system-design/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/systematic-debugging/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/t3-stack/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/tech-doc/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/typescript-best-practices/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/unit-testing/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/vibesec/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/vuejs/SKILL.md +8 -5
- package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/accessibility.md → generated-skills/accessibility/SKILL.md} +16 -17
- package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/architecture.md → generated-skills/architecture/SKILL.md} +44 -25
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/backend.md → claude/generated-skills/backend/SKILL.md} +16 -24
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/create.md → claude/generated-skills/create/SKILL.md} +13 -6
- package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/database.md → generated-skills/database/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/debug.md → claude/generated-skills/debug/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/devops.md → claude/generated-skills/devops/SKILL.md} +20 -27
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/implement-track.md → claude/generated-skills/implement-track/SKILL.md} +13 -6
- package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/migrate.md → generated-skills/migrate/SKILL.md} +16 -17
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/mobile.md → claude/generated-skills/mobile/SKILL.md} +17 -10
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/onboard.md → claude/generated-skills/onboard/SKILL.md} +14 -14
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/orchestrate.md → claude/generated-skills/orchestrate/SKILL.md} +13 -6
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/plan.md → claude/generated-skills/plan/SKILL.md} +12 -16
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/refactor.md → claude/generated-skills/refactor/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/release.md → claude/generated-skills/release/SKILL.md} +18 -11
- package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/review.md → generated-skills/review/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/security.md → generated-skills/security/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/spec.md → generated-skills/spec/SKILL.md} +11 -14
- package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/test.md → generated-skills/test/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/vercel.md → claude/generated-skills/vercel/SKILL.md} +18 -20
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/api-design/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/architecture-doc/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/ci-cd-pipeline/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/code-review/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/csharp-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/database-design/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/deep-research/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/django-drf/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/docker-compose-dev/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/drizzle-orm/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/electron-qa/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/expo-app/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/express-nodejs/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/fastapi/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/frontend-design/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/gin-golang/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/git-workflow/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/go-fiber/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/golang-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/google-workspace/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/huggingface-ml/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/integration-testing/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/java-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/javascript-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/kaizen-iteration/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/kotlin-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/kubernetes-deploy/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/laravel/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/llm-eval/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/mcp-server-builder/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/microservices-design/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/nestjs/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/nextjs/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/observability/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/owasp-security-review/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/pentest-skill/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/performance-testing/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/php-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/playwright-interactive/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/playwright-persistent-browser/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/prisma/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/prompt-engineering/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/python-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/rag-patterns/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/react/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/react-native/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/react-native-callstack/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/receiving-code-review/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/remix/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/requesting-code-review/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/rust-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/sadd/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/sanitize-pii/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/secret-management/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/skill-creator/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/spec-driven-delivery/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/spring-boot/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/sqlalchemy/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/stitch/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/stripe-integration/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/svelte-sveltekit/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/swift-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/system-design/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/systematic-debugging/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/t3-stack/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/tech-doc/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/typescript-best-practices/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/unit-testing/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/vibesec/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/claude/skills/vuejs/SKILL.md +7 -0
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/backend-specialist.md → codex/agents/backend-specialist.toml} +4 -16
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/code-archaeologist.md → codex/agents/code-archaeologist.toml} +4 -31
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/database-architect.md → codex/agents/database-architect.toml} +4 -16
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/debugger.md → codex/agents/debugger.toml} +4 -17
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/devops-engineer.md → codex/agents/devops-engineer.toml} +4 -16
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/documentation-writer.md → codex/agents/documentation-writer.toml} +4 -14
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/frontend-specialist.md → codex/agents/frontend-specialist.toml} +4 -34
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/game-developer.md → codex/agents/game-developer.toml} +4 -11
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/mobile-developer.md → codex/agents/mobile-developer.toml} +4 -16
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/orchestrator.md → codex/agents/orchestrator.toml} +4 -18
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/penetration-tester.md → codex/agents/penetration-tester.toml} +4 -32
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/performance-optimizer.md → codex/agents/performance-optimizer.toml} +4 -14
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/product-manager.md → codex/agents/product-manager.toml} +4 -26
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/project-planner.md → codex/agents/project-planner.toml} +4 -18
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/qa-automation-engineer.md → codex/agents/qa-automation-engineer.toml} +4 -26
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/researcher.md → codex/agents/researcher.toml} +4 -28
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/security-auditor.md → codex/agents/security-auditor.toml} +4 -42
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/seo-specialist.md → codex/agents/seo-specialist.toml} +4 -11
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/sre-engineer.md → codex/agents/sre-engineer.toml} +4 -35
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/test-engineer.md → codex/agents/test-engineer.toml} +4 -30
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/validator.md → codex/agents/validator.toml} +4 -22
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/vercel-expert.md → codex/agents/vercel-expert.toml} +4 -11
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/accessibility.md → codex/generated-skills/accessibility/SKILL.md} +16 -17
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/architecture.md → codex/generated-skills/architecture/SKILL.md} +44 -25
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/backend.md → codex/generated-skills/backend/SKILL.md} +16 -24
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/create.md → codex/generated-skills/create/SKILL.md} +13 -6
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/database.md → codex/generated-skills/database/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/debug.md → codex/generated-skills/debug/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/devops.md → codex/generated-skills/devops/SKILL.md} +20 -27
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/implement-track.md → codex/generated-skills/implement-track/SKILL.md} +13 -6
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/migrate.md → codex/generated-skills/migrate/SKILL.md} +16 -17
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/mobile.md → codex/generated-skills/mobile/SKILL.md} +17 -10
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/onboard.md → codex/generated-skills/onboard/SKILL.md} +14 -14
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/orchestrate.md → codex/generated-skills/orchestrate/SKILL.md} +13 -6
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/plan.md → codex/generated-skills/plan/SKILL.md} +12 -16
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/refactor.md → codex/generated-skills/refactor/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/release.md → codex/generated-skills/release/SKILL.md} +18 -11
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/review.md → codex/generated-skills/review/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/security.md → codex/generated-skills/security/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/spec.md → codex/generated-skills/spec/SKILL.md} +11 -14
- package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/test.md → codex/generated-skills/test/SKILL.md} +16 -9
- package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/vercel.md → codex/generated-skills/vercel/SKILL.md} +18 -20
- package/workflows/workflows/agent-environment-setup/platforms/codex/rules/AGENTS.md +19 -19
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/api-design/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/architecture-doc/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/ci-cd-pipeline/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/code-review/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/csharp-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/database-design/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/deep-research/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/django-drf/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/docker-compose-dev/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/drizzle-orm/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/electron-qa/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/expo-app/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/express-nodejs/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/fastapi/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/frontend-design/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/gin-golang/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/git-workflow/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/go-fiber/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/golang-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/google-workspace/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/huggingface-ml/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/integration-testing/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/java-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/javascript-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/kaizen-iteration/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/kotlin-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/kubernetes-deploy/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/laravel/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/llm-eval/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/mcp-server-builder/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/microservices-design/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/nestjs/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/nextjs/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/observability/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/owasp-security-review/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/pentest-skill/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/performance-testing/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/php-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/playwright-interactive/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/playwright-persistent-browser/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/prisma/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/prompt-engineering/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/python-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/rag-patterns/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/react/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/react-native/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/react-native-callstack/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/receiving-code-review/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/remix/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/requesting-code-review/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/rust-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/sadd/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/sanitize-pii/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/secret-management/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/skill-creator/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/spec-driven-delivery/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/spring-boot/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/sqlalchemy/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/stitch/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/stripe-integration/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/svelte-sveltekit/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/swift-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/system-design/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/systematic-debugging/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/t3-stack/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/tech-doc/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/typescript-best-practices/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/unit-testing/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/vibesec/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/codex/skills/vuejs/SKILL.md +9 -2
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/accessibility.prompt.md +78 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/architecture.prompt.md +128 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/backend.prompt.md +80 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/create.prompt.md +77 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/database.prompt.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/debug.prompt.md +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/devops.prompt.md +73 -0
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/workflows/implement-track.md → copilot/prompts/implement-track.prompt.md} +21 -12
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/migrate.prompt.md +79 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/mobile.prompt.md +80 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/onboard.prompt.md +74 -0
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/workflows/orchestrate.md → copilot/prompts/orchestrate.prompt.md} +21 -12
- package/workflows/workflows/agent-environment-setup/platforms/{antigravity/workflows/plan.md → copilot/prompts/plan.prompt.md} +21 -23
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/refactor.prompt.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/release.prompt.md +79 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/review.prompt.md +75 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/security.prompt.md +78 -0
- package/workflows/workflows/agent-environment-setup/platforms/{codex/workflows/spec.md → copilot/prompts/spec.prompt.md} +21 -22
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/test.prompt.md +75 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/vercel.prompt.md +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/copilot-instructions.md +0 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/api-design/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/architecture-doc/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ci-cd-pipeline/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/code-review/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/csharp-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-design/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/deep-research/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/django-drf/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/docker-compose-dev/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/drizzle-orm/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/electron-qa/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/expo-app/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/express-nodejs/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fastapi/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/frontend-design/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/gin-golang/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/git-workflow/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/go-fiber/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/google-workspace/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/huggingface-ml/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/integration-testing/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/java-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/javascript-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/kaizen-iteration/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/kotlin-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/kubernetes-deploy/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/laravel/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/llm-eval/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/mcp-server-builder/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-design/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nestjs/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nextjs/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/observability/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/owasp-security-review/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/pentest-skill/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/performance-testing/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/php-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/playwright-interactive/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/playwright-persistent-browser/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/prisma/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/prompt-engineering/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rag-patterns/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-native/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-native-callstack/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/receiving-code-review/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/remix/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/requesting-code-review/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sadd/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sanitize-pii/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/secret-management/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/skill-creator/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/spec-driven-delivery/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/spring-boot/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sqlalchemy/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/stitch/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/stripe-integration/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/svelte-sveltekit/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/swift-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/system-design/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/systematic-debugging/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/t3-stack/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/tech-doc/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/typescript-best-practices/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/unit-testing/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vibesec/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vuejs/SKILL.md +7 -3
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/accessibility.toml +69 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-backend-specialist.toml +86 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-code-archaeologist.toml +67 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-database-architect.toml +79 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-debugger.toml +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-devops-engineer.toml +74 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-documentation-writer.toml +65 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-frontend-specialist.toml +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-game-developer.toml +52 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-mobile-developer.toml +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-orchestrator.toml +194 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-penetration-tester.toml +70 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-performance-optimizer.toml +69 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-product-manager.toml +56 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-project-planner.toml +72 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-qa-automation-engineer.toml +63 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-researcher.toml +73 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-security-auditor.toml +73 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-seo-specialist.toml +52 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-sre-engineer.toml +74 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-test-engineer.toml +71 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-validator.toml +76 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-vercel-expert.toml +59 -0
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/architecture.toml +120 -5
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/backend.toml +71 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/create.toml +68 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/database.toml +67 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/debug.toml +63 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/devops.toml +64 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/implement-track.toml +71 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/migrate.toml +70 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/mobile.toml +71 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/onboard.toml +65 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/orchestrate.toml +73 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/plan.toml +79 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/refactor.toml +67 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/release.toml +70 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/review.toml +66 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/security.toml +69 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/spec.toml +71 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/test.toml +66 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/vercel.toml +67 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/rules/GEMINI.md +17 -17
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/api-design/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/architecture-doc/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/ci-cd-pipeline/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/code-review/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/csharp-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/database-design/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/deep-research/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/django-drf/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/docker-compose-dev/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/drizzle-orm/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/electron-qa/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/expo-app/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/express-nodejs/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/fastapi/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/frontend-design/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/gin-golang/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/git-workflow/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/go-fiber/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/golang-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/google-workspace/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/huggingface-ml/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/integration-testing/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/java-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/javascript-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/kaizen-iteration/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/kotlin-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/kubernetes-deploy/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/laravel/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/llm-eval/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/mcp-server-builder/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/microservices-design/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/nestjs/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/nextjs/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/observability/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/owasp-security-review/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/pentest-skill/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/performance-testing/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/php-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/playwright-interactive/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/playwright-persistent-browser/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/prisma/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/prompt-engineering/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/python-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/rag-patterns/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/react/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/react-native/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/react-native-callstack/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/receiving-code-review/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/remix/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/requesting-code-review/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/rust-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/sadd/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/sanitize-pii/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/secret-management/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/skill-creator/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/spec-driven-delivery/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/spring-boot/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/sqlalchemy/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/stitch/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/stripe-integration/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/svelte-sveltekit/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/swift-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/system-design/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/systematic-debugging/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/t3-stack/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/tech-doc/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/typescript-best-practices/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/unit-testing/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/vibesec/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/vuejs/SKILL.md +8 -4
- package/workflows/workflows/agent-environment-setup/shared/rules/STEERING.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/rules/overrides/antigravity.md +4 -5
- package/workflows/workflows/agent-environment-setup/shared/rules/overrides/codex.md +7 -6
- package/workflows/workflows/agent-environment-setup/shared/rules/overrides/copilot.md +1 -2
- package/workflows/workflows/agent-environment-setup/shared/rules/overrides/gemini.md +1 -3
- package/workflows/workflows/agent-environment-setup/shared/workflows/architecture.md +33 -11
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/accessibility.md +0 -77
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/architecture.md +0 -107
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/backend.md +0 -86
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/create.md +0 -68
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/database.md +0 -67
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/debug.md +0 -63
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/devops.md +0 -78
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/migrate.md +0 -78
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/mobile.md +0 -71
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/onboard.md +0 -72
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/refactor.md +0 -67
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/release.md +0 -70
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/review.md +0 -66
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/security.md +0 -69
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/spec.md +0 -81
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/test.md +0 -66
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/vercel.md +0 -76
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/backend-specialist.md +0 -81
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/code-archaeologist.md +0 -77
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/database-architect.md +0 -74
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/debugger.md +0 -72
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/devops-engineer.md +0 -69
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/documentation-writer.md +0 -58
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/frontend-specialist.md +0 -89
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/game-developer.md +0 -42
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/mobile-developer.md +0 -71
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/penetration-tester.md +0 -81
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/performance-optimizer.md +0 -62
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/product-manager.md +0 -61
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/qa-automation-engineer.md +0 -68
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/security-auditor.md +0 -94
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/seo-specialist.md +0 -42
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/sre-engineer.md +0 -88
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/test-engineer.md +0 -80
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/validator.md +0 -77
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/vercel-expert.md +0 -49
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/accessibility.md +0 -77
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/architecture.md +0 -107
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/backend.md +0 -86
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/create.md +0 -68
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/database.md +0 -67
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/debug.md +0 -63
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/devops.md +0 -78
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/implement-track.md +0 -71
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/migrate.md +0 -78
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/mobile.md +0 -71
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/onboard.md +0 -72
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/orchestrate.md +0 -73
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/plan.md +0 -90
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/refactor.md +0 -67
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/release.md +0 -70
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/review.md +0 -66
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/security.md +0 -69
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/test.md +0 -66
- package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/vercel.md +0 -76
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-accessibility.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-architecture.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-backend.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-create.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-database.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-debug.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-devops.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-implement-track.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-migrate.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-mobile.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-onboard.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-orchestrate.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-plan.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-refactor.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-release.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-review.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-security.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-spec.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-test.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-vercel.prompt.md +0 -18
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/accessibility.md +0 -77
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/architecture.md +0 -107
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/backend.md +0 -86
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/create.md +0 -68
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/database.md +0 -67
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/debug.md +0 -63
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/devops.md +0 -78
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/implement-track.md +0 -71
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/migrate.md +0 -78
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/mobile.md +0 -71
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/onboard.md +0 -72
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/orchestrate.md +0 -73
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/plan.md +0 -90
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/refactor.md +0 -67
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/release.md +0 -70
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/review.md +0 -66
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/security.md +0 -69
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/spec.md +0 -81
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/test.md +0 -66
- package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/vercel.md +0 -76
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
command: "/plan"
|
|
3
|
-
description: "Build a decision-complete implementation plan with interfaces, failure modes, and acceptance criteria."
|
|
4
|
-
triggers:
|
|
5
|
-
[
|
|
6
|
-
"plan",
|
|
7
|
-
"design",
|
|
8
|
-
"roadmap",
|
|
9
|
-
"acceptance",
|
|
10
|
-
"brainstorm",
|
|
11
|
-
"idea",
|
|
12
|
-
"options",
|
|
13
|
-
"tradeoff",
|
|
14
|
-
"approach",
|
|
15
|
-
]
|
|
16
|
-
---
|
|
17
|
-
|
|
18
|
-
# Plan Workflow
|
|
19
|
-
|
|
20
|
-
## When to use
|
|
21
|
-
|
|
22
|
-
Use this when starting a new feature, project, or significant change that needs a structured implementation plan before coding begins.
|
|
23
|
-
|
|
24
|
-
## Routing
|
|
25
|
-
|
|
26
|
-
- Primary coordinator: `the project-planner posture`
|
|
27
|
-
- Architecture support: `the orchestrator posture`
|
|
28
|
-
- Domain validation: `the backend-specialist posture`, `the frontend-specialist posture`, `the database-architect posture`
|
|
29
|
-
|
|
30
|
-
## Context notes
|
|
31
|
-
|
|
32
|
-
- This workflow file, active platform rules, and selected agents or skills guide execution.
|
|
33
|
-
- Attach the feature request, problem statement, constraints, and any existing design documents.
|
|
34
|
-
- Read `ENGINEERING_RULES.md` first and `docs/foundation/TECH.md` next when they exist before finalizing a non-trivial plan. Also check `docs/foundation/PRODUCT.md` for domain glossary and `docs/foundation/ARCHITECTURE.md` for crosscutting concerns and dependency rules.
|
|
35
|
-
- Reuse an existing `docs/specs/<spec-id>/` pack when the change already has one instead of creating a parallel planning track.
|
|
36
|
-
|
|
37
|
-
## Skill Routing
|
|
38
|
-
|
|
39
|
-
- Primary skills: `system-design`, `api-design`
|
|
40
|
-
- Supporting skills (optional): `database-design`, `deep-research`, `mcp-server-builder`, `tech-doc`, `prompt-engineering`, `skill-creator`
|
|
41
|
-
- Start with `system-design` for system design and `api-design` for API contracts. Add `database-design` when data modeling is central, `deep-research` when fresh external knowledge or public comparison is needed.
|
|
42
|
-
|
|
43
|
-
## Workflow steps
|
|
44
|
-
|
|
45
|
-
1. Clarify scope, success criteria, and constraints.
|
|
46
|
-
2. Research existing patterns and dependencies, starting in-repo and escalating to `deep-research` only when outside evidence is required.
|
|
47
|
-
3. Decompose into tasks with ownership and dependencies.
|
|
48
|
-
4. Define interfaces, contracts, and failure modes.
|
|
49
|
-
5. Produce acceptance criteria for each milestone.
|
|
50
|
-
6. Record `architecture_impact`, `doc_impact`, and `traceability_status` when the work is non-trivial.
|
|
51
|
-
7. Identify risks, unknowns, and mitigation strategies.
|
|
52
|
-
|
|
53
|
-
## Verification
|
|
54
|
-
|
|
55
|
-
- Every task has an owner, acceptance criteria, and verification approach.
|
|
56
|
-
- Dependencies form a valid DAG with no cycles.
|
|
57
|
-
- Risk assessment covers top 3 failure scenarios.
|
|
58
|
-
- Plan reviewed against existing codebase conventions.
|
|
59
|
-
|
|
60
|
-
## Output Contract
|
|
61
|
-
|
|
62
|
-
```yaml
|
|
63
|
-
PLAN_WORKFLOW_RESULT:
|
|
64
|
-
primary_agent: project-planner
|
|
65
|
-
supporting_agents: [orchestrator?, backend-specialist?, frontend-specialist?, database-architect?]
|
|
66
|
-
primary_skills: [system-design, api-design]
|
|
67
|
-
supporting_skills: [database-design?, deep-research?, mcp-server-builder?]
|
|
68
|
-
spec_id: <string> | null
|
|
69
|
-
spec_root: docs/specs/<spec-id> | null
|
|
70
|
-
plan:
|
|
71
|
-
scope_summary: <string>
|
|
72
|
-
tasks:
|
|
73
|
-
- id: <task-id>
|
|
74
|
-
description: <string>
|
|
75
|
-
owner: <agent-name>
|
|
76
|
-
dependencies: [<task-id>]
|
|
77
|
-
acceptance_criteria: [<string>]
|
|
78
|
-
interfaces: [<string>]
|
|
79
|
-
risks: [<string>]
|
|
80
|
-
milestones: [<string>]
|
|
81
|
-
architecture_impact:
|
|
82
|
-
summary: <string>
|
|
83
|
-
affects_structure: true | false
|
|
84
|
-
affects_design_system: true | false
|
|
85
|
-
doc_impact: none | tech | rules | both
|
|
86
|
-
traceability_status: complete | partial | blocked
|
|
87
|
-
follow_up_items: [<string>] | []
|
|
88
|
-
```
|
|
89
|
-
|
|
90
|
-
> **Gemini note:** Commands route into workflow files under `.gemini/workflows/`. Specialists are inline postures coordinated through GEMINI.md guidance, not separate agent artifacts.
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
command: "/refactor"
|
|
3
|
-
description: "Improve maintainability while preserving behavior through incremental safe refactoring."
|
|
4
|
-
triggers: ["refactor", "cleanup", "maintainability", "debt", "modularize"]
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Refactor Workflow
|
|
8
|
-
|
|
9
|
-
## When to use
|
|
10
|
-
|
|
11
|
-
Use this when improving code structure, reducing tech debt, or modularizing without changing behavior.
|
|
12
|
-
|
|
13
|
-
## Routing
|
|
14
|
-
|
|
15
|
-
- Primary specialist: `the code-archaeologist posture`
|
|
16
|
-
- Domain support: `the backend-specialist posture`, `the frontend-specialist posture`
|
|
17
|
-
- Verification support: `the test-engineer posture`, `the validator posture`
|
|
18
|
-
|
|
19
|
-
## Context notes
|
|
20
|
-
|
|
21
|
-
- This workflow file, active platform rules, and selected agents or skills guide execution.
|
|
22
|
-
- Attach the target code, pain points, and any constraints on what can change.
|
|
23
|
-
- Read `ENGINEERING_RULES.md` and `docs/foundation/TECH.md` first so behavior-preserving structure changes do not drift from the accepted architecture contract. Check `docs/foundation/ARCHITECTURE.md` for `## Dependency Rules` and `## Crosscutting Concerns` before restructuring.
|
|
24
|
-
|
|
25
|
-
## Skill Routing
|
|
26
|
-
|
|
27
|
-
- Primary skills: `code-review`, `system-design`
|
|
28
|
-
- Supporting skills (optional): `unit-testing`, `system-design`, `typescript-best-practices`, `javascript-best-practices`, `python-best-practices`, `golang-best-practices`
|
|
29
|
-
- Start with `code-review` for automated code quality assessment. Add `system-design` for modernization patterns. Add `unit-testing` when refactoring needs test coverage to proceed safely.
|
|
30
|
-
|
|
31
|
-
## Workflow steps
|
|
32
|
-
|
|
33
|
-
1. Map the current structure and identify refactoring targets.
|
|
34
|
-
2. Ensure adequate test coverage before modifying (add tests if needed).
|
|
35
|
-
3. Apply one refactoring at a time with behavior preservation.
|
|
36
|
-
4. Verify behavior unchanged after each step.
|
|
37
|
-
5. Document the improved structure and any conventions established.
|
|
38
|
-
6. Set `doc_impact` when the refactor changes project structure, module boundaries, or design-system conventions.
|
|
39
|
-
|
|
40
|
-
## Verification
|
|
41
|
-
|
|
42
|
-
- All existing tests pass after each refactoring step.
|
|
43
|
-
- No behavioral changes introduced (unless explicitly intended).
|
|
44
|
-
- Code quality metrics improved (complexity, coupling, cohesion).
|
|
45
|
-
- New tests added for any gaps discovered during refactoring.
|
|
46
|
-
|
|
47
|
-
## Output Contract
|
|
48
|
-
|
|
49
|
-
```yaml
|
|
50
|
-
REFACTOR_WORKFLOW_RESULT:
|
|
51
|
-
primary_agent: code-archaeologist
|
|
52
|
-
supporting_agents: [backend-specialist?, frontend-specialist?, test-engineer?, validator?]
|
|
53
|
-
primary_skills: [code-review, system-design]
|
|
54
|
-
supporting_skills: [unit-testing?, system-design?]
|
|
55
|
-
refactoring_summary:
|
|
56
|
-
targets: [<string>]
|
|
57
|
-
changes_applied: [<string>]
|
|
58
|
-
behavior_preserved: true | false
|
|
59
|
-
quality_improvement:
|
|
60
|
-
complexity_before: <string>
|
|
61
|
-
complexity_after: <string>
|
|
62
|
-
doc_impact: none | tech | rules | both
|
|
63
|
-
tests_added: [<test-file-path>] | []
|
|
64
|
-
follow_up_items: [<string>] | []
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
> **Gemini note:** Commands route into workflow files under `.gemini/workflows/`. Specialists are inline postures coordinated through GEMINI.md guidance, not separate agent artifacts.
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
command: "/release"
|
|
3
|
-
description: "Prepare and execute release with rollout guardrails, verification, and rollback plan."
|
|
4
|
-
triggers: ["release", "deploy", "rollout", "ship", "go-live"]
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Release Workflow
|
|
8
|
-
|
|
9
|
-
## When to use
|
|
10
|
-
|
|
11
|
-
Use this when preparing a release, deploying to production, or managing a rollout.
|
|
12
|
-
|
|
13
|
-
## Routing
|
|
14
|
-
|
|
15
|
-
- Primary coordinator: `the ci-cd-pipeline posture`
|
|
16
|
-
- Release verification: `the test-engineer posture`, `the validator posture`
|
|
17
|
-
- Documentation: `the documentation-writer posture`
|
|
18
|
-
|
|
19
|
-
## Context notes
|
|
20
|
-
|
|
21
|
-
- This workflow file, active platform rules, and selected agents or skills guide execution.
|
|
22
|
-
- Attach the release scope, version number, changelog draft, and deployment target.
|
|
23
|
-
- Read `ENGINEERING_RULES.md` and `docs/foundation/TECH.md` before release if the shipped changes touched architecture, scaling assumptions, or design-system rules. Check `docs/foundation/TECH.md` for `## Build And Validation` and `## CI CD Pipeline` steps to verify the release pipeline.
|
|
24
|
-
|
|
25
|
-
## Skill Routing
|
|
26
|
-
|
|
27
|
-
- Primary skills: `ci-cd-pipeline`, `git-workflow`
|
|
28
|
-
- Supporting skills (optional): `tech-doc`, `ci-cd-pipeline`, `observability`, `kubernetes-deploy`, `observability`, `ci-cd-pipeline`, `typescript-best-practices`, `javascript-best-practices`
|
|
29
|
-
- Start with `ci-cd-pipeline` for deployment automation and `git-workflow` for release branching. Add `tech-doc` for release notes.
|
|
30
|
-
|
|
31
|
-
## Workflow steps
|
|
32
|
-
|
|
33
|
-
1. Finalize scope — confirm all changes are merged and tested.
|
|
34
|
-
2. Generate changelog and release notes.
|
|
35
|
-
3. Prepare deployment artifacts and configuration.
|
|
36
|
-
4. Execute staged rollout with health checks at each stage.
|
|
37
|
-
5. Verify production health post-deployment.
|
|
38
|
-
6. Document rollback procedure and post-release status.
|
|
39
|
-
7. Set `doc_impact` if the release includes architecture-affecting work that should refresh the managed docs.
|
|
40
|
-
|
|
41
|
-
## Verification
|
|
42
|
-
|
|
43
|
-
- All tests pass on release branch/tag.
|
|
44
|
-
- Changelog accurately reflects changes.
|
|
45
|
-
- Deployment artifacts built and verified.
|
|
46
|
-
- Production health confirmed after rollout.
|
|
47
|
-
- Rollback procedure tested or documented.
|
|
48
|
-
|
|
49
|
-
## Output Contract
|
|
50
|
-
|
|
51
|
-
```yaml
|
|
52
|
-
RELEASE_WORKFLOW_RESULT:
|
|
53
|
-
primary_agent: ci-cd-pipeline
|
|
54
|
-
supporting_agents: [test-engineer?, validator?, documentation-writer?]
|
|
55
|
-
primary_skills: [ci-cd-pipeline, git-workflow]
|
|
56
|
-
supporting_skills: [tech-doc?, ci-cd-pipeline?, observability?]
|
|
57
|
-
release:
|
|
58
|
-
version: <string>
|
|
59
|
-
changelog: <string>
|
|
60
|
-
artifacts: [<string>]
|
|
61
|
-
deployment:
|
|
62
|
-
strategy: <staged | canary | blue-green | direct>
|
|
63
|
-
stages_completed: [<string>]
|
|
64
|
-
health_checks: [<string>]
|
|
65
|
-
rollback_plan: <string>
|
|
66
|
-
doc_impact: none | tech | rules | both
|
|
67
|
-
follow_up_items: [<string>] | []
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
> **Gemini note:** Commands route into workflow files under `.gemini/workflows/`. Specialists are inline postures coordinated through GEMINI.md guidance, not separate agent artifacts.
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
command: "/review"
|
|
3
|
-
description: "Run a strict review for bugs, regressions, accessibility issues, security risk, and code quality with prioritized findings."
|
|
4
|
-
triggers: ["review", "audit", "pr", "quality", "security review"]
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Review Workflow
|
|
8
|
-
|
|
9
|
-
## When to use
|
|
10
|
-
|
|
11
|
-
Use this for code review, PR review, or quality audit of existing code changes.
|
|
12
|
-
|
|
13
|
-
## Routing
|
|
14
|
-
|
|
15
|
-
- Primary specialist: `the frontend-specialist posture` (for frontend code) or `the backend-specialist posture` (for backend code)
|
|
16
|
-
- Security review: `the security-auditor posture`
|
|
17
|
-
- Quality validation: `the validator posture`
|
|
18
|
-
- Verification support: `the test-engineer posture`
|
|
19
|
-
|
|
20
|
-
## Context notes
|
|
21
|
-
|
|
22
|
-
- This workflow file, active platform rules, and selected agents or skills guide execution.
|
|
23
|
-
- Attach the PR diff, changed files, or specific code paths to review.
|
|
24
|
-
|
|
25
|
-
## Skill Routing
|
|
26
|
-
|
|
27
|
-
- Primary skills: `code-review`, `code-review`, `unit-testing`
|
|
28
|
-
- Supporting skills (optional): `owasp-security-review`, `owasp-security-review`, `performance-testing`, `react`, `nextjs`, `typescript-best-practices`, `javascript-best-practices`, `python-best-practices`, `golang-best-practices`
|
|
29
|
-
- Start with `code-review` for UI code or `code-review` for backend code. Add `unit-testing` when evaluating test quality. Add `owasp-security-review` for security-sensitive changes.
|
|
30
|
-
|
|
31
|
-
## Workflow steps
|
|
32
|
-
|
|
33
|
-
1. Understand the intent and scope of the changes.
|
|
34
|
-
2. Review for correctness — logic bugs, edge cases, and regressions.
|
|
35
|
-
3. Review for security — input validation, auth, secrets exposure.
|
|
36
|
-
4. Review for accessibility — WCAG compliance, keyboard navigation, screen readers.
|
|
37
|
-
5. Review for performance — unnecessary re-renders, N+1 queries, bundle impact.
|
|
38
|
-
6. Prioritize findings by severity and provide actionable feedback.
|
|
39
|
-
|
|
40
|
-
## Verification
|
|
41
|
-
|
|
42
|
-
- Each finding has severity, location, and suggested fix.
|
|
43
|
-
- Findings prioritized: critical > high > medium > low.
|
|
44
|
-
- Positive observations noted alongside issues.
|
|
45
|
-
- Reviewed against codebase conventions.
|
|
46
|
-
|
|
47
|
-
## Output Contract
|
|
48
|
-
|
|
49
|
-
```yaml
|
|
50
|
-
REVIEW_WORKFLOW_RESULT:
|
|
51
|
-
primary_agent: <frontend-specialist | backend-specialist>
|
|
52
|
-
supporting_agents: [security-auditor?, validator?, test-engineer?]
|
|
53
|
-
primary_skills: [code-review?, code-review?, unit-testing?]
|
|
54
|
-
supporting_skills: [owasp-security-review?, owasp-security-review?, performance-testing?]
|
|
55
|
-
findings:
|
|
56
|
-
- severity: critical | high | medium | low
|
|
57
|
-
category: correctness | security | accessibility | performance | style
|
|
58
|
-
location: <file:line>
|
|
59
|
-
description: <string>
|
|
60
|
-
suggestion: <string>
|
|
61
|
-
overall_assessment: approve | request_changes | reject
|
|
62
|
-
positive_observations: [<string>] | []
|
|
63
|
-
follow_up_items: [<string>] | []
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
> **Gemini note:** Commands route into workflow files under `.gemini/workflows/`. Specialists are inline postures coordinated through GEMINI.md guidance, not separate agent artifacts.
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
command: "/security"
|
|
3
|
-
description: "Run security-focused analysis and remediation planning with exploitability-first triage."
|
|
4
|
-
triggers: ["security", "vulnerability", "owasp", "auth", "hardening"]
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Security Workflow
|
|
8
|
-
|
|
9
|
-
## When to use
|
|
10
|
-
|
|
11
|
-
Use this for security audits, vulnerability assessments, threat modeling, or security-focused code review.
|
|
12
|
-
|
|
13
|
-
## Routing
|
|
14
|
-
|
|
15
|
-
- Primary specialist: `the security-auditor posture`
|
|
16
|
-
- Offensive assessment: `the penetration-tester posture`
|
|
17
|
-
- Domain support: `the backend-specialist posture`, `the frontend-specialist posture`
|
|
18
|
-
- Verification support: `the validator posture`
|
|
19
|
-
|
|
20
|
-
## Context notes
|
|
21
|
-
|
|
22
|
-
- This workflow file, active platform rules, and selected agents or skills guide execution.
|
|
23
|
-
- Attach the security scope, threat model, compliance requirements, and relevant code paths.
|
|
24
|
-
|
|
25
|
-
## Skill Routing
|
|
26
|
-
|
|
27
|
-
- Primary skills: `owasp-security-review`, `owasp-security-review`
|
|
28
|
-
- Supporting skills (optional): `owasp-security-review`, `code-review`, `api-design`, `api-design`, `typescript-best-practices`, `javascript-best-practices`, `python-best-practices`, `golang-best-practices`, `rust-best-practices`
|
|
29
|
-
- Start with `owasp-security-review` for OWASP methodology and threat modeling. Add `owasp-security-review` for authentication/authorization review. Add `owasp-security-review` for dependency scanning and CVE triage.
|
|
30
|
-
|
|
31
|
-
## Workflow steps
|
|
32
|
-
|
|
33
|
-
1. Define security scope and threat model.
|
|
34
|
-
2. Map attack surface and identify input vectors.
|
|
35
|
-
3. Assess code against OWASP Top 10 and relevant standards.
|
|
36
|
-
4. Triage findings by exploitability (reachability × controllability × impact).
|
|
37
|
-
5. Produce remediation plan with prioritized fixes.
|
|
38
|
-
6. Verify remediations do not introduce new vulnerabilities.
|
|
39
|
-
|
|
40
|
-
## Verification
|
|
41
|
-
|
|
42
|
-
- All critical and high findings have remediation plans.
|
|
43
|
-
- Remediation code reviewed for correctness.
|
|
44
|
-
- No new vulnerabilities introduced by fixes.
|
|
45
|
-
- Compliance requirements addressed if applicable.
|
|
46
|
-
|
|
47
|
-
## Output Contract
|
|
48
|
-
|
|
49
|
-
```yaml
|
|
50
|
-
SECURITY_WORKFLOW_RESULT:
|
|
51
|
-
primary_agent: security-auditor
|
|
52
|
-
supporting_agents: [penetration-tester?, backend-specialist?, frontend-specialist?, validator?]
|
|
53
|
-
primary_skills: [owasp-security-review, owasp-security-review]
|
|
54
|
-
supporting_skills: [owasp-security-review?, code-review?, api-design?]
|
|
55
|
-
threat_model:
|
|
56
|
-
assets: [<string>]
|
|
57
|
-
threats: [<string>]
|
|
58
|
-
attack_surface: [<string>]
|
|
59
|
-
findings:
|
|
60
|
-
- severity: critical | high | medium | low
|
|
61
|
-
category: <owasp-category>
|
|
62
|
-
exploitability: <string>
|
|
63
|
-
remediation: <string>
|
|
64
|
-
compliance_notes: [<string>] | []
|
|
65
|
-
remaining_risks: [<string>] | []
|
|
66
|
-
follow_up_items: [<string>] | []
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
> **Gemini note:** Commands route into workflow files under `.gemini/workflows/`. Specialists are inline postures coordinated through GEMINI.md guidance, not separate agent artifacts.
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
command: "/spec"
|
|
3
|
-
description: "Create or refresh a Git-tracked spec pack for non-trivial work, including acceptance criteria, traceability, architecture impact, and next-route handoff."
|
|
4
|
-
triggers:
|
|
5
|
-
[
|
|
6
|
-
"spec",
|
|
7
|
-
"sdd",
|
|
8
|
-
"source of truth",
|
|
9
|
-
"traceability",
|
|
10
|
-
"acceptance criteria",
|
|
11
|
-
"openspec",
|
|
12
|
-
"requirements",
|
|
13
|
-
"architecture impact",
|
|
14
|
-
]
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
# Spec Workflow
|
|
18
|
-
|
|
19
|
-
## When to use
|
|
20
|
-
|
|
21
|
-
Use this for non-trivial work that needs durable planning in Git before implementation: medium or large features, multi-step changes, cross-session work, migrations, risky refactors, or any request that needs explicit acceptance and traceability.
|
|
22
|
-
|
|
23
|
-
## Routing
|
|
24
|
-
|
|
25
|
-
- Primary coordinator: `the project-planner posture`
|
|
26
|
-
- Traceability and requirements support: `the researcher posture`
|
|
27
|
-
- Cross-domain coordination: `the orchestrator posture`
|
|
28
|
-
- Documentation and structure support: `the documentation-writer posture`
|
|
29
|
-
|
|
30
|
-
## Skill Routing
|
|
31
|
-
|
|
32
|
-
- Primary skills: `spec-driven-delivery`, `sadd`
|
|
33
|
-
- Supporting skills (optional): `system-design`, `architecture-doc`, `deep-research`, `api-design`, `database-design`, `tech-doc`
|
|
34
|
-
- Start with `spec-driven-delivery` for the pack structure and handoff contract. Add `sadd` when mining requirements into testable assertions, `system-design` or `architecture-doc` when the spec changes structure, and `deep-research` only when repo-local evidence is insufficient.
|
|
35
|
-
|
|
36
|
-
## Workflow steps
|
|
37
|
-
|
|
38
|
-
1. Determine whether the task is non-trivial enough to justify a spec pack.
|
|
39
|
-
2. Find an existing `docs/specs/<spec-id>/` pack or create a new stable `spec_id`.
|
|
40
|
-
3. Write or refresh the spec pack with brief, acceptance, tasks, traceability, and handoff files.
|
|
41
|
-
4. Record `architecture_impact`, `doc_impact`, and any required updates to `docs/foundation/PRODUCT.md`, `docs/foundation/ARCHITECTURE.md`, `ENGINEERING_RULES.md`, or `docs/foundation/TECH.md`. If the change adds new terms, update the `## Domain Glossary` in `docs/foundation/PRODUCT.md`. If the change introduces new crosscutting patterns or tech debt, flag updates needed in `docs/foundation/ARCHITECTURE.md`.
|
|
42
|
-
5. Identify the next execution route and hand off without replanning the same work.
|
|
43
|
-
|
|
44
|
-
## Context notes
|
|
45
|
-
|
|
46
|
-
- Read `docs/foundation/PRODUCT.md`, `ENGINEERING_RULES.md`, `docs/foundation/ARCHITECTURE.md`, and `docs/foundation/TECH.md` in that order when they exist because they define the accepted product direction, architecture contract, and current state.
|
|
47
|
-
- Prefer repo evidence first; escalate to `deep-research` only when freshness, public comparison, or explicit research requests require it.
|
|
48
|
-
- Keep spec packs lean. Trivial one-step tasks should stay on the lightweight path with no new spec directory.
|
|
49
|
-
|
|
50
|
-
## Verification
|
|
51
|
-
|
|
52
|
-
- `spec_id` and `spec_root` are stable and explicit.
|
|
53
|
-
- Acceptance criteria are testable and traceable.
|
|
54
|
-
- Task dependencies form a valid execution order.
|
|
55
|
-
- `architecture_impact`, `doc_impact`, and `traceability_status` are present.
|
|
56
|
-
|
|
57
|
-
## Output Contract
|
|
58
|
-
|
|
59
|
-
```yaml
|
|
60
|
-
SPEC_WORKFLOW_RESULT:
|
|
61
|
-
primary_agent: project-planner
|
|
62
|
-
supporting_agents: [researcher?, orchestrator?, documentation-writer?]
|
|
63
|
-
primary_skills: [spec-driven-delivery, sadd]
|
|
64
|
-
supporting_skills: [system-design?, architecture-doc?, deep-research?, api-design?, database-design?, tech-doc?]
|
|
65
|
-
spec_id: <string>
|
|
66
|
-
spec_root: docs/specs/<spec-id>
|
|
67
|
-
architecture_impact:
|
|
68
|
-
summary: <string>
|
|
69
|
-
affects_structure: true | false
|
|
70
|
-
affects_design_system: true | false
|
|
71
|
-
affects_testing_strategy: true | false
|
|
72
|
-
doc_impact: none | tech | rules | both
|
|
73
|
-
traceability_status: complete | partial | blocked
|
|
74
|
-
documents:
|
|
75
|
-
created: [<path>] | []
|
|
76
|
-
updated: [<path>] | []
|
|
77
|
-
next_route: </create | /implement-track | /orchestrate | /architecture | direct>
|
|
78
|
-
gaps: [<string>] | []
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
> **Gemini note:** Commands route into workflow files under `.gemini/workflows/`. Specialists are inline postures coordinated through GEMINI.md guidance, not separate agent artifacts.
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
command: "/test"
|
|
3
|
-
description: "Design and execute verification strategy aligned to user risk, release confidence, and regression evidence."
|
|
4
|
-
triggers: ["test", "verify", "coverage", "qa", "regression"]
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Test Workflow
|
|
8
|
-
|
|
9
|
-
## When to use
|
|
10
|
-
|
|
11
|
-
Use this when writing new tests, improving coverage, debugging test failures, or designing a testing strategy.
|
|
12
|
-
|
|
13
|
-
## Routing
|
|
14
|
-
|
|
15
|
-
- Primary specialist: `the test-engineer posture`
|
|
16
|
-
- Automation support: `the qa-automation-engineer posture`
|
|
17
|
-
- Domain support: `the backend-specialist posture`, `the frontend-specialist posture`
|
|
18
|
-
- Verification support: `the validator posture`
|
|
19
|
-
|
|
20
|
-
## Context notes
|
|
21
|
-
|
|
22
|
-
- This workflow file, active platform rules, and selected agents or skills guide execution.
|
|
23
|
-
- Attach the code under test, existing test files, coverage reports, and any failing test output.
|
|
24
|
-
|
|
25
|
-
## Skill Routing
|
|
26
|
-
|
|
27
|
-
- Primary skills: `unit-testing`, `integration-testing`
|
|
28
|
-
- Supporting skills (optional): `playwright-interactive`, `observability`, `systematic-debugging`, `code-review`, `code-review`, `typescript-best-practices`, `javascript-best-practices`, `python-best-practices`, `golang-best-practices`, `java-best-practices`
|
|
29
|
-
- Start with `unit-testing` for test strategy and architecture. Add `integration-testing` for implementation. Add `playwright-interactive` for E2E automation. Add `observability` for testing error states.
|
|
30
|
-
|
|
31
|
-
## Workflow steps
|
|
32
|
-
|
|
33
|
-
1. Assess current test coverage and identify gaps.
|
|
34
|
-
2. Design test strategy (which layers, what to test, what to skip).
|
|
35
|
-
3. Implement tests with clear arrange/act/assert structure.
|
|
36
|
-
4. Run tests and verify they pass.
|
|
37
|
-
5. Review coverage improvement and remaining gaps.
|
|
38
|
-
|
|
39
|
-
## Verification
|
|
40
|
-
|
|
41
|
-
- All new tests pass reliably (no flakiness).
|
|
42
|
-
- Tests cover the identified risk areas.
|
|
43
|
-
- Coverage metrics improved or maintained.
|
|
44
|
-
- Test naming clearly describes the scenario being verified.
|
|
45
|
-
|
|
46
|
-
## Output Contract
|
|
47
|
-
|
|
48
|
-
```yaml
|
|
49
|
-
TEST_WORKFLOW_RESULT:
|
|
50
|
-
primary_agent: test-engineer
|
|
51
|
-
supporting_agents: [qa-automation-engineer?, backend-specialist?, frontend-specialist?, validator?]
|
|
52
|
-
primary_skills: [unit-testing, integration-testing]
|
|
53
|
-
supporting_skills: [playwright-interactive?, observability?, systematic-debugging?]
|
|
54
|
-
test_strategy:
|
|
55
|
-
unit: <number of tests>
|
|
56
|
-
integration: <number of tests>
|
|
57
|
-
e2e: <number of tests>
|
|
58
|
-
tests_written: [<test-file-path>]
|
|
59
|
-
coverage:
|
|
60
|
-
before: <percentage or description>
|
|
61
|
-
after: <percentage or description>
|
|
62
|
-
gaps_remaining: [<string>] | []
|
|
63
|
-
follow_up_items: [<string>] | []
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
> **Gemini note:** Commands route into workflow files under `.gemini/workflows/`. Specialists are inline postures coordinated through GEMINI.md guidance, not separate agent artifacts.
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
command: "/vercel"
|
|
3
|
-
description: "Drive Vercel implementation and operations via vercel-expert with deployment, runtime, security, and observability guardrails."
|
|
4
|
-
triggers:
|
|
5
|
-
[
|
|
6
|
-
"vercel",
|
|
7
|
-
"deployment",
|
|
8
|
-
"preview",
|
|
9
|
-
"edge",
|
|
10
|
-
"functions",
|
|
11
|
-
"domains",
|
|
12
|
-
"vercel cli",
|
|
13
|
-
]
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
# Vercel Workflow
|
|
17
|
-
|
|
18
|
-
## When to use
|
|
19
|
-
|
|
20
|
-
Use this for Vercel-specific deployment, configuration, runtime optimization, or platform operations.
|
|
21
|
-
|
|
22
|
-
## Routing
|
|
23
|
-
|
|
24
|
-
- Primary specialist: `the vercel-expert posture`
|
|
25
|
-
- Infrastructure support: `the ci-cd-pipeline posture`
|
|
26
|
-
- Verification support: `the test-engineer posture`
|
|
27
|
-
|
|
28
|
-
## Context notes
|
|
29
|
-
|
|
30
|
-
- This workflow file, active platform rules, and selected agents or skills guide execution.
|
|
31
|
-
- Attach the Vercel project config, deployment target, and any specific Vercel feature requirements.
|
|
32
|
-
|
|
33
|
-
## Skill Routing
|
|
34
|
-
|
|
35
|
-
- Primary skills: `nextjs`, `ci-cd-pipeline`
|
|
36
|
-
- Supporting skills (optional): `performance-testing`, `react`, `frontend-design`, `javascript-best-practices`, `typescript-best-practices`, `javascript-best-practices`
|
|
37
|
-
- Start with `nextjs` for Next.js on Vercel and `ci-cd-pipeline` for runtime behavior. Add `performance-testing` for performance optimization.
|
|
38
|
-
|
|
39
|
-
## Workflow steps
|
|
40
|
-
|
|
41
|
-
1. Assess deployment requirements and runtime selection (Edge vs Serverless vs Static).
|
|
42
|
-
2. Configure project settings and environment variables.
|
|
43
|
-
3. Set up deployment pipeline with preview deployments.
|
|
44
|
-
4. Verify deployment health and performance.
|
|
45
|
-
5. Configure monitoring and alerting.
|
|
46
|
-
|
|
47
|
-
## Verification
|
|
48
|
-
|
|
49
|
-
- Deployment successful with no build errors.
|
|
50
|
-
- Runtime selection appropriate for each route.
|
|
51
|
-
- Environment variables correctly configured per environment.
|
|
52
|
-
- Preview deployments working for PRs.
|
|
53
|
-
- Performance metrics within acceptable ranges.
|
|
54
|
-
|
|
55
|
-
## Output Contract
|
|
56
|
-
|
|
57
|
-
```yaml
|
|
58
|
-
VERCEL_WORKFLOW_RESULT:
|
|
59
|
-
primary_agent: vercel-expert
|
|
60
|
-
supporting_agents: [ci-cd-pipeline?, test-engineer?]
|
|
61
|
-
primary_skills: [nextjs, ci-cd-pipeline]
|
|
62
|
-
supporting_skills: [performance-testing?, react?]
|
|
63
|
-
deployment:
|
|
64
|
-
project: <string>
|
|
65
|
-
runtime: <edge | serverless | static>
|
|
66
|
-
environment: <development | preview | production>
|
|
67
|
-
status: success | failure
|
|
68
|
-
configuration:
|
|
69
|
-
env_vars: [<string>]
|
|
70
|
-
domains: [<string>]
|
|
71
|
-
caching: <string>
|
|
72
|
-
monitoring: <string>
|
|
73
|
-
follow_up_items: [<string>] | []
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
> **Gemini note:** Commands route into workflow files under `.gemini/workflows/`. Specialists are inline postures coordinated through GEMINI.md guidance, not separate agent artifacts.
|