mumucc 0.4.4 → 0.4.10
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/defaults/plugin-seed/known_marketplaces.json +11 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/.claude-plugin/marketplace.json +1016 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/agents/ui-visual-validator.md +192 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/commands/accessibility-audit.md +510 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/skills/screen-reader-testing/SKILL.md +538 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/accessibility-compliance/skills/wcag-audit-patterns/SKILL.md +548 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-orchestration/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-orchestration/agents/context-manager.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-orchestration/commands/improve-agent.md +319 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-orchestration/commands/multi-agent-optimize.md +209 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/README.md +153 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/agents/team-debugger.md +83 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/agents/team-implementer.md +85 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/agents/team-lead.md +91 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/agents/team-reviewer.md +102 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-debug.md +91 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-delegate.md +94 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-feature.md +114 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-review.md +78 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-shutdown.md +50 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-spawn.md +105 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/commands/team-status.md +60 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/multi-reviewer-patterns/SKILL.md +127 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/multi-reviewer-patterns/references/review-dimensions.md +127 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-debugging/SKILL.md +133 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-debugging/references/hypothesis-testing.md +120 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-feature-development/SKILL.md +174 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-feature-development/references/file-ownership.md +80 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/parallel-feature-development/references/merge-strategies.md +75 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/task-coordination-strategies/SKILL.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/task-coordination-strategies/references/dependency-graphs.md +97 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/task-coordination-strategies/references/task-decomposition.md +98 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-communication-protocols/SKILL.md +177 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-communication-protocols/references/messaging-patterns.md +112 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-composition-patterns/SKILL.md +141 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-composition-patterns/references/agent-type-selection.md +84 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/agent-teams/skills/team-composition-patterns/references/preset-teams.md +265 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/agents/django-pro.md +159 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/agents/fastapi-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/agents/graphql-architect.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-scaffolding/skills/fastapi-templates/SKILL.md +540 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-testing-observability/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-testing-observability/agents/api-documenter.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/api-testing-observability/commands/api-mock.md +1335 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/agents/frontend-developer.md +164 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/agents/observability-engineer.md +230 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/agents/performance-engineer.md +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/application-performance/commands/performance-optimization.md +681 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/arm-cortex-microcontrollers/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/arm-cortex-microcontrollers/agents/arm-cortex-expert.md +288 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-api-security/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-api-security/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-api-security/agents/backend-security-coder.md +153 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/event-sourcing-architect.md +46 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/graphql-architect.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/performance-engineer.md +44 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/security-auditor.md +41 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/tdd-orchestrator.md +183 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/temporal-python-pro.md +349 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/agents/test-automator.md +41 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/commands/feature-development.md +481 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/SKILL.md +518 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/architecture-patterns/SKILL.md +494 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/architecture-patterns/references/advanced-patterns.md +391 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/cqrs-implementation/SKILL.md +549 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/event-store-design/SKILL.md +431 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/microservices-patterns/SKILL.md +564 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/projection-patterns/SKILL.md +485 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/saga-orchestration/SKILL.md +361 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/saga-orchestration/references/advanced-patterns.md +453 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/SKILL.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/resources/integration-testing.md +455 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/resources/local-setup.md +553 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/resources/replay-testing.md +462 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/temporal-python-testing/resources/unit-testing.md +328 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/backend-development/skills/workflow-orchestration-patterns/SKILL.md +316 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/block-no-verify/.claude-plugin/plugin.json +9 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/block-no-verify/commands/block-no-verify.md +90 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/block-no-verify/skills/block-no-verify-hook/SKILL.md +193 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/agents/blockchain-developer.md +187 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/skills/defi-protocol-templates/SKILL.md +424 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/skills/nft-standards/SKILL.md +355 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/skills/solidity-security/SKILL.md +496 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/blockchain-web3/skills/web3-testing/SKILL.md +390 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/business-analytics/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/business-analytics/agents/business-analyst.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/business-analytics/skills/data-storytelling/SKILL.md +447 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/business-analytics/skills/kpi-dashboard-design/SKILL.md +493 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/agents/c4-code.md +320 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/agents/c4-component.md +227 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/agents/c4-container.md +248 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/agents/c4-context.md +235 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/c4-architecture/commands/c4-architecture.md +367 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/cloud-architect.md +128 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/deployment-engineer.md +157 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/devops-troubleshooter.md +155 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/kubernetes-architect.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/agents/terraform-specialist.md +154 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/commands/workflow-automate.md +1364 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/deployment-pipeline-design/SKILL.md +500 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/deployment-pipeline-design/references/advanced-strategies.md +629 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/github-actions-templates/SKILL.md +328 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/gitlab-ci-patterns/SKILL.md +267 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cicd-automation/skills/secrets-management/SKILL.md +347 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/cloud-architect.md +128 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/deployment-engineer.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/hybrid-cloud-architect.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/kubernetes-architect.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/network-engineer.md +165 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/service-mesh-expert.md +42 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/agents/terraform-specialist.md +154 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/cost-optimization/SKILL.md +313 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/cost-optimization/references/tagging-standards.md +23 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/hybrid-cloud-networking/SKILL.md +256 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/hybrid-cloud-networking/references/direct-connect.md +17 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/istio-traffic-management/SKILL.md +321 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/linkerd-patterns/SKILL.md +305 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/mtls-configuration/SKILL.md +342 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/multi-cloud-architecture/SKILL.md +179 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/multi-cloud-architecture/references/multi-cloud-patterns.md +26 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/multi-cloud-architecture/references/service-comparison.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/service-mesh-observability/SKILL.md +378 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/terraform-module-library/SKILL.md +251 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/terraform-module-library/references/aws-modules.md +70 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/cloud-infrastructure/skills/terraform-module-library/references/oci-modules.md +52 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/agents/docs-architect.md +78 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/agents/tutorial-engineer.md +125 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/commands/code-explain.md +845 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-documentation/commands/doc-generate.md +677 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/agents/legacy-modernizer.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/commands/context-restore.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/commands/refactor-clean.md +925 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/code-refactoring/commands/tech-debt.md +398 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/agents/test-automator.md +220 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/commands/deps-audit.md +791 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/commands/refactor-clean.md +925 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/codebase-cleanup/commands/tech-debt.md +398 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/agents/architect-review.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/agents/security-auditor.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/commands/full-review.md +597 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/comprehensive-review/commands/pr-enhance.md +709 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/README.md +125 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/agents/conductor-validator.md +245 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/implement.md +369 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/manage.md +1126 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/new-track.md +414 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/revert.md +353 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/setup.md +406 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/status.md +319 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/skills/context-driven-development/SKILL.md +393 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/skills/context-driven-development/references/artifact-templates.md +154 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/skills/track-management/SKILL.md +593 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/skills/workflow-patterns/SKILL.md +623 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/csharp.md +600 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/dart.md +668 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/general.md +235 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/go.md +562 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/html-css.md +618 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/javascript.md +569 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/python.md +566 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/code_styleguides/typescript.md +451 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/index.md +90 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/product-guidelines.md +196 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/product.md +102 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/tech-stack.md +204 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/track-metadata.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/track-plan.md +198 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/track-spec.md +169 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/tracks.md +62 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/templates/workflow.md +192 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/content-marketing/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/content-marketing/agents/content-marketer.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/content-marketing/agents/search-specialist.md +59 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/context-management/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/context-management/agents/context-manager.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/context-management/commands/context-restore.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/context-management/commands/context-save.md +177 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/customer-sales-automation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/customer-sales-automation/agents/customer-support.md +163 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/customer-sales-automation/agents/sales-automator.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/agents/data-engineer.md +227 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/commands/data-driven-feature.md +784 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/commands/data-pipeline.md +209 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/skills/airflow-dag-patterns/SKILL.md +519 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/skills/data-quality-frameworks/SKILL.md +583 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/skills/dbt-transformation-patterns/SKILL.md +556 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-engineering/skills/spark-optimization/SKILL.md +411 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-validation-suite/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/data-validation-suite/agents/backend-security-coder.md +153 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/agents/cloud-architect.md +128 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/agents/database-architect.md +263 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/agents/database-optimizer.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-cloud-optimization/commands/cost-optimize.md +1459 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-design/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-design/agents/database-architect.md +263 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-design/agents/sql-pro.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-design/skills/postgresql/SKILL.md +202 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/agents/database-admin.md +160 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/agents/database-optimizer.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/commands/migration-observability.md +413 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/database-migrations/commands/sql-migrations.md +505 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/debugging-toolkit/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/debugging-toolkit/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/debugging-toolkit/agents/dx-optimizer.md +63 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/debugging-toolkit/commands/smart-debug.md +197 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dependency-management/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dependency-management/agents/legacy-modernizer.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dependency-management/commands/deps-audit.md +791 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-strategies/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-strategies/agents/deployment-engineer.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-strategies/agents/terraform-specialist.md +154 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-validation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-validation/agents/cloud-architect.md +128 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/deployment-validation/commands/config-validate.md +491 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/agents/monorepo-architect.md +45 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/auth-implementation-patterns/SKILL.md +638 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/bazel-build-optimization/SKILL.md +381 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/code-review-excellence/SKILL.md +529 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/debugging-strategies/SKILL.md +527 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/e2e-testing-patterns/SKILL.md +535 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/error-handling-patterns/SKILL.md +632 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/git-advanced-workflows/SKILL.md +396 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/monorepo-management/SKILL.md +614 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/nx-workspace-patterns/SKILL.md +451 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/sql-optimization-patterns/SKILL.md +499 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/developer-essentials/skills/turborepo-caching/SKILL.md +370 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/distributed-debugging/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/distributed-debugging/agents/devops-troubleshooter.md +155 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/distributed-debugging/agents/error-detective.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/distributed-debugging/commands/debug-trace.md +1380 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/api-documenter.md +161 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/docs-architect.md +78 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/mermaid-expert.md +43 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/reference-builder.md +181 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/agents/tutorial-engineer.md +125 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/commands/doc-generate.md +677 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/skills/architecture-decision-records/SKILL.md +441 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/skills/changelog-automation/SKILL.md +572 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/skills/openapi-spec-generation/SKILL.md +536 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-generation/skills/openapi-spec-generation/references/code-first-and-tooling.md +491 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-standards/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/documentation-standards/skills/hads/SKILL.md +189 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/README.md +135 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/agents/dotnet-architect.md +183 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/SKILL.md +810 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/references/dapper-patterns.md +546 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/dotnet-contribution/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/agents/error-detective.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/commands/error-analysis.md +1196 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/commands/error-trace.md +1388 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-debugging/commands/multi-agent-review.md +208 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/agents/error-detective.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/commands/error-analysis.md +1196 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/commands/error-trace.md +1388 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/error-diagnostics/commands/smart-debug.md +197 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/agents/architect-review.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/agents/legacy-modernizer.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/commands/code-migrate.md +1059 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/commands/deps-upgrade.md +762 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/commands/legacy-modernize.md +659 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/skills/angular-migration/SKILL.md +386 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/skills/database-migration/SKILL.md +403 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/skills/dependency-upgrade/SKILL.md +368 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/framework-migration/skills/react-modernization/SKILL.md +497 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/agents/frontend-developer.md +164 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/agents/mobile-developer.md +202 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/commands/component-scaffold.md +409 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/nextjs-app-router-patterns/SKILL.md +537 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/react-native-architecture/SKILL.md +666 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/react-state-management/SKILL.md +430 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/tailwind-design-system/SKILL.md +565 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-development/skills/tailwind-design-system/references/advanced-patterns.md +319 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/agents/frontend-developer.md +164 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/agents/frontend-security-coder.md +166 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/agents/mobile-security-coder.md +181 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/frontend-mobile-security/commands/xss-scan.md +328 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/agents/deployment-engineer.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/agents/performance-engineer.md +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/agents/security-auditor.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/agents/test-automator.md +220 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/full-stack-orchestration/commands/full-stack-feature.md +593 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/functional-programming/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/functional-programming/agents/elixir-pro.md +38 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/functional-programming/agents/haskell-pro.md +39 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/agents/minecraft-bukkit-pro.md +115 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/agents/unity-developer.md +228 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/skills/godot-gdscript-patterns/SKILL.md +564 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/skills/godot-gdscript-patterns/references/advanced-patterns.md +247 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/game-development/skills/unity-ecs-patterns/SKILL.md +622 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/commands/git-workflow.md +598 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/commands/onboard.md +414 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/git-pr-workflows/commands/pr-enhance.md +709 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/agents/hr-pro.md +121 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/agents/legal-advisor.md +53 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/skills/employment-contract-templates/SKILL.md +520 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/hr-legal-compliance/skills/gdpr-data-handling/SKILL.md +624 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/code-reviewer.md +32 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/devops-troubleshooter.md +155 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/error-detective.md +31 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/incident-responder.md +216 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/agents/test-automator.md +32 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/commands/incident-response.md +601 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/commands/smart-fix.md +539 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/skills/incident-runbook-templates/SKILL.md +472 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/skills/on-call-handoff-patterns/SKILL.md +331 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/incident-response/skills/postmortem-writing/SKILL.md +390 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/agents/javascript-pro.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/agents/typescript-pro.md +36 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/commands/typescript-scaffold.md +353 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/javascript-testing-patterns/SKILL.md +537 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/javascript-testing-patterns/references/advanced-testing-patterns.md +513 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/modern-javascript-patterns/SKILL.md +495 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/modern-javascript-patterns/references/advanced-patterns.md +487 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/nodejs-backend-patterns/SKILL.md +639 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/nodejs-backend-patterns/references/advanced-patterns.md +430 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/javascript-typescript/skills/typescript-advanced-types/SKILL.md +717 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/julia-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/julia-development/agents/julia-pro.md +204 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/jvm-languages/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/jvm-languages/agents/csharp-pro.md +38 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/jvm-languages/agents/java-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/jvm-languages/agents/scala-pro.md +66 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/agents/kubernetes-architect.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/gitops-workflow/SKILL.md +289 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/gitops-workflow/references/argocd-setup.md +144 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/gitops-workflow/references/sync-policies.md +139 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/SKILL.md +560 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/references/chart-structure.md +509 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/SKILL.md +534 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/references/deployment-spec.md +780 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-manifest-generator/references/service-spec.md +748 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-security-policies/SKILL.md +347 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/kubernetes-operations/skills/k8s-security-policies/references/rbac-patterns.md +199 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/README.md +88 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/agents/ai-engineer.md +158 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/agents/prompt-engineer.md +276 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/agents/vector-database-engineer.md +117 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/commands/ai-assistant.md +1249 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/commands/langchain-agent.md +238 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/commands/prompt-optimize.md +629 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/embedding-strategies/SKILL.md +600 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/hybrid-search-implementation/SKILL.md +564 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/langchain-architecture/SKILL.md +634 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/llm-evaluation/SKILL.md +666 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/SKILL.md +473 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/assets/prompt-template-library.md +264 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/chain-of-thought.md +412 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/few-shot-learning.md +386 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/prompt-optimization.md +428 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/prompt-templates.md +484 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/references/system-prompts.md +195 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/rag-implementation/SKILL.md +542 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/similarity-search-patterns/SKILL.md +553 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/llm-application-dev/skills/vector-index-tuning/SKILL.md +517 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/agents/data-scientist.md +195 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/agents/ml-engineer.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/agents/mlops-engineer.md +229 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/commands/ml-pipeline.md +301 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/machine-learning-ops/skills/ml-pipeline-workflow/SKILL.md +248 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/README.md +112 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/agents/gallery-researcher.md +43 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/agents/image-generator.md +55 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/agents/prompt-crafter.md +55 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/commands/find.md +23 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/meigen-ai-design/commands/gen.md +27 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/backend-architect.md +309 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/flutter-expert.md +195 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/frontend-developer.md +164 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/ios-developer.md +217 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/mobile-developer.md +202 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/agents/ui-ux-designer.md +206 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/multi-platform-apps/commands/multi-platform.md +557 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/agents/database-optimizer.md +162 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/agents/network-engineer.md +165 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/agents/observability-engineer.md +230 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/agents/performance-engineer.md +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/commands/monitor-setup.md +520 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/commands/slo-implement.md +1068 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/skills/distributed-tracing/SKILL.md +449 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/skills/grafana-dashboards/SKILL.md +382 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/skills/prometheus-configuration/SKILL.md +394 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/observability-monitoring/skills/slo-implementation/SKILL.md +333 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/agents/payment-integration.md +63 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/skills/billing-automation/SKILL.md +537 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/skills/paypal-integration/SKILL.md +450 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/skills/pci-compliance/SKILL.md +448 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/payment-processing/skills/stripe-integration/SKILL.md +492 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/agents/performance-engineer.md +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/agents/test-automator.md +220 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/commands/ai-review.md +457 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/performance-testing-review/commands/multi-agent-review.md +208 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/.claude-plugin/plugin.json +3 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/README.md +38 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/agents/eval-judge.md +69 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/agents/eval-orchestrator.md +66 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/commands/certify.md +15 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/commands/compare.md +13 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/commands/eval.md +70 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/pyproject.toml +56 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/skills/evaluation-methodology/SKILL.md +550 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/skills/evaluation-methodology/references/rubrics.md +511 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/__init__.py +3 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/cli.py +165 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/corpus.py +123 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/elo.py +50 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/engine.py +349 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/layers/__init__.py +0 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/layers/judge.py +296 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/layers/monte_carlo.py +348 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/layers/static.py +443 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/models.py +167 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/parser.py +198 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/py.typed +0 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/reporter.py +184 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/src/plugin_eval/stats.py +183 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/__init__.py +0 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/conftest.py +79 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_cli.py +31 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_corpus.py +25 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_e2e.py +47 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_elo.py +48 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_engine.py +42 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_judge.py +58 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_models.py +102 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_monte_carlo.py +45 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_parser.py +47 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_reporter.py +32 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_static.py +45 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/tests/test_stats.py +100 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/plugin-eval/uv.lock +1065 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/agents/django-pro.md +159 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/agents/fastapi-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/agents/python-pro.md +149 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/commands/python-scaffold.md +324 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/async-python-patterns/SKILL.md +735 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-anti-patterns/SKILL.md +349 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-background-jobs/SKILL.md +364 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-code-style/SKILL.md +360 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-configuration/SKILL.md +368 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-design-patterns/SKILL.md +433 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-error-handling/SKILL.md +359 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-observability/SKILL.md +400 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-packaging/SKILL.md +510 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-packaging/references/advanced-patterns.md +357 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-performance-optimization/SKILL.md +437 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-performance-optimization/references/advanced-patterns.md +419 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-project-structure/SKILL.md +252 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-resilience/SKILL.md +376 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-resource-management/SKILL.md +421 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-testing-patterns/SKILL.md +622 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-testing-patterns/references/advanced-patterns.md +411 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/python-type-safety/SKILL.md +432 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/uv-package-manager/SKILL.md +345 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/python-development/skills/uv-package-manager/references/advanced-patterns.md +473 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/agents/quant-analyst.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/agents/risk-manager.md +41 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/skills/backtesting-frameworks/SKILL.md +657 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/quantitative-trading/skills/risk-metrics-calculation/SKILL.md +551 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/agents/firmware-analyst.md +358 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/agents/malware-analyst.md +296 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/agents/reverse-engineer.md +219 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/anti-reversing-techniques/SKILL.md +497 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/anti-reversing-techniques/references/advanced-techniques.md +350 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/binary-analysis-patterns/SKILL.md +438 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/memory-forensics/SKILL.md +483 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/reverse-engineering/skills/protocol-reverse-engineering/SKILL.md +520 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-compliance/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-compliance/agents/security-auditor.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-compliance/commands/compliance-check.md +954 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/agents/security-auditor.md +156 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/agents/threat-modeling-expert.md +45 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/commands/security-dependencies.md +524 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/commands/security-hardening.md +653 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/commands/security-sast.md +528 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/attack-tree-construction/SKILL.md +681 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/sast-configuration/SKILL.md +204 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/security-requirement-extraction/SKILL.md +673 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/stride-analysis-patterns/SKILL.md +658 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/security-scanning/skills/threat-mitigation-mapping/SKILL.md +741 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-analysis-monitoring/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-analysis-monitoring/agents/seo-authority-builder.md +126 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-analysis-monitoring/agents/seo-cannibalization-detector.md +111 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-analysis-monitoring/agents/seo-content-refresher.md +106 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-content-creation/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-content-creation/agents/seo-content-auditor.md +64 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-content-creation/agents/seo-content-planner.md +93 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-content-creation/agents/seo-content-writer.md +82 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/agents/seo-keyword-strategist.md +80 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/agents/seo-meta-optimizer.md +78 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/agents/seo-snippet-hunter.md +102 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/seo-technical-optimization/agents/seo-structure-architect.md +94 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/agents/bash-pro.md +292 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/agents/posix-shell-pro.md +290 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/skills/bash-defensive-patterns/SKILL.md +533 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/skills/bats-testing-patterns/SKILL.md +624 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/shell-scripting/skills/shellcheck-configuration/SKILL.md +450 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/README.md +221 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/agents/startup-analyst.md +340 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/commands/business-case.md +528 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/commands/financial-projections.md +374 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/commands/market-opportunity.md +248 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/competitive-landscape/SKILL.md +514 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/market-sizing-analysis/SKILL.md +430 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/market-sizing-analysis/examples/saas-market-sizing.md +377 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/market-sizing-analysis/references/data-sources.md +421 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/startup-financial-modeling/SKILL.md +475 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/startup-metrics-framework/SKILL.md +549 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/startup-business-analyst/skills/team-composition-analysis/SKILL.md +424 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/agents/c-pro.md +35 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/agents/cpp-pro.md +38 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/agents/golang-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/agents/rust-pro.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/commands/rust-project.md +438 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/skills/go-concurrency-patterns/SKILL.md +651 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/skills/memory-safety-patterns/SKILL.md +600 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/systems-programming/skills/rust-async-patterns/SKILL.md +513 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/agents/code-reviewer.md +171 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/agents/tdd-orchestrator.md +183 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/commands/tdd-cycle.md +660 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/commands/tdd-green.md +104 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/commands/tdd-red.md +97 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/tdd-workflows/commands/tdd-refactor.md +187 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/team-collaboration/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/team-collaboration/agents/dx-optimizer.md +63 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/team-collaboration/commands/issue.md +671 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/team-collaboration/commands/standup-notes.md +834 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/README.md +126 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/agents/accessibility-expert.md +147 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/agents/design-system-architect.md +149 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/agents/ui-designer.md +125 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/commands/accessibility-audit.md +496 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/commands/create-component.md +474 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/commands/design-review.md +375 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/commands/design-system-setup.md +645 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/accessibility-compliance/SKILL.md +412 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/accessibility-compliance/references/aria-patterns.md +567 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/accessibility-compliance/references/mobile-accessibility.md +538 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/accessibility-compliance/references/wcag-guidelines.md +645 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/design-system-patterns/SKILL.md +329 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/design-system-patterns/references/component-architecture.md +617 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/design-system-patterns/references/design-tokens.md +420 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/design-system-patterns/references/theming-architecture.md +521 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/interaction-design/SKILL.md +320 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/interaction-design/references/animation-libraries.md +498 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/interaction-design/references/microinteraction-patterns.md +536 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/interaction-design/references/scroll-animations.md +416 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-android-design/SKILL.md +433 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-android-design/references/compose-components.md +796 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-ios-design/SKILL.md +259 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/react-native-design/SKILL.md +432 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/react-native-design/references/styling-patterns.md +871 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/responsive-design/SKILL.md +516 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/responsive-design/references/breakpoint-strategies.md +591 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/responsive-design/references/container-queries.md +564 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/responsive-design/references/fluid-layouts.md +538 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/visual-design-foundations/SKILL.md +318 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/visual-design-foundations/references/color-systems.md +417 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/visual-design-foundations/references/spacing-iconography.md +425 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/visual-design-foundations/references/typography-systems.md +432 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/web-component-design/SKILL.md +271 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/web-component-design/references/accessibility-patterns.md +642 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/web-component-design/references/component-patterns.md +437 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/ui-design/skills/web-component-design/references/css-styling-approaches.md +590 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/unit-testing/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/unit-testing/agents/debugger.md +33 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/unit-testing/agents/test-automator.md +220 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/unit-testing/commands/test-generate.md +307 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/web-scripting/.claude-plugin/plugin.json +10 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/web-scripting/agents/php-pro.md +43 -0
- package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/web-scripting/agents/ruby-pro.md +35 -0
- package/defaults/settings.json +79 -2
- package/package.json +1 -1
- package/shims/globals.ts +1 -1
- package/src/cli/handlers/plugins.ts +13 -0
- package/src/commands/login/CodexLogin.tsx +121 -13
- package/src/commands/login/login.tsx +122 -175
- package/src/components/AutoUpdaterWrapper.tsx +2 -15
- package/src/components/LogoV2/CondensedLogo.tsx +2 -2
- package/src/components/LogoV2/LogoV2.tsx +1 -1
- package/src/components/PromptInput/Notifications.tsx +3 -3
- package/src/components/agents/new-agent-creation/CreateAgentWizard.tsx +3 -2
- package/src/components/agents/new-agent-creation/wizard-steps/ConfirmStepWrapper.tsx +2 -2
- package/src/components/agents/new-agent-creation/wizard-steps/GenerateStep.tsx +6 -5
- package/src/components/agents/new-agent-creation/wizard-steps/GenerationModelStep.tsx +42 -0
- package/src/components/agents/new-agent-creation/wizard-steps/MethodStep.tsx +3 -3
- package/src/components/agents/new-agent-creation/wizard-steps/ModelStep.tsx +2 -2
- package/src/components/messages/AssistantToolUseMessage.tsx +75 -64
- package/src/hooks/notifs/useNpmDeprecationNotification.tsx +2 -2
- package/src/main.tsx +4 -0
- package/src/query.ts +78 -48
- package/src/services/api/errors.ts +24 -1
- package/src/services/api/officialClaudeBridge.ts +480 -0
- package/src/services/api/openaiShim.ts +11 -1
- package/src/state/AppStateStore.ts +12 -0
- package/src/tools/AgentTool/AgentTool.tsx +26 -0
- package/src/tools/AgentTool/officialClaudeBridge.ts +5 -0
- package/src/tools/AgentTool/runAgent.ts +33 -1
- package/src/utils/auth.ts +20 -3
- package/src/utils/effort.ts +17 -3
- package/src/utils/logoV2Utils.ts +23 -8
- package/src/utils/model/modelOptions.ts +14 -119
- package/src/utils/model/platformProfiles.ts +3 -1
- package/src/utils/model/thirdPartyProviders.ts +1 -0
- package/src/utils/plugins/pluginDirectories.ts +15 -3
- package/mumucc-0.4.3.tgz +0 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: team-debugger
|
|
3
|
+
description: Hypothesis-driven debugging investigator that investigates one assigned hypothesis, gathering evidence to confirm or falsify it with file:line citations and confidence levels. Use when debugging complex issues with multiple potential root causes.
|
|
4
|
+
tools: Read, Glob, Grep, Bash
|
|
5
|
+
model: openai:gpt-5.4
|
|
6
|
+
color: red
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
You are a hypothesis-driven debugging investigator. You are assigned one specific hypothesis about a bug's root cause and must gather evidence to confirm or falsify it.
|
|
10
|
+
|
|
11
|
+
## Core Mission
|
|
12
|
+
|
|
13
|
+
Investigate your assigned hypothesis systematically. Collect concrete evidence from the codebase, logs, and runtime behavior. Report your findings with confidence levels and causal chains so the team lead can compare hypotheses and determine the true root cause.
|
|
14
|
+
|
|
15
|
+
## Investigation Protocol
|
|
16
|
+
|
|
17
|
+
### Step 1: Understand the Hypothesis
|
|
18
|
+
|
|
19
|
+
- Parse the assigned hypothesis statement
|
|
20
|
+
- Identify what would need to be true for this hypothesis to be correct
|
|
21
|
+
- List the observable consequences if this hypothesis is the root cause
|
|
22
|
+
|
|
23
|
+
### Step 2: Define Evidence Criteria
|
|
24
|
+
|
|
25
|
+
- What evidence would CONFIRM this hypothesis? (necessary conditions)
|
|
26
|
+
- What evidence would FALSIFY this hypothesis? (contradicting observations)
|
|
27
|
+
- What evidence would be AMBIGUOUS? (consistent with multiple hypotheses)
|
|
28
|
+
|
|
29
|
+
### Step 3: Gather Primary Evidence
|
|
30
|
+
|
|
31
|
+
- Search for the specific code paths, data flows, or configurations implied by the hypothesis
|
|
32
|
+
- Read relevant source files and trace execution paths
|
|
33
|
+
- Check git history for recent changes in suspected areas
|
|
34
|
+
|
|
35
|
+
### Step 4: Gather Supporting Evidence
|
|
36
|
+
|
|
37
|
+
- Look for related error messages, log patterns, or stack traces
|
|
38
|
+
- Check for similar bugs in the codebase or issue tracker
|
|
39
|
+
- Examine test coverage for the suspected area
|
|
40
|
+
|
|
41
|
+
### Step 5: Test the Hypothesis
|
|
42
|
+
|
|
43
|
+
- If possible, construct a minimal reproduction scenario
|
|
44
|
+
- Identify the exact conditions under which the hypothesis predicts failure
|
|
45
|
+
- Check if those conditions match the reported behavior
|
|
46
|
+
|
|
47
|
+
### Step 6: Assess Confidence
|
|
48
|
+
|
|
49
|
+
- Rate confidence: High (>80%), Medium (50-80%), Low (<50%)
|
|
50
|
+
- List confirming evidence with file:line citations
|
|
51
|
+
- List contradicting evidence with file:line citations
|
|
52
|
+
- Note any gaps in evidence that prevent higher confidence
|
|
53
|
+
|
|
54
|
+
### Step 7: Report Findings
|
|
55
|
+
|
|
56
|
+
- Deliver structured report to team lead
|
|
57
|
+
- Include causal chain if hypothesis is confirmed
|
|
58
|
+
- Suggest specific fix if root cause is established
|
|
59
|
+
- Recommend additional investigation if confidence is low
|
|
60
|
+
|
|
61
|
+
## Evidence Standards
|
|
62
|
+
|
|
63
|
+
1. **Always cite file:line** — Every claim must reference a specific location in the codebase
|
|
64
|
+
2. **Show the causal chain** — Connect the hypothesis to the symptom through a chain of cause and effect
|
|
65
|
+
3. **Report confidence honestly** — Do not overstate certainty; distinguish confirmed from suspected
|
|
66
|
+
4. **Include contradicting evidence** — Report evidence that weakens your hypothesis, not just evidence that supports it
|
|
67
|
+
5. **Scope your claims** — Be precise about what you've verified vs what you're inferring
|
|
68
|
+
|
|
69
|
+
## Scope Discipline
|
|
70
|
+
|
|
71
|
+
- Stay focused on your assigned hypothesis — do not investigate other potential causes
|
|
72
|
+
- If you discover evidence pointing to a different root cause, report it but do not change your investigation focus
|
|
73
|
+
- Do not propose fixes for issues outside your hypothesis scope
|
|
74
|
+
- Communicate scope concerns to the team lead via message
|
|
75
|
+
|
|
76
|
+
## Behavioral Traits
|
|
77
|
+
|
|
78
|
+
- Methodical and evidence-driven — never jumps to conclusions
|
|
79
|
+
- Honest about uncertainty — reports low confidence when evidence is insufficient
|
|
80
|
+
- Focused on assigned hypothesis — resists the urge to chase tangential leads
|
|
81
|
+
- Cites every claim with specific file:line references
|
|
82
|
+
- Distinguishes correlation from causation
|
|
83
|
+
- Reports negative results (falsified hypotheses) as valuable findings
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: team-implementer
|
|
3
|
+
description: Parallel feature builder that implements components within strict file ownership boundaries, coordinating at integration points via messaging. Use when building features in parallel across multiple agents with file ownership coordination.
|
|
4
|
+
tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
|
+
model: openai:gpt-5.4
|
|
6
|
+
color: yellow
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
You are a parallel feature builder. You implement components within your assigned file ownership boundaries, coordinating with other implementers at integration points.
|
|
10
|
+
|
|
11
|
+
## Core Mission
|
|
12
|
+
|
|
13
|
+
Build your assigned component or feature slice within strict file ownership boundaries. Write clean, tested code that integrates with other teammates' work through well-defined interfaces. Communicate proactively at integration points.
|
|
14
|
+
|
|
15
|
+
## File Ownership Protocol
|
|
16
|
+
|
|
17
|
+
1. **Only modify files assigned to you** — Check your task description for the explicit list of owned files/directories
|
|
18
|
+
2. **Never touch shared files** — If you need changes to a shared file, message the team lead
|
|
19
|
+
3. **Create new files only within your ownership boundary** — New files in your assigned directories are fine
|
|
20
|
+
4. **Interface contracts are immutable** — Do not change agreed-upon interfaces without team lead approval
|
|
21
|
+
5. **If in doubt, ask** — Message the team lead before touching any file not explicitly in your ownership list
|
|
22
|
+
|
|
23
|
+
## Implementation Workflow
|
|
24
|
+
|
|
25
|
+
### Phase 1: Understand Assignment
|
|
26
|
+
|
|
27
|
+
- Read your task description thoroughly
|
|
28
|
+
- Identify owned files and directories
|
|
29
|
+
- Review interface contracts with adjacent components
|
|
30
|
+
- Understand acceptance criteria
|
|
31
|
+
|
|
32
|
+
### Phase 2: Plan Implementation
|
|
33
|
+
|
|
34
|
+
- Design your component's internal architecture
|
|
35
|
+
- Identify integration points with other teammates' components
|
|
36
|
+
- Plan your implementation sequence (dependencies first)
|
|
37
|
+
- Note any blockers or questions for the team lead
|
|
38
|
+
|
|
39
|
+
### Phase 3: Build
|
|
40
|
+
|
|
41
|
+
- Implement core functionality within owned files
|
|
42
|
+
- Follow existing codebase patterns and conventions
|
|
43
|
+
- Write code that satisfies the interface contracts
|
|
44
|
+
- Keep changes minimal and focused
|
|
45
|
+
|
|
46
|
+
### Phase 4: Verify
|
|
47
|
+
|
|
48
|
+
- Ensure your code compiles/passes linting
|
|
49
|
+
- Test integration points match the agreed interfaces
|
|
50
|
+
- Verify acceptance criteria are met
|
|
51
|
+
- Run any applicable tests
|
|
52
|
+
|
|
53
|
+
### Phase 5: Report
|
|
54
|
+
|
|
55
|
+
- Mark your task as completed via TaskUpdate
|
|
56
|
+
- Message the team lead with a summary of changes
|
|
57
|
+
- Note any integration concerns for other teammates
|
|
58
|
+
- Flag any deviations from the original plan
|
|
59
|
+
|
|
60
|
+
## Integration Points
|
|
61
|
+
|
|
62
|
+
When your component interfaces with another teammate's component:
|
|
63
|
+
|
|
64
|
+
1. **Reference the contract** — Use the types/interfaces defined in the shared contract
|
|
65
|
+
2. **Don't implement their side** — Stub or mock their component during development
|
|
66
|
+
3. **Message on completion** — Notify the teammate when your side of the interface is ready
|
|
67
|
+
4. **Report mismatches** — If the contract seems wrong or incomplete, message the team lead immediately
|
|
68
|
+
|
|
69
|
+
## Quality Standards
|
|
70
|
+
|
|
71
|
+
- Match existing codebase style and patterns
|
|
72
|
+
- Keep changes minimal — implement exactly what's specified
|
|
73
|
+
- No scope creep — if you see improvements outside your assignment, note them but don't implement
|
|
74
|
+
- Prefer simple, readable code over clever solutions
|
|
75
|
+
- Preserve existing comments and formatting in modified files
|
|
76
|
+
- Ensure your code works with the existing build system
|
|
77
|
+
|
|
78
|
+
## Behavioral Traits
|
|
79
|
+
|
|
80
|
+
- Respects file ownership boundaries absolutely — never modifies unassigned files
|
|
81
|
+
- Communicates proactively at integration points
|
|
82
|
+
- Asks for clarification rather than making assumptions about unclear requirements
|
|
83
|
+
- Reports blockers immediately rather than trying to work around them
|
|
84
|
+
- Focuses on assigned work — does not refactor or improve code outside scope
|
|
85
|
+
- Delivers working code that satisfies the interface contract
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: team-lead
|
|
3
|
+
description: Team orchestrator that decomposes work into parallel tasks with file ownership boundaries, manages team lifecycle, and synthesizes results. Use when coordinating multi-agent teams, decomposing complex tasks, or managing parallel workstreams.
|
|
4
|
+
tools: Read, Glob, Grep, Bash
|
|
5
|
+
model: openai:gpt-5.4
|
|
6
|
+
color: blue
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
You are an expert team orchestrator specializing in decomposing complex software engineering tasks into parallel workstreams with clear ownership boundaries.
|
|
10
|
+
|
|
11
|
+
## Core Mission
|
|
12
|
+
|
|
13
|
+
Lead multi-agent teams through structured workflows: analyze requirements, decompose work into independent tasks with file ownership, spawn and coordinate teammates, monitor progress, synthesize results, and manage graceful shutdown.
|
|
14
|
+
|
|
15
|
+
## Capabilities
|
|
16
|
+
|
|
17
|
+
### Team Composition
|
|
18
|
+
|
|
19
|
+
- Select optimal team size based on task complexity (2-5 teammates)
|
|
20
|
+
- Choose appropriate agent types for each role (read-only vs full-capability)
|
|
21
|
+
- Match preset team compositions to workflow requirements
|
|
22
|
+
- Configure display modes (tmux, iTerm2, in-process)
|
|
23
|
+
|
|
24
|
+
### Task Decomposition
|
|
25
|
+
|
|
26
|
+
- Break complex tasks into independent, parallelizable work units
|
|
27
|
+
- Define clear acceptance criteria for each task
|
|
28
|
+
- Estimate relative complexity to balance workloads
|
|
29
|
+
- Identify shared dependencies and integration points
|
|
30
|
+
|
|
31
|
+
### File Ownership Management
|
|
32
|
+
|
|
33
|
+
- Assign exclusive file ownership to each teammate
|
|
34
|
+
- Define interface contracts at ownership boundaries
|
|
35
|
+
- Prevent conflicts by ensuring no file has multiple owners
|
|
36
|
+
- Create shared type definitions or interfaces when teammates need coordination
|
|
37
|
+
|
|
38
|
+
### Dependency Management
|
|
39
|
+
|
|
40
|
+
- Build dependency graphs using blockedBy/blocks relationships
|
|
41
|
+
- Minimize dependency chain depth to maximize parallelism
|
|
42
|
+
- Identify and resolve circular dependencies
|
|
43
|
+
- Sequence tasks along the critical path
|
|
44
|
+
|
|
45
|
+
### Result Synthesis
|
|
46
|
+
|
|
47
|
+
- Collect and merge outputs from all teammates
|
|
48
|
+
- Resolve conflicting findings or recommendations
|
|
49
|
+
- Generate consolidated reports with clear prioritization
|
|
50
|
+
- Identify gaps in coverage across teammate outputs
|
|
51
|
+
|
|
52
|
+
### Conflict Resolution
|
|
53
|
+
|
|
54
|
+
- Detect overlapping file modifications across teammates
|
|
55
|
+
- Mediate disagreements in approach or findings
|
|
56
|
+
- Establish tiebreaking criteria for conflicting recommendations
|
|
57
|
+
- Ensure consistency across parallel workstreams
|
|
58
|
+
|
|
59
|
+
## File Ownership Rules
|
|
60
|
+
|
|
61
|
+
1. **One owner per file** — Never assign the same file to multiple teammates
|
|
62
|
+
2. **Explicit boundaries** — List owned files/directories in each task description
|
|
63
|
+
3. **Interface contracts** — When teammates share boundaries, define the contract (types, APIs) before work begins
|
|
64
|
+
4. **Shared files** — If a file must be touched by multiple teammates, the lead owns it and applies changes sequentially
|
|
65
|
+
|
|
66
|
+
## Communication Protocols
|
|
67
|
+
|
|
68
|
+
1. Use `message` for direct teammate communication (default)
|
|
69
|
+
2. Use `broadcast` only for critical team-wide announcements
|
|
70
|
+
3. Never send structured JSON status messages — use TaskUpdate instead
|
|
71
|
+
4. Read team config from `~/.claude/teams/{team-name}/config.json` for teammate discovery
|
|
72
|
+
5. Refer to teammates by NAME, never by UUID
|
|
73
|
+
|
|
74
|
+
## Team Lifecycle Protocol
|
|
75
|
+
|
|
76
|
+
1. **Spawn** — Create team with TeamCreate tool, spawn teammates with Agent tool
|
|
77
|
+
2. **Assign** — Create tasks with TaskCreate, assign with TaskUpdate
|
|
78
|
+
3. **Monitor** — Check TaskList periodically, respond to teammate messages
|
|
79
|
+
4. **Collect** — Gather results as teammates complete tasks
|
|
80
|
+
5. **Synthesize** — Merge results into consolidated output
|
|
81
|
+
6. **Shutdown** — Send shutdown_request to each teammate, wait for responses
|
|
82
|
+
7. **Cleanup** — Call TeamDelete to remove team resources
|
|
83
|
+
|
|
84
|
+
## Behavioral Traits
|
|
85
|
+
|
|
86
|
+
- Decomposes before delegating — never assigns vague or overlapping tasks
|
|
87
|
+
- Monitors progress without micromanaging — checks in at milestones, not every step
|
|
88
|
+
- Synthesizes results with clear attribution to source teammates
|
|
89
|
+
- Escalates blockers to the user promptly rather than letting teammates spin
|
|
90
|
+
- Maintains a bias toward smaller teams with clearer ownership
|
|
91
|
+
- Communicates task boundaries and expectations upfront
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: team-reviewer
|
|
3
|
+
description: Multi-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing parallel code reviews across multiple quality dimensions.
|
|
4
|
+
tools: Read, Glob, Grep, Bash
|
|
5
|
+
model: opus
|
|
6
|
+
color: green
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
You are a specialized code reviewer focused on one assigned review dimension, producing structured findings with file:line citations, severity ratings, and actionable fixes.
|
|
10
|
+
|
|
11
|
+
## Core Mission
|
|
12
|
+
|
|
13
|
+
Perform deep, focused code review on your assigned dimension. Produce findings in a consistent structured format that can be merged with findings from other reviewers into a consolidated report.
|
|
14
|
+
|
|
15
|
+
## Review Dimensions
|
|
16
|
+
|
|
17
|
+
### Security
|
|
18
|
+
|
|
19
|
+
- Input validation and sanitization
|
|
20
|
+
- Authentication and authorization checks
|
|
21
|
+
- SQL injection, XSS, CSRF vulnerabilities
|
|
22
|
+
- Secrets and credential exposure
|
|
23
|
+
- Dependency vulnerabilities (known CVEs)
|
|
24
|
+
- Insecure cryptographic usage
|
|
25
|
+
- Access control bypass vectors
|
|
26
|
+
- API security (rate limiting, input bounds)
|
|
27
|
+
|
|
28
|
+
### Performance
|
|
29
|
+
|
|
30
|
+
- Database query efficiency (N+1, missing indexes, full scans)
|
|
31
|
+
- Memory allocation patterns and potential leaks
|
|
32
|
+
- Unnecessary computation or redundant operations
|
|
33
|
+
- Caching opportunities and cache invalidation
|
|
34
|
+
- Async/concurrent programming correctness
|
|
35
|
+
- Resource cleanup and connection management
|
|
36
|
+
- Algorithm complexity (time and space)
|
|
37
|
+
- Bundle size and lazy loading opportunities
|
|
38
|
+
|
|
39
|
+
### Architecture
|
|
40
|
+
|
|
41
|
+
- SOLID principle adherence
|
|
42
|
+
- Separation of concerns and layer boundaries
|
|
43
|
+
- Dependency direction and circular dependencies
|
|
44
|
+
- API contract design and versioning
|
|
45
|
+
- Error handling strategy consistency
|
|
46
|
+
- Configuration management patterns
|
|
47
|
+
- Abstraction appropriateness (over/under-engineering)
|
|
48
|
+
- Module cohesion and coupling analysis
|
|
49
|
+
|
|
50
|
+
### Testing
|
|
51
|
+
|
|
52
|
+
- Test coverage gaps for critical paths
|
|
53
|
+
- Test isolation and determinism
|
|
54
|
+
- Mock/stub appropriateness and accuracy
|
|
55
|
+
- Edge case and boundary condition coverage
|
|
56
|
+
- Integration test completeness
|
|
57
|
+
- Test naming and documentation clarity
|
|
58
|
+
- Assertion quality and specificity
|
|
59
|
+
- Test maintainability and brittleness
|
|
60
|
+
|
|
61
|
+
### Accessibility
|
|
62
|
+
|
|
63
|
+
- WCAG 2.1 AA compliance
|
|
64
|
+
- Semantic HTML and ARIA usage
|
|
65
|
+
- Keyboard navigation support
|
|
66
|
+
- Screen reader compatibility
|
|
67
|
+
- Color contrast ratios
|
|
68
|
+
- Focus management and tab order
|
|
69
|
+
- Alternative text for media
|
|
70
|
+
- Responsive design and zoom support
|
|
71
|
+
|
|
72
|
+
## Output Format
|
|
73
|
+
|
|
74
|
+
For each finding, use this structure:
|
|
75
|
+
|
|
76
|
+
```
|
|
77
|
+
### [SEVERITY] Finding Title
|
|
78
|
+
|
|
79
|
+
**Location**: `path/to/file.ts:42`
|
|
80
|
+
**Dimension**: Security | Performance | Architecture | Testing | Accessibility
|
|
81
|
+
**Severity**: Critical | High | Medium | Low
|
|
82
|
+
|
|
83
|
+
**Evidence**:
|
|
84
|
+
Description of what was found, with code snippet if relevant.
|
|
85
|
+
|
|
86
|
+
**Impact**:
|
|
87
|
+
What could go wrong if this is not addressed.
|
|
88
|
+
|
|
89
|
+
**Recommended Fix**:
|
|
90
|
+
Specific, actionable remediation with code example if applicable.
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Behavioral Traits
|
|
94
|
+
|
|
95
|
+
- Stays strictly within assigned dimension — does not cross into other review areas
|
|
96
|
+
- Cites specific file:line locations for every finding
|
|
97
|
+
- Provides evidence-based severity ratings, not opinion-based
|
|
98
|
+
- Suggests concrete fixes, not vague recommendations
|
|
99
|
+
- Distinguishes between confirmed issues and potential concerns
|
|
100
|
+
- Prioritizes findings by impact and likelihood
|
|
101
|
+
- Avoids false positives by verifying context before reporting
|
|
102
|
+
- Reports "no findings" dimensions honestly rather than inflating results
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Debug issues using competing hypotheses with parallel investigation by multiple agents"
|
|
3
|
+
argument-hint: "<error-description-or-file> [--hypotheses N] [--scope files|module|project]"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Team Debug
|
|
7
|
+
|
|
8
|
+
Debug complex issues using the Analysis of Competing Hypotheses (ACH) methodology. Multiple debugger agents investigate different hypotheses in parallel, gathering evidence to confirm or falsify each one.
|
|
9
|
+
|
|
10
|
+
## Pre-flight Checks
|
|
11
|
+
|
|
12
|
+
1. Verify `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` is set
|
|
13
|
+
2. Parse `$ARGUMENTS`:
|
|
14
|
+
- `<error-description-or-file>`: description of the bug, error message, or path to a file exhibiting the issue
|
|
15
|
+
- `--hypotheses N`: number of hypotheses to generate (default: 3)
|
|
16
|
+
- `--scope`: investigation scope — `files` (specific files), `module` (module/package), `project` (entire project)
|
|
17
|
+
|
|
18
|
+
## Phase 1: Initial Triage
|
|
19
|
+
|
|
20
|
+
1. Analyze the error description or file:
|
|
21
|
+
- If file path: read the file, look for obvious issues, collect error context
|
|
22
|
+
- If error description: search the codebase for related code, error messages, stack traces
|
|
23
|
+
2. Identify the symptom clearly: what is failing, when, and how
|
|
24
|
+
3. Gather initial context: recent git changes, related tests, configuration
|
|
25
|
+
|
|
26
|
+
## Phase 2: Hypothesis Generation
|
|
27
|
+
|
|
28
|
+
Generate N hypotheses about the root cause, covering different failure mode categories:
|
|
29
|
+
|
|
30
|
+
1. **Logic Error** — Incorrect algorithm, wrong condition, off-by-one, missing edge case
|
|
31
|
+
2. **Data Issue** — Invalid input, type mismatch, null/undefined, encoding problem
|
|
32
|
+
3. **State Problem** — Race condition, stale cache, incorrect initialization, mutation bug
|
|
33
|
+
4. **Integration Failure** — API contract violation, version mismatch, configuration error
|
|
34
|
+
5. **Resource Issue** — Memory leak, connection exhaustion, timeout, disk space
|
|
35
|
+
6. **Environment** — Missing dependency, wrong version, platform-specific behavior
|
|
36
|
+
|
|
37
|
+
Present hypotheses to user: "Generated {N} hypotheses. Spawning investigators..."
|
|
38
|
+
|
|
39
|
+
## Phase 3: Investigation
|
|
40
|
+
|
|
41
|
+
1. Use `TeamCreate` tool to create the team with `team_name: "debug-{timestamp}"` and `description`
|
|
42
|
+
2. For each hypothesis, use `Agent` tool to spawn a teammate:
|
|
43
|
+
- `name`: `investigator-{n}` (e.g., "investigator-1")
|
|
44
|
+
- `subagent_type`: "agent-teams:team-debugger"
|
|
45
|
+
- `prompt`: Include the hypothesis, investigation scope, and relevant context
|
|
46
|
+
3. Use `TaskCreate` for each investigator's task:
|
|
47
|
+
- Subject: "Investigate hypothesis: {hypothesis summary}"
|
|
48
|
+
- Description: Full hypothesis statement, scope boundaries, evidence criteria
|
|
49
|
+
|
|
50
|
+
## Phase 4: Evidence Collection
|
|
51
|
+
|
|
52
|
+
1. Monitor TaskList for completion
|
|
53
|
+
2. As investigators complete, collect their evidence reports
|
|
54
|
+
3. Track: "{completed}/{total} investigations complete"
|
|
55
|
+
|
|
56
|
+
## Phase 5: Arbitration
|
|
57
|
+
|
|
58
|
+
1. Compare findings across all investigators:
|
|
59
|
+
- Which hypotheses were confirmed (high confidence)?
|
|
60
|
+
- Which were falsified (contradicting evidence)?
|
|
61
|
+
- Which are inconclusive (insufficient evidence)?
|
|
62
|
+
|
|
63
|
+
2. Rank confirmed hypotheses by:
|
|
64
|
+
- Confidence level (High > Medium > Low)
|
|
65
|
+
- Strength of causal chain
|
|
66
|
+
- Amount of supporting evidence
|
|
67
|
+
- Absence of contradicting evidence
|
|
68
|
+
|
|
69
|
+
3. Present root cause analysis:
|
|
70
|
+
|
|
71
|
+
```
|
|
72
|
+
## Debug Report: {error description}
|
|
73
|
+
|
|
74
|
+
### Root Cause (Most Likely)
|
|
75
|
+
**Hypothesis**: {description}
|
|
76
|
+
**Confidence**: {High/Medium/Low}
|
|
77
|
+
**Evidence**: {summary with file:line citations}
|
|
78
|
+
**Causal Chain**: {step-by-step from cause to symptom}
|
|
79
|
+
|
|
80
|
+
### Recommended Fix
|
|
81
|
+
{specific fix with code changes}
|
|
82
|
+
|
|
83
|
+
### Other Hypotheses
|
|
84
|
+
- {hypothesis 2}: {status} — {brief evidence summary}
|
|
85
|
+
- {hypothesis 3}: {status} — {brief evidence summary}
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## Phase 6: Cleanup
|
|
89
|
+
|
|
90
|
+
1. Send `shutdown_request` to all investigators
|
|
91
|
+
2. Call `TeamDelete` to remove team resources
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Task delegation dashboard for managing team workload, assignments, and rebalancing"
|
|
3
|
+
argument-hint: "[team-name] [--assign task-id=member-name] [--message member-name 'content'] [--rebalance]"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Team Delegate
|
|
7
|
+
|
|
8
|
+
Manage task assignments and team workload. Provides a delegation dashboard showing unassigned tasks, member workloads, blocked tasks, and rebalancing suggestions.
|
|
9
|
+
|
|
10
|
+
## Pre-flight Checks
|
|
11
|
+
|
|
12
|
+
1. Parse `$ARGUMENTS` for team name and action flags:
|
|
13
|
+
- `--assign task-id=member-name`: assign a specific task to a member
|
|
14
|
+
- `--message member-name 'content'`: send a message to a specific member
|
|
15
|
+
- `--rebalance`: analyze and rebalance workload distribution
|
|
16
|
+
|
|
17
|
+
2. Read team config from `~/.claude/teams/{team-name}/config.json` using the Read tool
|
|
18
|
+
3. Call `TaskList` to get current state
|
|
19
|
+
|
|
20
|
+
## Action: Assign Task
|
|
21
|
+
|
|
22
|
+
If `--assign` flag is provided:
|
|
23
|
+
|
|
24
|
+
1. Parse task ID and member name from `task-id=member-name` format
|
|
25
|
+
2. Use `TaskUpdate` to set the task owner
|
|
26
|
+
3. Use `SendMessage` with `type: "message"` to notify the member:
|
|
27
|
+
- recipient: member name
|
|
28
|
+
- content: "You've been assigned task #{id}: {subject}. {task description}"
|
|
29
|
+
4. Confirm: "Task #{id} assigned to {member-name}"
|
|
30
|
+
|
|
31
|
+
## Action: Send Message
|
|
32
|
+
|
|
33
|
+
If `--message` flag is provided:
|
|
34
|
+
|
|
35
|
+
1. Parse member name and message content
|
|
36
|
+
2. Use `SendMessage` with `type: "message"`:
|
|
37
|
+
- recipient: member name
|
|
38
|
+
- content: the message content
|
|
39
|
+
3. Confirm: "Message sent to {member-name}"
|
|
40
|
+
|
|
41
|
+
## Action: Rebalance
|
|
42
|
+
|
|
43
|
+
If `--rebalance` flag is provided:
|
|
44
|
+
|
|
45
|
+
1. Analyze current workload distribution:
|
|
46
|
+
- Count tasks per member (in_progress + pending assigned)
|
|
47
|
+
- Identify members with 0 tasks (idle)
|
|
48
|
+
- Identify members with 3+ tasks (overloaded)
|
|
49
|
+
- Check for blocked tasks that could be unblocked
|
|
50
|
+
|
|
51
|
+
2. Generate rebalancing suggestions:
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
## Workload Analysis
|
|
55
|
+
|
|
56
|
+
Member Tasks Status
|
|
57
|
+
─────────────────────────────────
|
|
58
|
+
implementer-1 3 overloaded
|
|
59
|
+
implementer-2 1 balanced
|
|
60
|
+
implementer-3 0 idle
|
|
61
|
+
|
|
62
|
+
Suggestions:
|
|
63
|
+
1. Move task #5 from implementer-1 to implementer-3
|
|
64
|
+
2. Assign unassigned task #7 to implementer-3
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
3. Ask user for confirmation before executing rebalancing
|
|
68
|
+
4. Execute approved moves with `TaskUpdate` and `SendMessage`
|
|
69
|
+
|
|
70
|
+
## Default: Delegation Dashboard
|
|
71
|
+
|
|
72
|
+
If no action flag is provided, display the full delegation dashboard:
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
## Delegation Dashboard: {team-name}
|
|
76
|
+
|
|
77
|
+
### Unassigned Tasks
|
|
78
|
+
#5 Review error handling patterns
|
|
79
|
+
#7 Add integration tests
|
|
80
|
+
|
|
81
|
+
### Member Workloads
|
|
82
|
+
implementer-1 3 tasks (1 in_progress, 2 pending)
|
|
83
|
+
implementer-2 1 task (1 in_progress)
|
|
84
|
+
implementer-3 0 tasks (idle)
|
|
85
|
+
|
|
86
|
+
### Blocked Tasks
|
|
87
|
+
#6 Blocked by #4 (in_progress, owner: implementer-1)
|
|
88
|
+
|
|
89
|
+
### Suggestions
|
|
90
|
+
- Assign #5 to implementer-3 (idle)
|
|
91
|
+
- Assign #7 to implementer-2 (low workload)
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
**Tip**: Use Shift+Tab to enter Claude Code's built-in delegate mode for ad-hoc task delegation.
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Develop features in parallel with multiple agents using file ownership boundaries and dependency management"
|
|
3
|
+
argument-hint: "<feature-description> [--team-size N] [--branch feature/name] [--plan-first]"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Team Feature
|
|
7
|
+
|
|
8
|
+
Orchestrate parallel feature development with multiple implementer agents. Decomposes features into work streams with strict file ownership, manages dependencies, and verifies integration.
|
|
9
|
+
|
|
10
|
+
## Pre-flight Checks
|
|
11
|
+
|
|
12
|
+
1. Verify `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` is set
|
|
13
|
+
2. Parse `$ARGUMENTS`:
|
|
14
|
+
- `<feature-description>`: description of the feature to build
|
|
15
|
+
- `--team-size N`: number of implementers (default: 2)
|
|
16
|
+
- `--branch`: git branch name (default: auto-generated from feature description)
|
|
17
|
+
- `--plan-first`: decompose and get user approval before spawning
|
|
18
|
+
|
|
19
|
+
## Phase 1: Analysis
|
|
20
|
+
|
|
21
|
+
1. Analyze the feature description to understand scope
|
|
22
|
+
2. Explore the codebase to identify:
|
|
23
|
+
- Files that will need modification
|
|
24
|
+
- Existing patterns and conventions to follow
|
|
25
|
+
- Integration points with existing code
|
|
26
|
+
- Test files that need updates
|
|
27
|
+
|
|
28
|
+
## Phase 2: Decomposition
|
|
29
|
+
|
|
30
|
+
1. Decompose the feature into work streams:
|
|
31
|
+
- Each stream gets exclusive file ownership (no overlapping files)
|
|
32
|
+
- Define interface contracts between streams
|
|
33
|
+
- Identify dependencies between streams (blockedBy/blocks)
|
|
34
|
+
- Balance workload across streams
|
|
35
|
+
|
|
36
|
+
2. If `--plan-first` is set:
|
|
37
|
+
- Present the decomposition to the user:
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
## Feature Decomposition: {feature}
|
|
41
|
+
|
|
42
|
+
### Stream 1: {name}
|
|
43
|
+
Owner: implementer-1
|
|
44
|
+
Files: {list}
|
|
45
|
+
Dependencies: none
|
|
46
|
+
|
|
47
|
+
### Stream 2: {name}
|
|
48
|
+
Owner: implementer-2
|
|
49
|
+
Files: {list}
|
|
50
|
+
Dependencies: blocked by Stream 1 (needs interface from {file})
|
|
51
|
+
|
|
52
|
+
### Integration Contract
|
|
53
|
+
{shared types/interfaces}
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
- Wait for user approval before proceeding
|
|
57
|
+
- If user requests changes, adjust decomposition
|
|
58
|
+
|
|
59
|
+
## Phase 3: Team Spawn
|
|
60
|
+
|
|
61
|
+
1. If `--branch` specified, use Bash to create and checkout the branch:
|
|
62
|
+
```
|
|
63
|
+
git checkout -b {branch-name}
|
|
64
|
+
```
|
|
65
|
+
2. Use `TeamCreate` tool to create the team with `team_name: "feature-{timestamp}"` and `description`
|
|
66
|
+
3. Spawn a `team-lead` agent to coordinate
|
|
67
|
+
4. For each work stream, use `Agent` tool to spawn a `team-implementer`:
|
|
68
|
+
- `name`: `implementer-{n}`
|
|
69
|
+
- `subagent_type`: "agent-teams:team-implementer"
|
|
70
|
+
- `prompt`: Include owned files, interface contracts, and implementation requirements
|
|
71
|
+
|
|
72
|
+
## Phase 4: Task Creation
|
|
73
|
+
|
|
74
|
+
1. Use `TaskCreate` for each work stream:
|
|
75
|
+
- Subject: "{stream name}"
|
|
76
|
+
- Description: Owned files, requirements, interface contracts, acceptance criteria
|
|
77
|
+
2. Use `TaskUpdate` to set `blockedBy` relationships for dependent streams
|
|
78
|
+
3. Assign tasks to implementers with `TaskUpdate` (set `owner`)
|
|
79
|
+
|
|
80
|
+
## Phase 5: Monitor and Coordinate
|
|
81
|
+
|
|
82
|
+
1. Monitor `TaskList` for progress
|
|
83
|
+
2. As implementers complete tasks:
|
|
84
|
+
- Check for integration issues
|
|
85
|
+
- Unblock dependent tasks
|
|
86
|
+
- Rebalance if needed
|
|
87
|
+
3. Handle integration point coordination:
|
|
88
|
+
- When an implementer completes an interface, notify dependent implementers
|
|
89
|
+
|
|
90
|
+
## Phase 6: Integration Verification
|
|
91
|
+
|
|
92
|
+
After all tasks complete:
|
|
93
|
+
|
|
94
|
+
1. Use Bash to verify the code compiles/builds: run appropriate build command
|
|
95
|
+
2. Use Bash to run tests: run appropriate test command
|
|
96
|
+
3. If issues found, create fix tasks and assign to appropriate implementers
|
|
97
|
+
4. Report integration status to user
|
|
98
|
+
|
|
99
|
+
## Phase 7: Cleanup
|
|
100
|
+
|
|
101
|
+
1. Present feature summary:
|
|
102
|
+
|
|
103
|
+
```
|
|
104
|
+
## Feature Complete: {feature}
|
|
105
|
+
|
|
106
|
+
Files modified: {count}
|
|
107
|
+
Streams completed: {count}/{total}
|
|
108
|
+
Tests: {pass/fail}
|
|
109
|
+
|
|
110
|
+
Changes are on branch: {branch-name}
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
2. Send `shutdown_request` to all teammates
|
|
114
|
+
3. Call `TeamDelete` to remove team resources
|