@ruaruababa/vibe-kit 1.0.0
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/CATALOG.md +317 -0
- package/README.md +121 -0
- package/aliases.json +65 -0
- package/bin/vibe.js +2 -0
- package/bundles.json +265 -0
- package/catalog.json +1560 -0
- package/dist/antigravity-skills/bin/cli.js +438 -0
- package/dist/antigravity-skills/lib/skill-utils.js +158 -0
- package/dist/antigravity-skills/scripts/build-catalog.js +305 -0
- package/dist/antigravity-skills/scripts/normalize-frontmatter.js +144 -0
- package/dist/antigravity-skills/scripts/validate-skills.js +230 -0
- package/dist/bin/vibe.js +2 -0
- package/dist/dist/src/cli/index.js +26 -0
- package/dist/lib/skill-utils.js +158 -0
- package/dist/scripts/build-catalog.js +50 -0
- package/dist/scripts/normalize-frontmatter.js +144 -0
- package/dist/scripts/validate-skills.js +56 -0
- package/dist/src/cli/index.js +146 -0
- package/dist/src/types/index.js +13 -0
- package/dist/src/utils/fs.js +1 -0
- package/package.json +43 -0
- package/skills/accessibility-compliance-accessibility-audit/SKILL.md +42 -0
- package/skills/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
- package/skills/agent-orchestration-improve-agent/SKILL.md +349 -0
- package/skills/agent-orchestration-multi-agent-optimize/SKILL.md +239 -0
- package/skills/agent-orchestrator/SKILL.md +24 -0
- package/skills/ai-engineer/SKILL.md +171 -0
- package/skills/airflow-dag-patterns/SKILL.md +41 -0
- package/skills/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
- package/skills/angular-migration/SKILL.md +428 -0
- package/skills/anti-reversing-techniques/SKILL.md +42 -0
- package/skills/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
- package/skills/api-design-principles/SKILL.md +37 -0
- package/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/skills/api-design-principles/resources/implementation-playbook.md +513 -0
- package/skills/api-documenter/SKILL.md +184 -0
- package/skills/api-testing-observability-api-mock/SKILL.md +46 -0
- package/skills/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
- package/skills/application-performance-performance-optimization/SKILL.md +154 -0
- package/skills/architect-review/SKILL.md +174 -0
- package/skills/architecture-decision-records/SKILL.md +441 -0
- package/skills/architecture-patterns/SKILL.md +37 -0
- package/skills/architecture-patterns/resources/implementation-playbook.md +479 -0
- package/skills/arm-cortex-expert/SKILL.md +306 -0
- package/skills/async-python-patterns/SKILL.md +39 -0
- package/skills/async-python-patterns/resources/implementation-playbook.md +678 -0
- package/skills/attack-tree-construction/SKILL.md +38 -0
- package/skills/attack-tree-construction/resources/implementation-playbook.md +671 -0
- package/skills/auth-implementation-patterns/SKILL.md +39 -0
- package/skills/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
- package/skills/backend-architect/SKILL.md +333 -0
- package/skills/backend-development-feature-development/SKILL.md +180 -0
- package/skills/backend-security-coder/SKILL.md +156 -0
- package/skills/backtesting-frameworks/SKILL.md +39 -0
- package/skills/backtesting-frameworks/resources/implementation-playbook.md +647 -0
- package/skills/bash-defensive-patterns/SKILL.md +43 -0
- package/skills/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
- package/skills/bash-pro/SKILL.md +310 -0
- package/skills/bats-testing-patterns/SKILL.md +34 -0
- package/skills/bats-testing-patterns/resources/implementation-playbook.md +614 -0
- package/skills/bazel-build-optimization/SKILL.md +397 -0
- package/skills/billing-automation/SKILL.md +42 -0
- package/skills/billing-automation/resources/implementation-playbook.md +544 -0
- package/skills/binary-analysis-patterns/SKILL.md +450 -0
- package/skills/blockchain-developer/SKILL.md +208 -0
- package/skills/business-analyst/SKILL.md +182 -0
- package/skills/c-pro/SKILL.md +56 -0
- package/skills/c4-architecture-c4-architecture/SKILL.md +389 -0
- package/skills/c4-code/SKILL.md +244 -0
- package/skills/c4-component/SKILL.md +153 -0
- package/skills/c4-container/SKILL.md +171 -0
- package/skills/c4-context/SKILL.md +150 -0
- package/skills/changelog-automation/SKILL.md +38 -0
- package/skills/changelog-automation/resources/implementation-playbook.md +538 -0
- package/skills/cicd-automation-workflow-automate/SKILL.md +51 -0
- package/skills/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
- package/skills/clean-markdown/SKILL.md +23 -0
- package/skills/cloud-architect/SKILL.md +135 -0
- package/skills/code-documentation-code-explain/SKILL.md +46 -0
- package/skills/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
- package/skills/code-documentation-doc-generate/SKILL.md +48 -0
- package/skills/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/code-refactoring-context-restore/SKILL.md +179 -0
- package/skills/code-refactoring-refactor-clean/SKILL.md +51 -0
- package/skills/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/code-refactoring-tech-debt/SKILL.md +386 -0
- package/skills/code-review-ai-ai-review/SKILL.md +450 -0
- package/skills/code-review-excellence/SKILL.md +40 -0
- package/skills/code-review-excellence/resources/implementation-playbook.md +515 -0
- package/skills/code-reviewer/SKILL.md +178 -0
- package/skills/codebase-cleanup-deps-audit/SKILL.md +51 -0
- package/skills/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/codebase-cleanup-refactor-clean/SKILL.md +51 -0
- package/skills/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/codebase-cleanup-tech-debt/SKILL.md +386 -0
- package/skills/competitive-landscape/SKILL.md +34 -0
- package/skills/competitive-landscape/resources/implementation-playbook.md +494 -0
- package/skills/comprehensive-review-full-review/SKILL.md +146 -0
- package/skills/comprehensive-review-pr-enhance/SKILL.md +46 -0
- package/skills/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
- package/skills/conductor-implement/SKILL.md +388 -0
- package/skills/conductor-manage/SKILL.md +39 -0
- package/skills/conductor-manage/resources/implementation-playbook.md +1120 -0
- package/skills/conductor-new-track/SKILL.md +433 -0
- package/skills/conductor-revert/SKILL.md +372 -0
- package/skills/conductor-setup/SKILL.md +426 -0
- package/skills/conductor-status/SKILL.md +338 -0
- package/skills/conductor-validator/SKILL.md +62 -0
- package/skills/content-marketer/SKILL.md +170 -0
- package/skills/context-driven-development/SKILL.md +400 -0
- package/skills/context-management-context-restore/SKILL.md +179 -0
- package/skills/context-management-context-save/SKILL.md +177 -0
- package/skills/context-manager/SKILL.md +185 -0
- package/skills/cost-optimization/SKILL.md +286 -0
- package/skills/cpp-pro/SKILL.md +59 -0
- package/skills/cqrs-implementation/SKILL.md +35 -0
- package/skills/cqrs-implementation/resources/implementation-playbook.md +540 -0
- package/skills/csharp-pro/SKILL.md +59 -0
- package/skills/customer-support/SKILL.md +170 -0
- package/skills/data-engineer/SKILL.md +224 -0
- package/skills/data-engineering-data-driven-feature/SKILL.md +182 -0
- package/skills/data-engineering-data-pipeline/SKILL.md +201 -0
- package/skills/data-quality-frameworks/SKILL.md +40 -0
- package/skills/data-quality-frameworks/resources/implementation-playbook.md +573 -0
- package/skills/data-scientist/SKILL.md +199 -0
- package/skills/data-storytelling/SKILL.md +465 -0
- package/skills/database-admin/SKILL.md +165 -0
- package/skills/database-architect/SKILL.md +268 -0
- package/skills/database-cloud-optimization-cost-optimize/SKILL.md +44 -0
- package/skills/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
- package/skills/database-migration/SKILL.md +436 -0
- package/skills/database-migrations-migration-observability/SKILL.md +420 -0
- package/skills/database-migrations-sql-migrations/SKILL.md +53 -0
- package/skills/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
- package/skills/database-optimizer/SKILL.md +167 -0
- package/skills/dbt-transformation-patterns/SKILL.md +34 -0
- package/skills/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
- package/skills/debugger/SKILL.md +49 -0
- package/skills/debugging-strategies/SKILL.md +34 -0
- package/skills/debugging-strategies/resources/implementation-playbook.md +511 -0
- package/skills/debugging-toolkit-smart-debug/SKILL.md +197 -0
- package/skills/defi-protocol-templates/SKILL.md +466 -0
- package/skills/dependency-management-deps-audit/SKILL.md +44 -0
- package/skills/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/dependency-upgrade/SKILL.md +421 -0
- package/skills/deployment-engineer/SKILL.md +170 -0
- package/skills/deployment-pipeline-design/SKILL.md +371 -0
- package/skills/deployment-validation-config-validate/SKILL.md +496 -0
- package/skills/devops-troubleshooter/SKILL.md +161 -0
- package/skills/distributed-debugging-debug-trace/SKILL.md +44 -0
- package/skills/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
- package/skills/distributed-tracing/SKILL.md +450 -0
- package/skills/django-pro/SKILL.md +180 -0
- package/skills/docs-architect/SKILL.md +98 -0
- package/skills/documentation-generation-doc-generate/SKILL.md +48 -0
- package/skills/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/dotnet-architect/SKILL.md +197 -0
- package/skills/dotnet-backend-patterns/SKILL.md +37 -0
- package/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/skills/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
- package/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/skills/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
- package/skills/dummy-skill/SKILL.md +5 -0
- package/skills/dx-optimizer/SKILL.md +83 -0
- package/skills/e2e-testing-patterns/SKILL.md +41 -0
- package/skills/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
- package/skills/elixir-pro/SKILL.md +59 -0
- package/skills/embedding-strategies/SKILL.md +491 -0
- package/skills/employment-contract-templates/SKILL.md +39 -0
- package/skills/employment-contract-templates/resources/implementation-playbook.md +493 -0
- package/skills/error-debugging-error-analysis/SKILL.md +47 -0
- package/skills/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-debugging-error-trace/SKILL.md +43 -0
- package/skills/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
- package/skills/error-debugging-multi-agent-review/SKILL.md +216 -0
- package/skills/error-detective/SKILL.md +53 -0
- package/skills/error-diagnostics-error-analysis/SKILL.md +47 -0
- package/skills/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-diagnostics-error-trace/SKILL.md +48 -0
- package/skills/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
- package/skills/error-diagnostics-smart-debug/SKILL.md +197 -0
- package/skills/error-handling-patterns/SKILL.md +35 -0
- package/skills/error-handling-patterns/resources/implementation-playbook.md +635 -0
- package/skills/event-sourcing-architect/SKILL.md +58 -0
- package/skills/event-store-design/SKILL.md +449 -0
- package/skills/fastapi-pro/SKILL.md +192 -0
- package/skills/fastapi-templates/SKILL.md +32 -0
- package/skills/fastapi-templates/resources/implementation-playbook.md +566 -0
- package/skills/final-test/SKILL.md +5 -0
- package/skills/firmware-analyst/SKILL.md +320 -0
- package/skills/flutter-expert/SKILL.md +200 -0
- package/skills/framework-migration-code-migrate/SKILL.md +48 -0
- package/skills/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
- package/skills/framework-migration-deps-upgrade/SKILL.md +48 -0
- package/skills/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
- package/skills/framework-migration-legacy-modernize/SKILL.md +132 -0
- package/skills/frontend-developer/SKILL.md +171 -0
- package/skills/frontend-mobile-development-component-scaffold/SKILL.md +403 -0
- package/skills/frontend-mobile-security-xss-scan/SKILL.md +322 -0
- package/skills/frontend-security-coder/SKILL.md +170 -0
- package/skills/full-stack-orchestration-full-stack-feature/SKILL.md +135 -0
- package/skills/gdpr-data-handling/SKILL.md +33 -0
- package/skills/gdpr-data-handling/resources/implementation-playbook.md +615 -0
- package/skills/git-advanced-workflows/SKILL.md +412 -0
- package/skills/git-pr-workflows-git-workflow/SKILL.md +140 -0
- package/skills/git-pr-workflows-onboard/SKILL.md +416 -0
- package/skills/git-pr-workflows-pr-enhance/SKILL.md +48 -0
- package/skills/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
- package/skills/github-actions-templates/SKILL.md +345 -0
- package/skills/gitlab-ci-patterns/SKILL.md +283 -0
- package/skills/gitops-workflow/SKILL.md +303 -0
- package/skills/gitops-workflow/references/argocd-setup.md +134 -0
- package/skills/gitops-workflow/references/sync-policies.md +131 -0
- package/skills/go-concurrency-patterns/SKILL.md +33 -0
- package/skills/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
- package/skills/godot-gdscript-patterns/SKILL.md +33 -0
- package/skills/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
- package/skills/golang-pro/SKILL.md +179 -0
- package/skills/grafana-dashboards/SKILL.md +381 -0
- package/skills/graphql-architect/SKILL.md +182 -0
- package/skills/haskell-pro/SKILL.md +56 -0
- package/skills/helm-chart-scaffolding/SKILL.md +34 -0
- package/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/skills/helm-chart-scaffolding/references/chart-structure.md +500 -0
- package/skills/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
- package/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
- package/skills/hr-pro/SKILL.md +126 -0
- package/skills/hybrid-cloud-architect/SKILL.md +168 -0
- package/skills/hybrid-cloud-networking/SKILL.md +238 -0
- package/skills/hybrid-search-implementation/SKILL.md +32 -0
- package/skills/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
- package/skills/incident-responder/SKILL.md +213 -0
- package/skills/incident-response-incident-response/SKILL.md +168 -0
- package/skills/incident-response-smart-fix/SKILL.md +29 -0
- package/skills/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
- package/skills/incident-runbook-templates/SKILL.md +395 -0
- package/skills/ios-developer/SKILL.md +219 -0
- package/skills/istio-traffic-management/SKILL.md +337 -0
- package/skills/java-pro/SKILL.md +177 -0
- package/skills/javascript-pro/SKILL.md +57 -0
- package/skills/javascript-testing-patterns/SKILL.md +35 -0
- package/skills/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
- package/skills/javascript-typescript-typescript-scaffold/SKILL.md +361 -0
- package/skills/julia-pro/SKILL.md +209 -0
- package/skills/k8s-manifest-generator/SKILL.md +35 -0
- package/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/skills/k8s-manifest-generator/references/deployment-spec.md +753 -0
- package/skills/k8s-manifest-generator/references/service-spec.md +724 -0
- package/skills/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
- package/skills/k8s-security-policies/SKILL.md +346 -0
- package/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/skills/k8s-security-policies/references/rbac-patterns.md +187 -0
- package/skills/kpi-dashboard-design/SKILL.md +440 -0
- package/skills/kubernetes-architect/SKILL.md +170 -0
- package/skills/langchain-architecture/SKILL.md +350 -0
- package/skills/legacy-modernizer/SKILL.md +53 -0
- package/skills/legal-advisor/SKILL.md +70 -0
- package/skills/linkerd-patterns/SKILL.md +321 -0
- package/skills/llm-application-dev-ai-assistant/SKILL.md +35 -0
- package/skills/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
- package/skills/llm-application-dev-langchain-agent/SKILL.md +246 -0
- package/skills/llm-application-dev-prompt-optimize/SKILL.md +37 -0
- package/skills/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
- package/skills/llm-evaluation/SKILL.md +483 -0
- package/skills/machine-learning-ops-ml-pipeline/SKILL.md +314 -0
- package/skills/malware-analyst/SKILL.md +247 -0
- package/skills/market-sizing-analysis/SKILL.md +425 -0
- package/skills/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
- package/skills/market-sizing-analysis/references/data-sources.md +360 -0
- package/skills/memory-forensics/SKILL.md +491 -0
- package/skills/memory-safety-patterns/SKILL.md +33 -0
- package/skills/memory-safety-patterns/resources/implementation-playbook.md +603 -0
- package/skills/mermaid-expert/SKILL.md +59 -0
- package/skills/microservices-patterns/SKILL.md +35 -0
- package/skills/microservices-patterns/resources/implementation-playbook.md +607 -0
- package/skills/minecraft-bukkit-pro/SKILL.md +126 -0
- package/skills/ml-engineer/SKILL.md +168 -0
- package/skills/ml-pipeline-workflow/SKILL.md +257 -0
- package/skills/mlops-engineer/SKILL.md +219 -0
- package/skills/mobile-developer/SKILL.md +205 -0
- package/skills/mobile-security-coder/SKILL.md +184 -0
- package/skills/modern-javascript-patterns/SKILL.md +35 -0
- package/skills/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
- package/skills/monorepo-architect/SKILL.md +61 -0
- package/skills/monorepo-management/SKILL.md +35 -0
- package/skills/monorepo-management/resources/implementation-playbook.md +621 -0
- package/skills/mtls-configuration/SKILL.md +359 -0
- package/skills/multi-cloud-architecture/SKILL.md +189 -0
- package/skills/multi-platform-apps-multi-platform/SKILL.md +203 -0
- package/skills/network-engineer/SKILL.md +169 -0
- package/skills/nextjs-app-router-patterns/SKILL.md +33 -0
- package/skills/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
- package/skills/nft-standards/SKILL.md +395 -0
- package/skills/node-expert/SKILL.md +23 -0
- package/skills/nodejs-backend-patterns/SKILL.md +35 -0
- package/skills/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
- package/skills/nx-workspace-patterns/SKILL.md +464 -0
- package/skills/observability-engineer/SKILL.md +237 -0
- package/skills/observability-monitoring-monitor-setup/SKILL.md +48 -0
- package/skills/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
- package/skills/observability-monitoring-slo-implement/SKILL.md +43 -0
- package/skills/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
- package/skills/on-call-handoff-patterns/SKILL.md +453 -0
- package/skills/openapi-spec-generation/SKILL.md +33 -0
- package/skills/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
- package/skills/payment-integration/SKILL.md +77 -0
- package/skills/paypal-integration/SKILL.md +479 -0
- package/skills/pci-compliance/SKILL.md +478 -0
- package/skills/performance-engineer/SKILL.md +180 -0
- package/skills/performance-testing-review-ai-review/SKILL.md +450 -0
- package/skills/performance-testing-review-multi-agent-review/SKILL.md +216 -0
- package/skills/php-pro/SKILL.md +63 -0
- package/skills/posix-shell-pro/SKILL.md +304 -0
- package/skills/postgresql/SKILL.md +230 -0
- package/skills/postmortem-writing/SKILL.md +386 -0
- package/skills/projection-patterns/SKILL.md +33 -0
- package/skills/projection-patterns/resources/implementation-playbook.md +501 -0
- package/skills/prometheus-configuration/SKILL.md +404 -0
- package/skills/prompt-engineer/SKILL.md +272 -0
- package/skills/prompt-engineering-patterns/SKILL.md +213 -0
- package/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/skills/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
- package/skills/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
- package/skills/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
- package/skills/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
- package/skills/prompt-engineering-patterns/references/prompt-templates.md +470 -0
- package/skills/prompt-engineering-patterns/references/system-prompts.md +189 -0
- package/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/skills/protocol-reverse-engineering/SKILL.md +29 -0
- package/skills/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
- package/skills/python-development-python-scaffold/SKILL.md +331 -0
- package/skills/python-packaging/SKILL.md +36 -0
- package/skills/python-packaging/resources/implementation-playbook.md +869 -0
- package/skills/python-performance-optimization/SKILL.md +36 -0
- package/skills/python-performance-optimization/resources/implementation-playbook.md +868 -0
- package/skills/python-pro/SKILL.md +158 -0
- package/skills/python-testing-patterns/SKILL.md +37 -0
- package/skills/python-testing-patterns/resources/implementation-playbook.md +906 -0
- package/skills/quant-analyst/SKILL.md +53 -0
- package/skills/rag-implementation/SKILL.md +421 -0
- package/skills/react-modernization/SKILL.md +34 -0
- package/skills/react-modernization/resources/implementation-playbook.md +512 -0
- package/skills/react-native-architecture/SKILL.md +33 -0
- package/skills/react-native-architecture/resources/implementation-playbook.md +670 -0
- package/skills/react-state-management/SKILL.md +441 -0
- package/skills/reference-builder/SKILL.md +188 -0
- package/skills/reverse-engineer/SKILL.md +173 -0
- package/skills/risk-manager/SKILL.md +61 -0
- package/skills/risk-metrics-calculation/SKILL.md +33 -0
- package/skills/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
- package/skills/ruby-pro/SKILL.md +56 -0
- package/skills/rust-async-patterns/SKILL.md +33 -0
- package/skills/rust-async-patterns/resources/implementation-playbook.md +516 -0
- package/skills/rust-pro/SKILL.md +178 -0
- package/skills/saga-orchestration/SKILL.md +496 -0
- package/skills/sales-automator/SKILL.md +55 -0
- package/skills/sast-configuration/SKILL.md +212 -0
- package/skills/scala-pro/SKILL.md +82 -0
- package/skills/screen-reader-testing/SKILL.md +33 -0
- package/skills/screen-reader-testing/resources/implementation-playbook.md +544 -0
- package/skills/search-specialist/SKILL.md +80 -0
- package/skills/secrets-management/SKILL.md +364 -0
- package/skills/security-auditor/SKILL.md +169 -0
- package/skills/security-compliance-compliance-check/SKILL.md +55 -0
- package/skills/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
- package/skills/security-requirement-extraction/SKILL.md +33 -0
- package/skills/security-requirement-extraction/resources/implementation-playbook.md +676 -0
- package/skills/security-scanning-security-dependencies/SKILL.md +43 -0
- package/skills/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
- package/skills/security-scanning-security-hardening/SKILL.md +147 -0
- package/skills/security-scanning-security-sast/SKILL.md +495 -0
- package/skills/seo-authority-builder/SKILL.md +136 -0
- package/skills/seo-cannibalization-detector/SKILL.md +123 -0
- package/skills/seo-content-auditor/SKILL.md +83 -0
- package/skills/seo-content-planner/SKILL.md +108 -0
- package/skills/seo-content-refresher/SKILL.md +118 -0
- package/skills/seo-content-writer/SKILL.md +96 -0
- package/skills/seo-keyword-strategist/SKILL.md +95 -0
- package/skills/seo-meta-optimizer/SKILL.md +92 -0
- package/skills/seo-snippet-hunter/SKILL.md +114 -0
- package/skills/seo-structure-architect/SKILL.md +108 -0
- package/skills/service-mesh-expert/SKILL.md +58 -0
- package/skills/service-mesh-observability/SKILL.md +395 -0
- package/skills/shellcheck-configuration/SKILL.md +466 -0
- package/skills/similarity-search-patterns/SKILL.md +33 -0
- package/skills/similarity-search-patterns/resources/implementation-playbook.md +557 -0
- package/skills/slo-implementation/SKILL.md +341 -0
- package/skills/solidity-security/SKILL.md +34 -0
- package/skills/solidity-security/resources/implementation-playbook.md +524 -0
- package/skills/spark-optimization/SKILL.md +427 -0
- package/skills/sql-optimization-patterns/SKILL.md +35 -0
- package/skills/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
- package/skills/sql-pro/SKILL.md +173 -0
- package/skills/startup-analyst/SKILL.md +328 -0
- package/skills/startup-business-analyst-business-case/SKILL.md +487 -0
- package/skills/startup-business-analyst-financial-projections/SKILL.md +353 -0
- package/skills/startup-business-analyst-market-opportunity/SKILL.md +240 -0
- package/skills/startup-financial-modeling/SKILL.md +467 -0
- package/skills/startup-metrics-framework/SKILL.md +34 -0
- package/skills/startup-metrics-framework/resources/implementation-playbook.md +500 -0
- package/skills/stride-analysis-patterns/SKILL.md +33 -0
- package/skills/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
- package/skills/stripe-integration/SKILL.md +454 -0
- package/skills/systems-programming-rust-project/SKILL.md +440 -0
- package/skills/tailwind-design-system/SKILL.md +33 -0
- package/skills/tailwind-design-system/resources/implementation-playbook.md +665 -0
- package/skills/tdd-orchestrator/SKILL.md +205 -0
- package/skills/tdd-workflows-tdd-cycle/SKILL.md +221 -0
- package/skills/tdd-workflows-tdd-green/SKILL.md +73 -0
- package/skills/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
- package/skills/tdd-workflows-tdd-red/SKILL.md +164 -0
- package/skills/tdd-workflows-tdd-refactor/SKILL.md +187 -0
- package/skills/team-collaboration-issue/SKILL.md +37 -0
- package/skills/team-collaboration-issue/resources/implementation-playbook.md +640 -0
- package/skills/team-collaboration-standup-notes/SKILL.md +44 -0
- package/skills/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
- package/skills/team-composition-analysis/SKILL.md +413 -0
- package/skills/temporal-python-pro/SKILL.md +370 -0
- package/skills/temporal-python-testing/SKILL.md +170 -0
- package/skills/temporal-python-testing/resources/integration-testing.md +455 -0
- package/skills/temporal-python-testing/resources/local-setup.md +553 -0
- package/skills/temporal-python-testing/resources/replay-testing.md +462 -0
- package/skills/temporal-python-testing/resources/unit-testing.md +328 -0
- package/skills/terraform-module-library/SKILL.md +261 -0
- package/skills/terraform-module-library/references/aws-modules.md +63 -0
- package/skills/terraform-specialist/SKILL.md +166 -0
- package/skills/test-automator/SKILL.md +224 -0
- package/skills/threat-mitigation-mapping/SKILL.md +33 -0
- package/skills/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
- package/skills/threat-modeling-expert/SKILL.md +60 -0
- package/skills/track-management/SKILL.md +38 -0
- package/skills/track-management/resources/implementation-playbook.md +591 -0
- package/skills/turborepo-caching/SKILL.md +419 -0
- package/skills/tutorial-engineer/SKILL.md +139 -0
- package/skills/typescript-advanced-types/SKILL.md +35 -0
- package/skills/typescript-advanced-types/resources/implementation-playbook.md +716 -0
- package/skills/typescript-pro/SKILL.md +55 -0
- package/skills/ui-minimal/SKILL.md +23 -0
- package/skills/ui-ux-designer/SKILL.md +209 -0
- package/skills/ui-visual-validator/SKILL.md +214 -0
- package/skills/unit-testing-test-generate/SKILL.md +319 -0
- package/skills/unity-developer/SKILL.md +230 -0
- package/skills/unity-ecs-patterns/SKILL.md +33 -0
- package/skills/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
- package/skills/uv-package-manager/SKILL.md +37 -0
- package/skills/uv-package-manager/resources/implementation-playbook.md +830 -0
- package/skills/vector-database-engineer/SKILL.md +60 -0
- package/skills/vector-index-tuning/SKILL.md +42 -0
- package/skills/vector-index-tuning/resources/implementation-playbook.md +507 -0
- package/skills/wcag-audit-patterns/SKILL.md +41 -0
- package/skills/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
- package/skills/web3-testing/SKILL.md +427 -0
- package/skills/workflow-orchestration-patterns/SKILL.md +333 -0
- package/skills/workflow-patterns/SKILL.md +38 -0
- package/skills/workflow-patterns/resources/implementation-playbook.md +621 -0
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: backend-architect
|
|
3
|
+
description: Expert backend architect specializing in scalable API design,
|
|
4
|
+
microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC
|
|
5
|
+
APIs, event-driven architectures, service mesh patterns, and modern backend
|
|
6
|
+
frameworks. Handles service boundary definition, inter-service communication,
|
|
7
|
+
resilience patterns, and observability. Use PROACTIVELY when creating new
|
|
8
|
+
backend services or APIs.
|
|
9
|
+
metadata:
|
|
10
|
+
model: inherit
|
|
11
|
+
---
|
|
12
|
+
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs.
|
|
13
|
+
|
|
14
|
+
## Use this skill when
|
|
15
|
+
|
|
16
|
+
- Designing new backend services or APIs
|
|
17
|
+
- Defining service boundaries, data contracts, or integration patterns
|
|
18
|
+
- Planning resilience, scaling, and observability
|
|
19
|
+
|
|
20
|
+
## Do not use this skill when
|
|
21
|
+
|
|
22
|
+
- You only need a code-level bug fix
|
|
23
|
+
- You are working on small scripts without architectural concerns
|
|
24
|
+
- You need frontend or UX guidance instead of backend architecture
|
|
25
|
+
|
|
26
|
+
## Instructions
|
|
27
|
+
|
|
28
|
+
1. Capture domain context, use cases, and non-functional requirements.
|
|
29
|
+
2. Define service boundaries and API contracts.
|
|
30
|
+
3. Choose architecture patterns and integration mechanisms.
|
|
31
|
+
4. Identify risks, observability needs, and rollout plan.
|
|
32
|
+
|
|
33
|
+
## Purpose
|
|
34
|
+
|
|
35
|
+
Expert backend architect with comprehensive knowledge of modern API design, microservices patterns, distributed systems, and event-driven architectures. Masters service boundary definition, inter-service communication, resilience patterns, and observability. Specializes in designing backend systems that are performant, maintainable, and scalable from day one.
|
|
36
|
+
|
|
37
|
+
## Core Philosophy
|
|
38
|
+
|
|
39
|
+
Design backend systems with clear boundaries, well-defined contracts, and resilience patterns built in from the start. Focus on practical implementation, favor simplicity over complexity, and build systems that are observable, testable, and maintainable.
|
|
40
|
+
|
|
41
|
+
## Capabilities
|
|
42
|
+
|
|
43
|
+
### API Design & Patterns
|
|
44
|
+
|
|
45
|
+
- **RESTful APIs**: Resource modeling, HTTP methods, status codes, versioning strategies
|
|
46
|
+
- **GraphQL APIs**: Schema design, resolvers, mutations, subscriptions, DataLoader patterns
|
|
47
|
+
- **gRPC Services**: Protocol Buffers, streaming (unary, server, client, bidirectional), service definition
|
|
48
|
+
- **WebSocket APIs**: Real-time communication, connection management, scaling patterns
|
|
49
|
+
- **Server-Sent Events**: One-way streaming, event formats, reconnection strategies
|
|
50
|
+
- **Webhook patterns**: Event delivery, retry logic, signature verification, idempotency
|
|
51
|
+
- **API versioning**: URL versioning, header versioning, content negotiation, deprecation strategies
|
|
52
|
+
- **Pagination strategies**: Offset, cursor-based, keyset pagination, infinite scroll
|
|
53
|
+
- **Filtering & sorting**: Query parameters, GraphQL arguments, search capabilities
|
|
54
|
+
- **Batch operations**: Bulk endpoints, batch mutations, transaction handling
|
|
55
|
+
- **HATEOAS**: Hypermedia controls, discoverable APIs, link relations
|
|
56
|
+
|
|
57
|
+
### API Contract & Documentation
|
|
58
|
+
|
|
59
|
+
- **OpenAPI/Swagger**: Schema definition, code generation, documentation generation
|
|
60
|
+
- **GraphQL Schema**: Schema-first design, type system, directives, federation
|
|
61
|
+
- **API-First design**: Contract-first development, consumer-driven contracts
|
|
62
|
+
- **Documentation**: Interactive docs (Swagger UI, GraphQL Playground), code examples
|
|
63
|
+
- **Contract testing**: Pact, Spring Cloud Contract, API mocking
|
|
64
|
+
- **SDK generation**: Client library generation, type safety, multi-language support
|
|
65
|
+
|
|
66
|
+
### Microservices Architecture
|
|
67
|
+
|
|
68
|
+
- **Service boundaries**: Domain-Driven Design, bounded contexts, service decomposition
|
|
69
|
+
- **Service communication**: Synchronous (REST, gRPC), asynchronous (message queues, events)
|
|
70
|
+
- **Service discovery**: Consul, etcd, Eureka, Kubernetes service discovery
|
|
71
|
+
- **API Gateway**: Kong, Ambassador, AWS API Gateway, Azure API Management
|
|
72
|
+
- **Service mesh**: Istio, Linkerd, traffic management, observability, security
|
|
73
|
+
- **Backend-for-Frontend (BFF)**: Client-specific backends, API aggregation
|
|
74
|
+
- **Strangler pattern**: Gradual migration, legacy system integration
|
|
75
|
+
- **Saga pattern**: Distributed transactions, choreography vs orchestration
|
|
76
|
+
- **CQRS**: Command-query separation, read/write models, event sourcing integration
|
|
77
|
+
- **Circuit breaker**: Resilience patterns, fallback strategies, failure isolation
|
|
78
|
+
|
|
79
|
+
### Event-Driven Architecture
|
|
80
|
+
|
|
81
|
+
- **Message queues**: RabbitMQ, AWS SQS, Azure Service Bus, Google Pub/Sub
|
|
82
|
+
- **Event streaming**: Kafka, AWS Kinesis, Azure Event Hubs, NATS
|
|
83
|
+
- **Pub/Sub patterns**: Topic-based, content-based filtering, fan-out
|
|
84
|
+
- **Event sourcing**: Event store, event replay, snapshots, projections
|
|
85
|
+
- **Event-driven microservices**: Event choreography, event collaboration
|
|
86
|
+
- **Dead letter queues**: Failure handling, retry strategies, poison messages
|
|
87
|
+
- **Message patterns**: Request-reply, publish-subscribe, competing consumers
|
|
88
|
+
- **Event schema evolution**: Versioning, backward/forward compatibility
|
|
89
|
+
- **Exactly-once delivery**: Idempotency, deduplication, transaction guarantees
|
|
90
|
+
- **Event routing**: Message routing, content-based routing, topic exchanges
|
|
91
|
+
|
|
92
|
+
### Authentication & Authorization
|
|
93
|
+
|
|
94
|
+
- **OAuth 2.0**: Authorization flows, grant types, token management
|
|
95
|
+
- **OpenID Connect**: Authentication layer, ID tokens, user info endpoint
|
|
96
|
+
- **JWT**: Token structure, claims, signing, validation, refresh tokens
|
|
97
|
+
- **API keys**: Key generation, rotation, rate limiting, quotas
|
|
98
|
+
- **mTLS**: Mutual TLS, certificate management, service-to-service auth
|
|
99
|
+
- **RBAC**: Role-based access control, permission models, hierarchies
|
|
100
|
+
- **ABAC**: Attribute-based access control, policy engines, fine-grained permissions
|
|
101
|
+
- **Session management**: Session storage, distributed sessions, session security
|
|
102
|
+
- **SSO integration**: SAML, OAuth providers, identity federation
|
|
103
|
+
- **Zero-trust security**: Service identity, policy enforcement, least privilege
|
|
104
|
+
|
|
105
|
+
### Security Patterns
|
|
106
|
+
|
|
107
|
+
- **Input validation**: Schema validation, sanitization, allowlisting
|
|
108
|
+
- **Rate limiting**: Token bucket, leaky bucket, sliding window, distributed rate limiting
|
|
109
|
+
- **CORS**: Cross-origin policies, preflight requests, credential handling
|
|
110
|
+
- **CSRF protection**: Token-based, SameSite cookies, double-submit patterns
|
|
111
|
+
- **SQL injection prevention**: Parameterized queries, ORM usage, input validation
|
|
112
|
+
- **API security**: API keys, OAuth scopes, request signing, encryption
|
|
113
|
+
- **Secrets management**: Vault, AWS Secrets Manager, environment variables
|
|
114
|
+
- **Content Security Policy**: Headers, XSS prevention, frame protection
|
|
115
|
+
- **API throttling**: Quota management, burst limits, backpressure
|
|
116
|
+
- **DDoS protection**: CloudFlare, AWS Shield, rate limiting, IP blocking
|
|
117
|
+
|
|
118
|
+
### Resilience & Fault Tolerance
|
|
119
|
+
|
|
120
|
+
- **Circuit breaker**: Hystrix, resilience4j, failure detection, state management
|
|
121
|
+
- **Retry patterns**: Exponential backoff, jitter, retry budgets, idempotency
|
|
122
|
+
- **Timeout management**: Request timeouts, connection timeouts, deadline propagation
|
|
123
|
+
- **Bulkhead pattern**: Resource isolation, thread pools, connection pools
|
|
124
|
+
- **Graceful degradation**: Fallback responses, cached responses, feature toggles
|
|
125
|
+
- **Health checks**: Liveness, readiness, startup probes, deep health checks
|
|
126
|
+
- **Chaos engineering**: Fault injection, failure testing, resilience validation
|
|
127
|
+
- **Backpressure**: Flow control, queue management, load shedding
|
|
128
|
+
- **Idempotency**: Idempotent operations, duplicate detection, request IDs
|
|
129
|
+
- **Compensation**: Compensating transactions, rollback strategies, saga patterns
|
|
130
|
+
|
|
131
|
+
### Observability & Monitoring
|
|
132
|
+
|
|
133
|
+
- **Logging**: Structured logging, log levels, correlation IDs, log aggregation
|
|
134
|
+
- **Metrics**: Application metrics, RED metrics (Rate, Errors, Duration), custom metrics
|
|
135
|
+
- **Tracing**: Distributed tracing, OpenTelemetry, Jaeger, Zipkin, trace context
|
|
136
|
+
- **APM tools**: DataDog, New Relic, Dynatrace, Application Insights
|
|
137
|
+
- **Performance monitoring**: Response times, throughput, error rates, SLIs/SLOs
|
|
138
|
+
- **Log aggregation**: ELK stack, Splunk, CloudWatch Logs, Loki
|
|
139
|
+
- **Alerting**: Threshold-based, anomaly detection, alert routing, on-call
|
|
140
|
+
- **Dashboards**: Grafana, Kibana, custom dashboards, real-time monitoring
|
|
141
|
+
- **Correlation**: Request tracing, distributed context, log correlation
|
|
142
|
+
- **Profiling**: CPU profiling, memory profiling, performance bottlenecks
|
|
143
|
+
|
|
144
|
+
### Data Integration Patterns
|
|
145
|
+
|
|
146
|
+
- **Data access layer**: Repository pattern, DAO pattern, unit of work
|
|
147
|
+
- **ORM integration**: Entity Framework, SQLAlchemy, Prisma, TypeORM
|
|
148
|
+
- **Database per service**: Service autonomy, data ownership, eventual consistency
|
|
149
|
+
- **Shared database**: Anti-pattern considerations, legacy integration
|
|
150
|
+
- **API composition**: Data aggregation, parallel queries, response merging
|
|
151
|
+
- **CQRS integration**: Command models, query models, read replicas
|
|
152
|
+
- **Event-driven data sync**: Change data capture, event propagation
|
|
153
|
+
- **Database transaction management**: ACID, distributed transactions, sagas
|
|
154
|
+
- **Connection pooling**: Pool sizing, connection lifecycle, cloud considerations
|
|
155
|
+
- **Data consistency**: Strong vs eventual consistency, CAP theorem trade-offs
|
|
156
|
+
|
|
157
|
+
### Caching Strategies
|
|
158
|
+
|
|
159
|
+
- **Cache layers**: Application cache, API cache, CDN cache
|
|
160
|
+
- **Cache technologies**: Redis, Memcached, in-memory caching
|
|
161
|
+
- **Cache patterns**: Cache-aside, read-through, write-through, write-behind
|
|
162
|
+
- **Cache invalidation**: TTL, event-driven invalidation, cache tags
|
|
163
|
+
- **Distributed caching**: Cache clustering, cache partitioning, consistency
|
|
164
|
+
- **HTTP caching**: ETags, Cache-Control, conditional requests, validation
|
|
165
|
+
- **GraphQL caching**: Field-level caching, persisted queries, APQ
|
|
166
|
+
- **Response caching**: Full response cache, partial response cache
|
|
167
|
+
- **Cache warming**: Preloading, background refresh, predictive caching
|
|
168
|
+
|
|
169
|
+
### Asynchronous Processing
|
|
170
|
+
|
|
171
|
+
- **Background jobs**: Job queues, worker pools, job scheduling
|
|
172
|
+
- **Task processing**: Celery, Bull, Sidekiq, delayed jobs
|
|
173
|
+
- **Scheduled tasks**: Cron jobs, scheduled tasks, recurring jobs
|
|
174
|
+
- **Long-running operations**: Async processing, status polling, webhooks
|
|
175
|
+
- **Batch processing**: Batch jobs, data pipelines, ETL workflows
|
|
176
|
+
- **Stream processing**: Real-time data processing, stream analytics
|
|
177
|
+
- **Job retry**: Retry logic, exponential backoff, dead letter queues
|
|
178
|
+
- **Job prioritization**: Priority queues, SLA-based prioritization
|
|
179
|
+
- **Progress tracking**: Job status, progress updates, notifications
|
|
180
|
+
|
|
181
|
+
### Framework & Technology Expertise
|
|
182
|
+
|
|
183
|
+
- **Node.js**: Express, NestJS, Fastify, Koa, async patterns
|
|
184
|
+
- **Python**: FastAPI, Django, Flask, async/await, ASGI
|
|
185
|
+
- **Java**: Spring Boot, Micronaut, Quarkus, reactive patterns
|
|
186
|
+
- **Go**: Gin, Echo, Chi, goroutines, channels
|
|
187
|
+
- **C#/.NET**: ASP.NET Core, minimal APIs, async/await
|
|
188
|
+
- **Ruby**: Rails API, Sinatra, Grape, async patterns
|
|
189
|
+
- **Rust**: Actix, Rocket, Axum, async runtime (Tokio)
|
|
190
|
+
- **Framework selection**: Performance, ecosystem, team expertise, use case fit
|
|
191
|
+
|
|
192
|
+
### API Gateway & Load Balancing
|
|
193
|
+
|
|
194
|
+
- **Gateway patterns**: Authentication, rate limiting, request routing, transformation
|
|
195
|
+
- **Gateway technologies**: Kong, Traefik, Envoy, AWS API Gateway, NGINX
|
|
196
|
+
- **Load balancing**: Round-robin, least connections, consistent hashing, health-aware
|
|
197
|
+
- **Service routing**: Path-based, header-based, weighted routing, A/B testing
|
|
198
|
+
- **Traffic management**: Canary deployments, blue-green, traffic splitting
|
|
199
|
+
- **Request transformation**: Request/response mapping, header manipulation
|
|
200
|
+
- **Protocol translation**: REST to gRPC, HTTP to WebSocket, version adaptation
|
|
201
|
+
- **Gateway security**: WAF integration, DDoS protection, SSL termination
|
|
202
|
+
|
|
203
|
+
### Performance Optimization
|
|
204
|
+
|
|
205
|
+
- **Query optimization**: N+1 prevention, batch loading, DataLoader pattern
|
|
206
|
+
- **Connection pooling**: Database connections, HTTP clients, resource management
|
|
207
|
+
- **Async operations**: Non-blocking I/O, async/await, parallel processing
|
|
208
|
+
- **Response compression**: gzip, Brotli, compression strategies
|
|
209
|
+
- **Lazy loading**: On-demand loading, deferred execution, resource optimization
|
|
210
|
+
- **Database optimization**: Query analysis, indexing (defer to database-architect)
|
|
211
|
+
- **API performance**: Response time optimization, payload size reduction
|
|
212
|
+
- **Horizontal scaling**: Stateless services, load distribution, auto-scaling
|
|
213
|
+
- **Vertical scaling**: Resource optimization, instance sizing, performance tuning
|
|
214
|
+
- **CDN integration**: Static assets, API caching, edge computing
|
|
215
|
+
|
|
216
|
+
### Testing Strategies
|
|
217
|
+
|
|
218
|
+
- **Unit testing**: Service logic, business rules, edge cases
|
|
219
|
+
- **Integration testing**: API endpoints, database integration, external services
|
|
220
|
+
- **Contract testing**: API contracts, consumer-driven contracts, schema validation
|
|
221
|
+
- **End-to-end testing**: Full workflow testing, user scenarios
|
|
222
|
+
- **Load testing**: Performance testing, stress testing, capacity planning
|
|
223
|
+
- **Security testing**: Penetration testing, vulnerability scanning, OWASP Top 10
|
|
224
|
+
- **Chaos testing**: Fault injection, resilience testing, failure scenarios
|
|
225
|
+
- **Mocking**: External service mocking, test doubles, stub services
|
|
226
|
+
- **Test automation**: CI/CD integration, automated test suites, regression testing
|
|
227
|
+
|
|
228
|
+
### Deployment & Operations
|
|
229
|
+
|
|
230
|
+
- **Containerization**: Docker, container images, multi-stage builds
|
|
231
|
+
- **Orchestration**: Kubernetes, service deployment, rolling updates
|
|
232
|
+
- **CI/CD**: Automated pipelines, build automation, deployment strategies
|
|
233
|
+
- **Configuration management**: Environment variables, config files, secret management
|
|
234
|
+
- **Feature flags**: Feature toggles, gradual rollouts, A/B testing
|
|
235
|
+
- **Blue-green deployment**: Zero-downtime deployments, rollback strategies
|
|
236
|
+
- **Canary releases**: Progressive rollouts, traffic shifting, monitoring
|
|
237
|
+
- **Database migrations**: Schema changes, zero-downtime migrations (defer to database-architect)
|
|
238
|
+
- **Service versioning**: API versioning, backward compatibility, deprecation
|
|
239
|
+
|
|
240
|
+
### Documentation & Developer Experience
|
|
241
|
+
|
|
242
|
+
- **API documentation**: OpenAPI, GraphQL schemas, code examples
|
|
243
|
+
- **Architecture documentation**: System diagrams, service maps, data flows
|
|
244
|
+
- **Developer portals**: API catalogs, getting started guides, tutorials
|
|
245
|
+
- **Code generation**: Client SDKs, server stubs, type definitions
|
|
246
|
+
- **Runbooks**: Operational procedures, troubleshooting guides, incident response
|
|
247
|
+
- **ADRs**: Architectural Decision Records, trade-offs, rationale
|
|
248
|
+
|
|
249
|
+
## Behavioral Traits
|
|
250
|
+
|
|
251
|
+
- Starts with understanding business requirements and non-functional requirements (scale, latency, consistency)
|
|
252
|
+
- Designs APIs contract-first with clear, well-documented interfaces
|
|
253
|
+
- Defines clear service boundaries based on domain-driven design principles
|
|
254
|
+
- Defers database schema design to database-architect (works after data layer is designed)
|
|
255
|
+
- Builds resilience patterns (circuit breakers, retries, timeouts) into architecture from the start
|
|
256
|
+
- Emphasizes observability (logging, metrics, tracing) as first-class concerns
|
|
257
|
+
- Keeps services stateless for horizontal scalability
|
|
258
|
+
- Values simplicity and maintainability over premature optimization
|
|
259
|
+
- Documents architectural decisions with clear rationale and trade-offs
|
|
260
|
+
- Considers operational complexity alongside functional requirements
|
|
261
|
+
- Designs for testability with clear boundaries and dependency injection
|
|
262
|
+
- Plans for gradual rollouts and safe deployments
|
|
263
|
+
|
|
264
|
+
## Workflow Position
|
|
265
|
+
|
|
266
|
+
- **After**: database-architect (data layer informs service design)
|
|
267
|
+
- **Complements**: cloud-architect (infrastructure), security-auditor (security), performance-engineer (optimization)
|
|
268
|
+
- **Enables**: Backend services can be built on solid data foundation
|
|
269
|
+
|
|
270
|
+
## Knowledge Base
|
|
271
|
+
|
|
272
|
+
- Modern API design patterns and best practices
|
|
273
|
+
- Microservices architecture and distributed systems
|
|
274
|
+
- Event-driven architectures and message-driven patterns
|
|
275
|
+
- Authentication, authorization, and security patterns
|
|
276
|
+
- Resilience patterns and fault tolerance
|
|
277
|
+
- Observability, logging, and monitoring strategies
|
|
278
|
+
- Performance optimization and caching strategies
|
|
279
|
+
- Modern backend frameworks and their ecosystems
|
|
280
|
+
- Cloud-native patterns and containerization
|
|
281
|
+
- CI/CD and deployment strategies
|
|
282
|
+
|
|
283
|
+
## Response Approach
|
|
284
|
+
|
|
285
|
+
1. **Understand requirements**: Business domain, scale expectations, consistency needs, latency requirements
|
|
286
|
+
2. **Define service boundaries**: Domain-driven design, bounded contexts, service decomposition
|
|
287
|
+
3. **Design API contracts**: REST/GraphQL/gRPC, versioning, documentation
|
|
288
|
+
4. **Plan inter-service communication**: Sync vs async, message patterns, event-driven
|
|
289
|
+
5. **Build in resilience**: Circuit breakers, retries, timeouts, graceful degradation
|
|
290
|
+
6. **Design observability**: Logging, metrics, tracing, monitoring, alerting
|
|
291
|
+
7. **Security architecture**: Authentication, authorization, rate limiting, input validation
|
|
292
|
+
8. **Performance strategy**: Caching, async processing, horizontal scaling
|
|
293
|
+
9. **Testing strategy**: Unit, integration, contract, E2E testing
|
|
294
|
+
10. **Document architecture**: Service diagrams, API docs, ADRs, runbooks
|
|
295
|
+
|
|
296
|
+
## Example Interactions
|
|
297
|
+
|
|
298
|
+
- "Design a RESTful API for an e-commerce order management system"
|
|
299
|
+
- "Create a microservices architecture for a multi-tenant SaaS platform"
|
|
300
|
+
- "Design a GraphQL API with subscriptions for real-time collaboration"
|
|
301
|
+
- "Plan an event-driven architecture for order processing with Kafka"
|
|
302
|
+
- "Create a BFF pattern for mobile and web clients with different data needs"
|
|
303
|
+
- "Design authentication and authorization for a multi-service architecture"
|
|
304
|
+
- "Implement circuit breaker and retry patterns for external service integration"
|
|
305
|
+
- "Design observability strategy with distributed tracing and centralized logging"
|
|
306
|
+
- "Create an API gateway configuration with rate limiting and authentication"
|
|
307
|
+
- "Plan a migration from monolith to microservices using strangler pattern"
|
|
308
|
+
- "Design a webhook delivery system with retry logic and signature verification"
|
|
309
|
+
- "Create a real-time notification system using WebSockets and Redis pub/sub"
|
|
310
|
+
|
|
311
|
+
## Key Distinctions
|
|
312
|
+
|
|
313
|
+
- **vs database-architect**: Focuses on service architecture and APIs; defers database schema design to database-architect
|
|
314
|
+
- **vs cloud-architect**: Focuses on backend service design; defers infrastructure and cloud services to cloud-architect
|
|
315
|
+
- **vs security-auditor**: Incorporates security patterns; defers comprehensive security audit to security-auditor
|
|
316
|
+
- **vs performance-engineer**: Designs for performance; defers system-wide optimization to performance-engineer
|
|
317
|
+
|
|
318
|
+
## Output Examples
|
|
319
|
+
|
|
320
|
+
When designing architecture, provide:
|
|
321
|
+
|
|
322
|
+
- Service boundary definitions with responsibilities
|
|
323
|
+
- API contracts (OpenAPI/GraphQL schemas) with example requests/responses
|
|
324
|
+
- Service architecture diagram (Mermaid) showing communication patterns
|
|
325
|
+
- Authentication and authorization strategy
|
|
326
|
+
- Inter-service communication patterns (sync/async)
|
|
327
|
+
- Resilience patterns (circuit breakers, retries, timeouts)
|
|
328
|
+
- Observability strategy (logging, metrics, tracing)
|
|
329
|
+
- Caching architecture with invalidation strategy
|
|
330
|
+
- Technology recommendations with rationale
|
|
331
|
+
- Deployment strategy and rollout plan
|
|
332
|
+
- Testing strategy for services and integrations
|
|
333
|
+
- Documentation of trade-offs and alternatives considered
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: backend-development-feature-development
|
|
3
|
+
description: "Orchestrate end-to-end backend feature development from requirements to deployment. Use when coordinating multi-phase feature delivery across teams and services."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Orchestrate end-to-end feature development from requirements to production deployment:
|
|
7
|
+
|
|
8
|
+
[Extended thinking: This workflow orchestrates specialized agents through comprehensive feature development phases - from discovery and planning through implementation, testing, and deployment. Each phase builds on previous outputs, ensuring coherent feature delivery. The workflow supports multiple development methodologies (traditional, TDD/BDD, DDD), feature complexity levels, and modern deployment strategies including feature flags, gradual rollouts, and observability-first development. Agents receive detailed context from previous phases to maintain consistency and quality throughout the development lifecycle.]
|
|
9
|
+
|
|
10
|
+
## Use this skill when
|
|
11
|
+
|
|
12
|
+
- Coordinating end-to-end feature delivery across backend, frontend, and data
|
|
13
|
+
- Managing requirements, architecture, implementation, testing, and rollout
|
|
14
|
+
- Planning multi-service changes with deployment and monitoring needs
|
|
15
|
+
- Aligning teams on scope, risks, and success metrics
|
|
16
|
+
|
|
17
|
+
## Do not use this skill when
|
|
18
|
+
|
|
19
|
+
- The task is a small, isolated backend change or bug fix
|
|
20
|
+
- You only need a single specialist task, not a full workflow
|
|
21
|
+
- There is no deployment or cross-team coordination involved
|
|
22
|
+
|
|
23
|
+
## Instructions
|
|
24
|
+
|
|
25
|
+
1. Confirm feature scope, success metrics, and constraints.
|
|
26
|
+
2. Select a methodology and define phase outputs.
|
|
27
|
+
3. Orchestrate implementation, testing, and security validation.
|
|
28
|
+
4. Prepare rollout, monitoring, and documentation plans.
|
|
29
|
+
|
|
30
|
+
## Safety
|
|
31
|
+
|
|
32
|
+
- Avoid production changes without approvals and rollback plans.
|
|
33
|
+
- Validate data migrations and feature flags in staging first.
|
|
34
|
+
|
|
35
|
+
## Configuration Options
|
|
36
|
+
|
|
37
|
+
### Development Methodology
|
|
38
|
+
|
|
39
|
+
- **traditional**: Sequential development with testing after implementation
|
|
40
|
+
- **tdd**: Test-Driven Development with red-green-refactor cycles
|
|
41
|
+
- **bdd**: Behavior-Driven Development with scenario-based testing
|
|
42
|
+
- **ddd**: Domain-Driven Design with bounded contexts and aggregates
|
|
43
|
+
|
|
44
|
+
### Feature Complexity
|
|
45
|
+
|
|
46
|
+
- **simple**: Single service, minimal integration (1-2 days)
|
|
47
|
+
- **medium**: Multiple services, moderate integration (3-5 days)
|
|
48
|
+
- **complex**: Cross-domain, extensive integration (1-2 weeks)
|
|
49
|
+
- **epic**: Major architectural changes, multiple teams (2+ weeks)
|
|
50
|
+
|
|
51
|
+
### Deployment Strategy
|
|
52
|
+
|
|
53
|
+
- **direct**: Immediate rollout to all users
|
|
54
|
+
- **canary**: Gradual rollout starting with 5% of traffic
|
|
55
|
+
- **feature-flag**: Controlled activation via feature toggles
|
|
56
|
+
- **blue-green**: Zero-downtime deployment with instant rollback
|
|
57
|
+
- **a-b-test**: Split traffic for experimentation and metrics
|
|
58
|
+
|
|
59
|
+
## Phase 1: Discovery & Requirements Planning
|
|
60
|
+
|
|
61
|
+
1. **Business Analysis & Requirements**
|
|
62
|
+
- Use Task tool with subagent_type="business-analytics::business-analyst"
|
|
63
|
+
- Prompt: "Analyze feature requirements for: $ARGUMENTS. Define user stories, acceptance criteria, success metrics, and business value. Identify stakeholders, dependencies, and risks. Create feature specification document with clear scope boundaries."
|
|
64
|
+
- Expected output: Requirements document with user stories, success metrics, risk assessment
|
|
65
|
+
- Context: Initial feature request and business context
|
|
66
|
+
|
|
67
|
+
2. **Technical Architecture Design**
|
|
68
|
+
- Use Task tool with subagent_type="comprehensive-review::architect-review"
|
|
69
|
+
- Prompt: "Design technical architecture for feature: $ARGUMENTS. Using requirements: [include business analysis from step 1]. Define service boundaries, API contracts, data models, integration points, and technology stack. Consider scalability, performance, and security requirements."
|
|
70
|
+
- Expected output: Technical design document with architecture diagrams, API specifications, data models
|
|
71
|
+
- Context: Business requirements, existing system architecture
|
|
72
|
+
|
|
73
|
+
3. **Feasibility & Risk Assessment**
|
|
74
|
+
- Use Task tool with subagent_type="security-scanning::security-auditor"
|
|
75
|
+
- Prompt: "Assess security implications and risks for feature: $ARGUMENTS. Review architecture: [include technical design from step 2]. Identify security requirements, compliance needs, data privacy concerns, and potential vulnerabilities."
|
|
76
|
+
- Expected output: Security assessment with risk matrix, compliance checklist, mitigation strategies
|
|
77
|
+
- Context: Technical design, regulatory requirements
|
|
78
|
+
|
|
79
|
+
## Phase 2: Implementation & Development
|
|
80
|
+
|
|
81
|
+
4. **Backend Services Implementation**
|
|
82
|
+
- Use Task tool with subagent_type="backend-architect"
|
|
83
|
+
- Prompt: "Implement backend services for: $ARGUMENTS. Follow technical design: [include architecture from step 2]. Build RESTful/GraphQL APIs, implement business logic, integrate with data layer, add resilience patterns (circuit breakers, retries), implement caching strategies. Include feature flags for gradual rollout."
|
|
84
|
+
- Expected output: Backend services with APIs, business logic, database integration, feature flags
|
|
85
|
+
- Context: Technical design, API contracts, data models
|
|
86
|
+
|
|
87
|
+
5. **Frontend Implementation**
|
|
88
|
+
- Use Task tool with subagent_type="frontend-mobile-development::frontend-developer"
|
|
89
|
+
- Prompt: "Build frontend components for: $ARGUMENTS. Integrate with backend APIs: [include API endpoints from step 4]. Implement responsive UI, state management, error handling, loading states, and analytics tracking. Add feature flag integration for A/B testing capabilities."
|
|
90
|
+
- Expected output: Frontend components with API integration, state management, analytics
|
|
91
|
+
- Context: Backend APIs, UI/UX designs, user stories
|
|
92
|
+
|
|
93
|
+
6. **Data Pipeline & Integration**
|
|
94
|
+
- Use Task tool with subagent_type="data-engineering::data-engineer"
|
|
95
|
+
- Prompt: "Build data pipelines for: $ARGUMENTS. Design ETL/ELT processes, implement data validation, create analytics events, set up data quality monitoring. Integrate with product analytics platforms for feature usage tracking."
|
|
96
|
+
- Expected output: Data pipelines, analytics events, data quality checks
|
|
97
|
+
- Context: Data requirements, analytics needs, existing data infrastructure
|
|
98
|
+
|
|
99
|
+
## Phase 3: Testing & Quality Assurance
|
|
100
|
+
|
|
101
|
+
7. **Automated Test Suite**
|
|
102
|
+
- Use Task tool with subagent_type="unit-testing::test-automator"
|
|
103
|
+
- Prompt: "Create comprehensive test suite for: $ARGUMENTS. Write unit tests for backend: [from step 4] and frontend: [from step 5]. Add integration tests for API endpoints, E2E tests for critical user journeys, performance tests for scalability validation. Ensure minimum 80% code coverage."
|
|
104
|
+
- Expected output: Test suites with unit, integration, E2E, and performance tests
|
|
105
|
+
- Context: Implementation code, acceptance criteria, test requirements
|
|
106
|
+
|
|
107
|
+
8. **Security Validation**
|
|
108
|
+
- Use Task tool with subagent_type="security-scanning::security-auditor"
|
|
109
|
+
- Prompt: "Perform security testing for: $ARGUMENTS. Review implementation: [include backend and frontend from steps 4-5]. Run OWASP checks, penetration testing, dependency scanning, and compliance validation. Verify data encryption, authentication, and authorization."
|
|
110
|
+
- Expected output: Security test results, vulnerability report, remediation actions
|
|
111
|
+
- Context: Implementation code, security requirements
|
|
112
|
+
|
|
113
|
+
9. **Performance Optimization**
|
|
114
|
+
- Use Task tool with subagent_type="application-performance::performance-engineer"
|
|
115
|
+
- Prompt: "Optimize performance for: $ARGUMENTS. Analyze backend services: [from step 4] and frontend: [from step 5]. Profile code, optimize queries, implement caching, reduce bundle sizes, improve load times. Set up performance budgets and monitoring."
|
|
116
|
+
- Expected output: Performance improvements, optimization report, performance metrics
|
|
117
|
+
- Context: Implementation code, performance requirements
|
|
118
|
+
|
|
119
|
+
## Phase 4: Deployment & Monitoring
|
|
120
|
+
|
|
121
|
+
10. **Deployment Strategy & Pipeline**
|
|
122
|
+
- Use Task tool with subagent_type="deployment-strategies::deployment-engineer"
|
|
123
|
+
- Prompt: "Prepare deployment for: $ARGUMENTS. Create CI/CD pipeline with automated tests: [from step 7]. Configure feature flags for gradual rollout, implement blue-green deployment, set up rollback procedures. Create deployment runbook and rollback plan."
|
|
124
|
+
- Expected output: CI/CD pipeline, deployment configuration, rollback procedures
|
|
125
|
+
- Context: Test suites, infrastructure requirements, deployment strategy
|
|
126
|
+
|
|
127
|
+
11. **Observability & Monitoring**
|
|
128
|
+
- Use Task tool with subagent_type="observability-monitoring::observability-engineer"
|
|
129
|
+
- Prompt: "Set up observability for: $ARGUMENTS. Implement distributed tracing, custom metrics, error tracking, and alerting. Create dashboards for feature usage, performance metrics, error rates, and business KPIs. Set up SLOs/SLIs with automated alerts."
|
|
130
|
+
- Expected output: Monitoring dashboards, alerts, SLO definitions, observability infrastructure
|
|
131
|
+
- Context: Feature implementation, success metrics, operational requirements
|
|
132
|
+
|
|
133
|
+
12. **Documentation & Knowledge Transfer**
|
|
134
|
+
- Use Task tool with subagent_type="documentation-generation::docs-architect"
|
|
135
|
+
- Prompt: "Generate comprehensive documentation for: $ARGUMENTS. Create API documentation, user guides, deployment guides, troubleshooting runbooks. Include architecture diagrams, data flow diagrams, and integration guides. Generate automated changelog from commits."
|
|
136
|
+
- Expected output: API docs, user guides, runbooks, architecture documentation
|
|
137
|
+
- Context: All previous phases' outputs
|
|
138
|
+
|
|
139
|
+
## Execution Parameters
|
|
140
|
+
|
|
141
|
+
### Required Parameters
|
|
142
|
+
|
|
143
|
+
- **--feature**: Feature name and description
|
|
144
|
+
- **--methodology**: Development approach (traditional|tdd|bdd|ddd)
|
|
145
|
+
- **--complexity**: Feature complexity level (simple|medium|complex|epic)
|
|
146
|
+
|
|
147
|
+
### Optional Parameters
|
|
148
|
+
|
|
149
|
+
- **--deployment-strategy**: Deployment approach (direct|canary|feature-flag|blue-green|a-b-test)
|
|
150
|
+
- **--test-coverage-min**: Minimum test coverage threshold (default: 80%)
|
|
151
|
+
- **--performance-budget**: Performance requirements (e.g., <200ms response time)
|
|
152
|
+
- **--rollout-percentage**: Initial rollout percentage for gradual deployment (default: 5%)
|
|
153
|
+
- **--feature-flag-service**: Feature flag provider (launchdarkly|split|unleash|custom)
|
|
154
|
+
- **--analytics-platform**: Analytics integration (segment|amplitude|mixpanel|custom)
|
|
155
|
+
- **--monitoring-stack**: Observability tools (datadog|newrelic|grafana|custom)
|
|
156
|
+
|
|
157
|
+
## Success Criteria
|
|
158
|
+
|
|
159
|
+
- All acceptance criteria from business requirements are met
|
|
160
|
+
- Test coverage exceeds minimum threshold (80% default)
|
|
161
|
+
- Security scan shows no critical vulnerabilities
|
|
162
|
+
- Performance meets defined budgets and SLOs
|
|
163
|
+
- Feature flags configured for controlled rollout
|
|
164
|
+
- Monitoring and alerting fully operational
|
|
165
|
+
- Documentation complete and approved
|
|
166
|
+
- Successful deployment to production with rollback capability
|
|
167
|
+
- Product analytics tracking feature usage
|
|
168
|
+
- A/B test metrics configured (if applicable)
|
|
169
|
+
|
|
170
|
+
## Rollback Strategy
|
|
171
|
+
|
|
172
|
+
If issues arise during or after deployment:
|
|
173
|
+
|
|
174
|
+
1. Immediate feature flag disable (< 1 minute)
|
|
175
|
+
2. Blue-green traffic switch (< 5 minutes)
|
|
176
|
+
3. Full deployment rollback via CI/CD (< 15 minutes)
|
|
177
|
+
4. Database migration rollback if needed (coordinate with data team)
|
|
178
|
+
5. Incident post-mortem and fixes before re-deployment
|
|
179
|
+
|
|
180
|
+
Feature description: $ARGUMENTS
|