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
package/defaults/plugin-seed/marketplaces/claude-code-workflows/plugins/conductor/commands/manage.md
ADDED
|
@@ -0,0 +1,1126 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Manage track lifecycle: archive, restore, delete, rename, and cleanup"
|
|
3
|
+
argument-hint: "[--archive | --restore | --delete | --rename | --list | --cleanup]"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Track Manager
|
|
7
|
+
|
|
8
|
+
Manage the complete track lifecycle including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts.
|
|
9
|
+
|
|
10
|
+
## Pre-flight Checks
|
|
11
|
+
|
|
12
|
+
1. Verify Conductor is initialized:
|
|
13
|
+
- Check `conductor/product.md` exists
|
|
14
|
+
- Check `conductor/tracks.md` exists
|
|
15
|
+
- Check `conductor/tracks/` directory exists
|
|
16
|
+
- If missing: Display error and suggest running `/conductor:setup` first
|
|
17
|
+
|
|
18
|
+
2. Ensure archive directory exists (for archive/restore operations):
|
|
19
|
+
- Check if `conductor/tracks/_archive/` exists
|
|
20
|
+
- Create if needed when performing archive operation
|
|
21
|
+
|
|
22
|
+
## Mode Detection
|
|
23
|
+
|
|
24
|
+
Parse arguments to determine operation mode:
|
|
25
|
+
|
|
26
|
+
| Argument | Mode | Description |
|
|
27
|
+
| ---------------------- | ------------ | ------------------------------------------------------- |
|
|
28
|
+
| `--list [filter]` | List | Show all tracks (optional: active, completed, archived) |
|
|
29
|
+
| `--archive <id>` | Archive | Move completed track to archive |
|
|
30
|
+
| `--archive --bulk` | Bulk Archive | Multi-select completed tracks |
|
|
31
|
+
| `--restore <id>` | Restore | Restore archived track to active |
|
|
32
|
+
| `--delete <id>` | Delete | Permanently remove a track |
|
|
33
|
+
| `--rename <old> <new>` | Rename | Change track ID |
|
|
34
|
+
| `--cleanup` | Cleanup | Detect and fix orphaned artifacts |
|
|
35
|
+
| (none) | Interactive | Menu-driven operation selection |
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Interactive Mode (no argument)
|
|
40
|
+
|
|
41
|
+
When invoked without arguments, display the main menu:
|
|
42
|
+
|
|
43
|
+
### 1. Gather Quick Stats
|
|
44
|
+
|
|
45
|
+
Read `conductor/tracks.md` and scan directories:
|
|
46
|
+
|
|
47
|
+
- Count active tracks (status `[ ]` or `[~]`)
|
|
48
|
+
- Count completed tracks (status `[x]`, not archived)
|
|
49
|
+
- Count archived tracks (in `_archive/` directory)
|
|
50
|
+
|
|
51
|
+
### 2. Display Main Menu
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
================================================================================
|
|
55
|
+
TRACK MANAGER
|
|
56
|
+
================================================================================
|
|
57
|
+
|
|
58
|
+
What would you like to do?
|
|
59
|
+
|
|
60
|
+
1. List all tracks
|
|
61
|
+
2. Archive a completed track
|
|
62
|
+
3. Restore an archived track
|
|
63
|
+
4. Delete a track permanently
|
|
64
|
+
5. Rename a track
|
|
65
|
+
6. Cleanup orphaned artifacts
|
|
66
|
+
7. Exit
|
|
67
|
+
|
|
68
|
+
Quick stats:
|
|
69
|
+
- {N} active tracks
|
|
70
|
+
- {M} completed (ready to archive)
|
|
71
|
+
- {P} archived
|
|
72
|
+
|
|
73
|
+
Select option:
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### 3. Handle Selection
|
|
77
|
+
|
|
78
|
+
- Option 1: Execute List Mode
|
|
79
|
+
- Option 2: Execute Archive Mode (without argument)
|
|
80
|
+
- Option 3: Execute Restore Mode (without argument)
|
|
81
|
+
- Option 4: Execute Delete Mode (without argument)
|
|
82
|
+
- Option 5: Execute Rename Mode (without argument)
|
|
83
|
+
- Option 6: Execute Cleanup Mode
|
|
84
|
+
- Option 7: Exit with "Track management cancelled."
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## List Mode (`--list`)
|
|
89
|
+
|
|
90
|
+
Display comprehensive track overview with optional filtering.
|
|
91
|
+
|
|
92
|
+
### 1. Data Collection
|
|
93
|
+
|
|
94
|
+
**For Active Tracks:**
|
|
95
|
+
|
|
96
|
+
- Read `conductor/tracks.md`
|
|
97
|
+
- For each track with status `[ ]` or `[~]`:
|
|
98
|
+
- Read `conductor/tracks/{trackId}/metadata.json` for type, dates
|
|
99
|
+
- Read `conductor/tracks/{trackId}/plan.md` for task counts
|
|
100
|
+
- Calculate progress percentage
|
|
101
|
+
|
|
102
|
+
**For Completed Tracks:**
|
|
103
|
+
|
|
104
|
+
- Find tracks with status `[x]` not in `_archive/`
|
|
105
|
+
- Read metadata for completion dates
|
|
106
|
+
|
|
107
|
+
**For Archived Tracks:**
|
|
108
|
+
|
|
109
|
+
- Scan `conductor/tracks/_archive/` directory
|
|
110
|
+
- Read each `metadata.json` for archive reason and date
|
|
111
|
+
|
|
112
|
+
### 2. Output Format
|
|
113
|
+
|
|
114
|
+
**Full list (no filter):**
|
|
115
|
+
|
|
116
|
+
```
|
|
117
|
+
================================================================================
|
|
118
|
+
TRACK MANAGER
|
|
119
|
+
================================================================================
|
|
120
|
+
|
|
121
|
+
ACTIVE TRACKS ({count})
|
|
122
|
+
| Status | Track ID | Type | Progress | Updated |
|
|
123
|
+
|--------|-------------------|---------|-------------|------------|
|
|
124
|
+
| [~] | dashboard_20250112| feature | 7/15 (47%) | 2025-01-15 |
|
|
125
|
+
| [ ] | nav-fix_20250114 | bug | 0/4 (0%) | 2025-01-14 |
|
|
126
|
+
|
|
127
|
+
COMPLETED TRACKS ({count})
|
|
128
|
+
| Track ID | Type | Completed | Duration |
|
|
129
|
+
|-------------------|---------|------------|----------|
|
|
130
|
+
| auth_20250110 | feature | 2025-01-12 | 2 days |
|
|
131
|
+
|
|
132
|
+
ARCHIVED TRACKS ({count})
|
|
133
|
+
| Track ID | Type | Reason | Archived |
|
|
134
|
+
|-----------------------|---------|------------|------------|
|
|
135
|
+
| old-feature_20241201 | feature | Superseded | 2025-01-05 |
|
|
136
|
+
|
|
137
|
+
================================================================================
|
|
138
|
+
Commands: /conductor:manage --archive | --restore | --delete | --rename | --cleanup
|
|
139
|
+
================================================================================
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
**Filtered list (`--list active`, `--list completed`, `--list archived`):**
|
|
143
|
+
|
|
144
|
+
Show only the requested section with the same format.
|
|
145
|
+
|
|
146
|
+
### 3. Empty States
|
|
147
|
+
|
|
148
|
+
**No tracks at all:**
|
|
149
|
+
|
|
150
|
+
```
|
|
151
|
+
================================================================================
|
|
152
|
+
TRACK MANAGER
|
|
153
|
+
================================================================================
|
|
154
|
+
|
|
155
|
+
No tracks found.
|
|
156
|
+
|
|
157
|
+
To create your first track: /conductor:new-track
|
|
158
|
+
|
|
159
|
+
================================================================================
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
**No tracks in filter:**
|
|
163
|
+
|
|
164
|
+
```
|
|
165
|
+
================================================================================
|
|
166
|
+
TRACK MANAGER
|
|
167
|
+
================================================================================
|
|
168
|
+
|
|
169
|
+
No {filter} tracks found.
|
|
170
|
+
|
|
171
|
+
================================================================================
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Archive Mode (`--archive`)
|
|
177
|
+
|
|
178
|
+
Move completed tracks to the archive directory.
|
|
179
|
+
|
|
180
|
+
### With Argument (`--archive <track-id>`)
|
|
181
|
+
|
|
182
|
+
#### 1. Validate Track
|
|
183
|
+
|
|
184
|
+
- Check track exists in `conductor/tracks/{track-id}/`
|
|
185
|
+
- If not found, display error with available tracks:
|
|
186
|
+
|
|
187
|
+
```
|
|
188
|
+
ERROR: Track not found: {track-id}
|
|
189
|
+
|
|
190
|
+
Available tracks:
|
|
191
|
+
- auth_20250110 (completed)
|
|
192
|
+
- dashboard_20250112 (in progress)
|
|
193
|
+
|
|
194
|
+
Usage: /conductor:manage --archive <track-id>
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
- Check track is not already archived (not in `_archive/`)
|
|
198
|
+
- If archived:
|
|
199
|
+
|
|
200
|
+
```
|
|
201
|
+
ERROR: Track '{track-id}' is already archived.
|
|
202
|
+
|
|
203
|
+
Archived: {archived_at}
|
|
204
|
+
Reason: {archive_reason}
|
|
205
|
+
Location: conductor/tracks/_archive/{track-id}/
|
|
206
|
+
|
|
207
|
+
To restore: /conductor:manage --restore {track-id}
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
#### 2. Verify Completion Status
|
|
211
|
+
|
|
212
|
+
Read `conductor/tracks/{track-id}/metadata.json` and `plan.md`:
|
|
213
|
+
|
|
214
|
+
- If status is not `completed` or `[x]`:
|
|
215
|
+
|
|
216
|
+
```
|
|
217
|
+
Track '{track-id}' is not marked as complete.
|
|
218
|
+
|
|
219
|
+
Current status: {status}
|
|
220
|
+
Tasks: {completed}/{total} complete
|
|
221
|
+
|
|
222
|
+
Options:
|
|
223
|
+
1. Archive anyway (not recommended)
|
|
224
|
+
2. Cancel and complete the track first
|
|
225
|
+
3. View track status
|
|
226
|
+
|
|
227
|
+
Select option:
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
- If option 1 selected, proceed with warning
|
|
231
|
+
- If option 2 or 3 selected, exit or show status
|
|
232
|
+
|
|
233
|
+
#### 3. Prompt for Archive Reason
|
|
234
|
+
|
|
235
|
+
```
|
|
236
|
+
Why are you archiving this track?
|
|
237
|
+
|
|
238
|
+
1. Completed - Work finished successfully
|
|
239
|
+
2. Superseded - Replaced by another track
|
|
240
|
+
3. Abandoned - No longer needed
|
|
241
|
+
4. Other (specify)
|
|
242
|
+
|
|
243
|
+
Select reason:
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
If "Other" selected, prompt for custom reason.
|
|
247
|
+
|
|
248
|
+
#### 4. Display Confirmation
|
|
249
|
+
|
|
250
|
+
```
|
|
251
|
+
================================================================================
|
|
252
|
+
ARCHIVE CONFIRMATION
|
|
253
|
+
================================================================================
|
|
254
|
+
|
|
255
|
+
Track: {track-id} - {title}
|
|
256
|
+
Type: {type}
|
|
257
|
+
Status: {status}
|
|
258
|
+
Tasks: {completed}/{total} complete
|
|
259
|
+
Reason: {reason}
|
|
260
|
+
|
|
261
|
+
Actions:
|
|
262
|
+
- Move conductor/tracks/{track-id}/ to conductor/tracks/_archive/{track-id}/
|
|
263
|
+
- Update conductor/tracks.md (move to Archived Tracks section)
|
|
264
|
+
- Update metadata.json with archive info
|
|
265
|
+
- Create git commit: chore(conductor): Archive track '{title}'
|
|
266
|
+
|
|
267
|
+
================================================================================
|
|
268
|
+
|
|
269
|
+
Type 'YES' to proceed, or anything else to cancel:
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
**CRITICAL: Require explicit 'YES' confirmation.**
|
|
273
|
+
|
|
274
|
+
#### 5. Execute Archive
|
|
275
|
+
|
|
276
|
+
1. Create `conductor/tracks/_archive/` if not exists:
|
|
277
|
+
|
|
278
|
+
```bash
|
|
279
|
+
mkdir -p conductor/tracks/_archive
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
2. Move track directory:
|
|
283
|
+
|
|
284
|
+
```bash
|
|
285
|
+
mv conductor/tracks/{track-id} conductor/tracks/_archive/
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
3. Update `conductor/tracks/_archive/{track-id}/metadata.json`:
|
|
289
|
+
|
|
290
|
+
```json
|
|
291
|
+
{
|
|
292
|
+
"archived": true,
|
|
293
|
+
"archived_at": "ISO_TIMESTAMP",
|
|
294
|
+
"archive_reason": "{reason}",
|
|
295
|
+
"status": "archived"
|
|
296
|
+
}
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
4. Update `conductor/tracks.md`:
|
|
300
|
+
- Remove entry from Active Tracks or Completed Tracks section
|
|
301
|
+
- Add entry to Archived Tracks section with format:
|
|
302
|
+
|
|
303
|
+
```markdown
|
|
304
|
+
### {track-id}: {title}
|
|
305
|
+
|
|
306
|
+
**Reason:** {reason}
|
|
307
|
+
**Archived:** YYYY-MM-DD
|
|
308
|
+
**Folder:** [./tracks/\_archive/{track-id}/](./tracks/_archive/{track-id}/)
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
5. Git commit:
|
|
312
|
+
```bash
|
|
313
|
+
git add conductor/tracks/_archive/{track-id} conductor/tracks.md
|
|
314
|
+
git commit -m "chore(conductor): Archive track '{title}'"
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
#### 6. Success Output
|
|
318
|
+
|
|
319
|
+
```
|
|
320
|
+
================================================================================
|
|
321
|
+
ARCHIVE COMPLETE
|
|
322
|
+
================================================================================
|
|
323
|
+
|
|
324
|
+
Track archived: {track-id} - {title}
|
|
325
|
+
|
|
326
|
+
Location: conductor/tracks/_archive/{track-id}/
|
|
327
|
+
Reason: {reason}
|
|
328
|
+
Commit: {sha}
|
|
329
|
+
|
|
330
|
+
To restore: /conductor:manage --restore {track-id}
|
|
331
|
+
To list: /conductor:manage --list archived
|
|
332
|
+
|
|
333
|
+
================================================================================
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
### Without Argument (`--archive`)
|
|
337
|
+
|
|
338
|
+
#### 1. Find Archivable Tracks
|
|
339
|
+
|
|
340
|
+
Scan for completed tracks not yet archived:
|
|
341
|
+
|
|
342
|
+
- Status `[x]` in tracks.md
|
|
343
|
+
- Not in `_archive/` directory
|
|
344
|
+
|
|
345
|
+
#### 2. Display Selection Menu
|
|
346
|
+
|
|
347
|
+
```
|
|
348
|
+
================================================================================
|
|
349
|
+
ARCHIVE TRACKS
|
|
350
|
+
================================================================================
|
|
351
|
+
|
|
352
|
+
Completed tracks available for archiving:
|
|
353
|
+
|
|
354
|
+
1. [x] auth_20250110 - User Authentication (completed 2025-01-12)
|
|
355
|
+
2. [x] setup-ci_20250108 - CI Pipeline Setup (completed 2025-01-09)
|
|
356
|
+
|
|
357
|
+
Already archived: {N} tracks
|
|
358
|
+
|
|
359
|
+
--------------------------------------------------------------------------------
|
|
360
|
+
|
|
361
|
+
Options:
|
|
362
|
+
1-{N}. Select a track to archive
|
|
363
|
+
A. Archive all completed tracks
|
|
364
|
+
C. Cancel
|
|
365
|
+
|
|
366
|
+
Select option:
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
- If numeric, proceed with single archive flow
|
|
370
|
+
- If 'A', proceed with bulk archive
|
|
371
|
+
- If 'C', exit
|
|
372
|
+
|
|
373
|
+
#### 3. No Archivable Tracks
|
|
374
|
+
|
|
375
|
+
```
|
|
376
|
+
================================================================================
|
|
377
|
+
ARCHIVE TRACKS
|
|
378
|
+
================================================================================
|
|
379
|
+
|
|
380
|
+
No completed tracks available for archiving.
|
|
381
|
+
|
|
382
|
+
Current tracks:
|
|
383
|
+
- [~] nav-fix_20250114 - In progress
|
|
384
|
+
- [ ] api-v2_20250115 - Pending
|
|
385
|
+
|
|
386
|
+
Already archived: {N} tracks (use --list archived to view)
|
|
387
|
+
|
|
388
|
+
================================================================================
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
### Bulk Archive (`--archive --bulk`)
|
|
392
|
+
|
|
393
|
+
#### 1. Display Multi-Select
|
|
394
|
+
|
|
395
|
+
```
|
|
396
|
+
================================================================================
|
|
397
|
+
BULK ARCHIVE SELECTION
|
|
398
|
+
================================================================================
|
|
399
|
+
|
|
400
|
+
Select tracks to archive (comma-separated numbers, or 'all'):
|
|
401
|
+
|
|
402
|
+
Completed Tracks:
|
|
403
|
+
[ ] 1. auth_20250110 - User Authentication (completed 2025-01-12)
|
|
404
|
+
[ ] 2. setup-ci_20250108 - CI Pipeline Setup (completed 2025-01-09)
|
|
405
|
+
[ ] 3. docs-update_20250105 - Documentation Update (completed 2025-01-06)
|
|
406
|
+
|
|
407
|
+
Enter selection (e.g., "1,3" or "all"):
|
|
408
|
+
```
|
|
409
|
+
|
|
410
|
+
#### 2. Confirm Selection
|
|
411
|
+
|
|
412
|
+
```
|
|
413
|
+
================================================================================
|
|
414
|
+
BULK ARCHIVE CONFIRMATION
|
|
415
|
+
================================================================================
|
|
416
|
+
|
|
417
|
+
Tracks to archive:
|
|
418
|
+
|
|
419
|
+
1. auth_20250110 - User Authentication
|
|
420
|
+
2. setup-ci_20250108 - CI Pipeline Setup
|
|
421
|
+
|
|
422
|
+
Archive reason for all: Completed
|
|
423
|
+
|
|
424
|
+
Actions:
|
|
425
|
+
- Move 2 track directories to conductor/tracks/_archive/
|
|
426
|
+
- Update conductor/tracks.md
|
|
427
|
+
- Create git commit: chore(conductor): Archive 2 completed tracks
|
|
428
|
+
|
|
429
|
+
================================================================================
|
|
430
|
+
|
|
431
|
+
Type 'YES' to proceed, or anything else to cancel:
|
|
432
|
+
```
|
|
433
|
+
|
|
434
|
+
#### 3. Execute Bulk Archive
|
|
435
|
+
|
|
436
|
+
- Archive each track sequentially
|
|
437
|
+
- Single git commit for all:
|
|
438
|
+
```bash
|
|
439
|
+
git add conductor/tracks/_archive/ conductor/tracks.md
|
|
440
|
+
git commit -m "chore(conductor): Archive {N} completed tracks"
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
---
|
|
444
|
+
|
|
445
|
+
## Restore Mode (`--restore`)
|
|
446
|
+
|
|
447
|
+
Restore archived tracks back to active status.
|
|
448
|
+
|
|
449
|
+
### With Argument (`--restore <track-id>`)
|
|
450
|
+
|
|
451
|
+
#### 1. Validate Track
|
|
452
|
+
|
|
453
|
+
- Check track exists in `conductor/tracks/_archive/{track-id}/`
|
|
454
|
+
- If not found:
|
|
455
|
+
|
|
456
|
+
```
|
|
457
|
+
ERROR: Archived track not found: {track-id}
|
|
458
|
+
|
|
459
|
+
Available archived tracks:
|
|
460
|
+
- old-feature_20241201 (archived 2025-01-05)
|
|
461
|
+
|
|
462
|
+
Usage: /conductor:manage --restore <track-id>
|
|
463
|
+
```
|
|
464
|
+
|
|
465
|
+
#### 2. Check for Conflicts
|
|
466
|
+
|
|
467
|
+
- Verify no active track with same ID exists in `conductor/tracks/`
|
|
468
|
+
- If conflict:
|
|
469
|
+
|
|
470
|
+
```
|
|
471
|
+
ERROR: Cannot restore '{track-id}' - a track with this ID already exists.
|
|
472
|
+
|
|
473
|
+
Active track: conductor/tracks/{track-id}/
|
|
474
|
+
|
|
475
|
+
Options:
|
|
476
|
+
1. Delete existing track first
|
|
477
|
+
2. Restore with different ID (will prompt for new ID)
|
|
478
|
+
3. Cancel
|
|
479
|
+
|
|
480
|
+
Select option:
|
|
481
|
+
```
|
|
482
|
+
|
|
483
|
+
#### 3. Display Confirmation
|
|
484
|
+
|
|
485
|
+
```
|
|
486
|
+
================================================================================
|
|
487
|
+
RESTORE CONFIRMATION
|
|
488
|
+
================================================================================
|
|
489
|
+
|
|
490
|
+
Restoring archived track:
|
|
491
|
+
|
|
492
|
+
Track: {track-id} - {title}
|
|
493
|
+
Type: {type}
|
|
494
|
+
Archived: {archived_at}
|
|
495
|
+
Reason: {archive_reason}
|
|
496
|
+
|
|
497
|
+
Actions:
|
|
498
|
+
- Move conductor/tracks/_archive/{track-id}/ to conductor/tracks/{track-id}/
|
|
499
|
+
- Update conductor/tracks.md (move to Completed Tracks section)
|
|
500
|
+
- Update metadata.json
|
|
501
|
+
- Create git commit: chore(conductor): Restore track '{title}'
|
|
502
|
+
|
|
503
|
+
Note: Track will be restored with status 'completed'. Use /conductor:implement
|
|
504
|
+
to resume work if needed.
|
|
505
|
+
|
|
506
|
+
================================================================================
|
|
507
|
+
|
|
508
|
+
Type 'YES' to proceed, or anything else to cancel:
|
|
509
|
+
```
|
|
510
|
+
|
|
511
|
+
#### 4. Execute Restore
|
|
512
|
+
|
|
513
|
+
1. Move track directory:
|
|
514
|
+
|
|
515
|
+
```bash
|
|
516
|
+
mv conductor/tracks/_archive/{track-id} conductor/tracks/
|
|
517
|
+
```
|
|
518
|
+
|
|
519
|
+
2. Update `conductor/tracks/{track-id}/metadata.json`:
|
|
520
|
+
|
|
521
|
+
```json
|
|
522
|
+
{
|
|
523
|
+
"archived": false,
|
|
524
|
+
"restored_at": "ISO_TIMESTAMP",
|
|
525
|
+
"status": "completed"
|
|
526
|
+
}
|
|
527
|
+
```
|
|
528
|
+
|
|
529
|
+
3. Update `conductor/tracks.md`:
|
|
530
|
+
- Remove entry from Archived Tracks section
|
|
531
|
+
- Add entry to Completed Tracks section
|
|
532
|
+
|
|
533
|
+
4. Git commit:
|
|
534
|
+
```bash
|
|
535
|
+
git add conductor/tracks/{track-id} conductor/tracks.md
|
|
536
|
+
git commit -m "chore(conductor): Restore track '{title}'"
|
|
537
|
+
```
|
|
538
|
+
|
|
539
|
+
#### 5. Success Output
|
|
540
|
+
|
|
541
|
+
```
|
|
542
|
+
================================================================================
|
|
543
|
+
RESTORE COMPLETE
|
|
544
|
+
================================================================================
|
|
545
|
+
|
|
546
|
+
Track restored: {track-id} - {title}
|
|
547
|
+
|
|
548
|
+
Location: conductor/tracks/{track-id}/
|
|
549
|
+
Status: completed
|
|
550
|
+
|
|
551
|
+
Next steps:
|
|
552
|
+
- Run /conductor:status {track-id} to see track details
|
|
553
|
+
- Run /conductor:implement {track-id} to resume work (if needed)
|
|
554
|
+
|
|
555
|
+
================================================================================
|
|
556
|
+
```
|
|
557
|
+
|
|
558
|
+
### Without Argument (`--restore`)
|
|
559
|
+
|
|
560
|
+
Display menu of archived tracks for selection:
|
|
561
|
+
|
|
562
|
+
```
|
|
563
|
+
================================================================================
|
|
564
|
+
RESTORE TRACKS
|
|
565
|
+
================================================================================
|
|
566
|
+
|
|
567
|
+
Archived tracks available for restoration:
|
|
568
|
+
|
|
569
|
+
1. old-feature_20241201 - Old Feature (archived 2025-01-05, reason: Superseded)
|
|
570
|
+
2. cleanup-api_20241215 - API Cleanup (archived 2025-01-10, reason: Completed)
|
|
571
|
+
|
|
572
|
+
--------------------------------------------------------------------------------
|
|
573
|
+
|
|
574
|
+
Options:
|
|
575
|
+
1-{N}. Select a track to restore
|
|
576
|
+
C. Cancel
|
|
577
|
+
|
|
578
|
+
Select option:
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
---
|
|
582
|
+
|
|
583
|
+
## Delete Mode (`--delete`)
|
|
584
|
+
|
|
585
|
+
Permanently remove tracks with safety confirmations.
|
|
586
|
+
|
|
587
|
+
### With Argument (`--delete <track-id>`)
|
|
588
|
+
|
|
589
|
+
#### 1. Find Track
|
|
590
|
+
|
|
591
|
+
Search for track in:
|
|
592
|
+
|
|
593
|
+
1. `conductor/tracks/{track-id}/` (active/completed)
|
|
594
|
+
2. `conductor/tracks/_archive/{track-id}/` (archived)
|
|
595
|
+
|
|
596
|
+
If not found:
|
|
597
|
+
|
|
598
|
+
```
|
|
599
|
+
ERROR: Track not found: {track-id}
|
|
600
|
+
|
|
601
|
+
Available tracks:
|
|
602
|
+
Active:
|
|
603
|
+
- dashboard_20250112
|
|
604
|
+
|
|
605
|
+
Archived:
|
|
606
|
+
- old-feature_20241201
|
|
607
|
+
|
|
608
|
+
Usage: /conductor:manage --delete <track-id>
|
|
609
|
+
```
|
|
610
|
+
|
|
611
|
+
#### 2. Check In-Progress Status
|
|
612
|
+
|
|
613
|
+
If track status is `[~]` (in progress):
|
|
614
|
+
|
|
615
|
+
```
|
|
616
|
+
================================================================================
|
|
617
|
+
!! WARNING !!
|
|
618
|
+
================================================================================
|
|
619
|
+
|
|
620
|
+
Track '{track-id}' is currently IN PROGRESS.
|
|
621
|
+
|
|
622
|
+
Current task: Task 2.3 - {description}
|
|
623
|
+
Progress: 7/15 tasks (47%)
|
|
624
|
+
|
|
625
|
+
Deleting an in-progress track may result in lost work.
|
|
626
|
+
|
|
627
|
+
Options:
|
|
628
|
+
1. Delete anyway (use --force to skip this warning)
|
|
629
|
+
2. Archive instead (recommended)
|
|
630
|
+
3. Cancel
|
|
631
|
+
|
|
632
|
+
Select option:
|
|
633
|
+
```
|
|
634
|
+
|
|
635
|
+
Without `--force` flag, require explicit selection.
|
|
636
|
+
|
|
637
|
+
#### 3. Display Full Warning
|
|
638
|
+
|
|
639
|
+
```
|
|
640
|
+
================================================================================
|
|
641
|
+
!! PERMANENT DELETION WARNING !!
|
|
642
|
+
================================================================================
|
|
643
|
+
|
|
644
|
+
Track: {track-id} - {title}
|
|
645
|
+
Type: {type}
|
|
646
|
+
Status: {status}
|
|
647
|
+
Location: conductor/tracks/{track-id}/ (or _archive/)
|
|
648
|
+
Created: {created_date}
|
|
649
|
+
Files: {count} (spec.md, plan.md, metadata.json, index.md)
|
|
650
|
+
Commits: {count} related commits (will NOT be deleted)
|
|
651
|
+
|
|
652
|
+
This action CANNOT be undone. The track directory and all contents
|
|
653
|
+
will be permanently removed.
|
|
654
|
+
|
|
655
|
+
Consider archiving instead: /conductor:manage --archive {track-id}
|
|
656
|
+
|
|
657
|
+
================================================================================
|
|
658
|
+
|
|
659
|
+
Type 'DELETE' to permanently remove, or anything else to cancel:
|
|
660
|
+
```
|
|
661
|
+
|
|
662
|
+
**CRITICAL: Require exact 'DELETE' string, not 'yes' or 'y'.**
|
|
663
|
+
|
|
664
|
+
#### 4. Execute Delete
|
|
665
|
+
|
|
666
|
+
1. Remove track directory:
|
|
667
|
+
|
|
668
|
+
```bash
|
|
669
|
+
rm -rf conductor/tracks/{track-id}
|
|
670
|
+
# or
|
|
671
|
+
rm -rf conductor/tracks/_archive/{track-id}
|
|
672
|
+
```
|
|
673
|
+
|
|
674
|
+
2. Update `conductor/tracks.md`:
|
|
675
|
+
- Remove entry from appropriate section (Active, Completed, or Archived)
|
|
676
|
+
|
|
677
|
+
3. Git commit:
|
|
678
|
+
```bash
|
|
679
|
+
git add conductor/tracks.md
|
|
680
|
+
git commit -m "chore(conductor): Delete track '{title}'"
|
|
681
|
+
```
|
|
682
|
+
|
|
683
|
+
Note: The git commit records the deletion but does not remove historical commits.
|
|
684
|
+
|
|
685
|
+
#### 5. Success Output
|
|
686
|
+
|
|
687
|
+
```
|
|
688
|
+
================================================================================
|
|
689
|
+
DELETE COMPLETE
|
|
690
|
+
================================================================================
|
|
691
|
+
|
|
692
|
+
Track permanently deleted: {track-id} - {title}
|
|
693
|
+
|
|
694
|
+
Note: Git history still contains commits referencing this track.
|
|
695
|
+
The track directory and registry entry have been removed.
|
|
696
|
+
|
|
697
|
+
================================================================================
|
|
698
|
+
```
|
|
699
|
+
|
|
700
|
+
### Without Argument (`--delete`)
|
|
701
|
+
|
|
702
|
+
Display menu of all tracks for selection:
|
|
703
|
+
|
|
704
|
+
```
|
|
705
|
+
================================================================================
|
|
706
|
+
DELETE TRACKS
|
|
707
|
+
================================================================================
|
|
708
|
+
|
|
709
|
+
!! This will PERMANENTLY delete a track !!
|
|
710
|
+
|
|
711
|
+
Select a track to delete:
|
|
712
|
+
|
|
713
|
+
Active/Completed:
|
|
714
|
+
1. [ ] nav-fix_20250114 - Navigation Bug Fix
|
|
715
|
+
2. [x] auth_20250110 - User Authentication
|
|
716
|
+
|
|
717
|
+
Archived:
|
|
718
|
+
3. old-feature_20241201 - Old Feature
|
|
719
|
+
|
|
720
|
+
--------------------------------------------------------------------------------
|
|
721
|
+
|
|
722
|
+
Options:
|
|
723
|
+
1-{N}. Select a track to delete
|
|
724
|
+
C. Cancel
|
|
725
|
+
|
|
726
|
+
Select option:
|
|
727
|
+
```
|
|
728
|
+
|
|
729
|
+
---
|
|
730
|
+
|
|
731
|
+
## Rename Mode (`--rename`)
|
|
732
|
+
|
|
733
|
+
Change track IDs with full reference updates.
|
|
734
|
+
|
|
735
|
+
### With Arguments (`--rename <old-id> <new-id>`)
|
|
736
|
+
|
|
737
|
+
#### 1. Validate Old Track Exists
|
|
738
|
+
|
|
739
|
+
Check track exists in:
|
|
740
|
+
|
|
741
|
+
- `conductor/tracks/{old-id}/`
|
|
742
|
+
- `conductor/tracks/_archive/{old-id}/`
|
|
743
|
+
|
|
744
|
+
If not found:
|
|
745
|
+
|
|
746
|
+
```
|
|
747
|
+
ERROR: Track not found: {old-id}
|
|
748
|
+
|
|
749
|
+
Available tracks:
|
|
750
|
+
- auth_20250110
|
|
751
|
+
- dashboard_20250112
|
|
752
|
+
|
|
753
|
+
Usage: /conductor:manage --rename <old-id> <new-id>
|
|
754
|
+
```
|
|
755
|
+
|
|
756
|
+
#### 2. Validate New ID
|
|
757
|
+
|
|
758
|
+
**Check format** (must match `{shortname}_{YYYYMMDD}`):
|
|
759
|
+
|
|
760
|
+
```
|
|
761
|
+
ERROR: Invalid track ID format: {new-id}
|
|
762
|
+
|
|
763
|
+
Track IDs must follow the pattern: {shortname}_{YYYYMMDD}
|
|
764
|
+
Examples:
|
|
765
|
+
- user-auth_20250115
|
|
766
|
+
- fix-login_20250114
|
|
767
|
+
- api-v2_20250110
|
|
768
|
+
```
|
|
769
|
+
|
|
770
|
+
**Check no conflict:**
|
|
771
|
+
|
|
772
|
+
```
|
|
773
|
+
ERROR: Track '{new-id}' already exists.
|
|
774
|
+
|
|
775
|
+
Choose a different ID or delete the existing track first.
|
|
776
|
+
```
|
|
777
|
+
|
|
778
|
+
#### 3. Display Confirmation
|
|
779
|
+
|
|
780
|
+
```
|
|
781
|
+
================================================================================
|
|
782
|
+
RENAME TRACK
|
|
783
|
+
================================================================================
|
|
784
|
+
|
|
785
|
+
Current: {old-id} - {title}
|
|
786
|
+
New ID: {new-id}
|
|
787
|
+
|
|
788
|
+
Changes:
|
|
789
|
+
- Rename conductor/tracks/{old-id}/ to {new-id}/
|
|
790
|
+
- Update tracks.md entry
|
|
791
|
+
- Update metadata.json id field
|
|
792
|
+
- Update plan.md track ID header
|
|
793
|
+
|
|
794
|
+
Note: Git commit history will retain original track ID references.
|
|
795
|
+
Related commits cannot be renamed.
|
|
796
|
+
|
|
797
|
+
================================================================================
|
|
798
|
+
|
|
799
|
+
Type 'YES' to proceed, or anything else to cancel:
|
|
800
|
+
```
|
|
801
|
+
|
|
802
|
+
#### 4. Execute Rename
|
|
803
|
+
|
|
804
|
+
1. Rename directory:
|
|
805
|
+
|
|
806
|
+
```bash
|
|
807
|
+
mv conductor/tracks/{old-id} conductor/tracks/{new-id}
|
|
808
|
+
# or for archived:
|
|
809
|
+
mv conductor/tracks/_archive/{old-id} conductor/tracks/_archive/{new-id}
|
|
810
|
+
```
|
|
811
|
+
|
|
812
|
+
2. Update `conductor/tracks/{new-id}/metadata.json`:
|
|
813
|
+
|
|
814
|
+
```json
|
|
815
|
+
{
|
|
816
|
+
"id": "{new-id}",
|
|
817
|
+
"previous_ids": ["{old-id}"],
|
|
818
|
+
"renamed_at": "ISO_TIMESTAMP"
|
|
819
|
+
}
|
|
820
|
+
```
|
|
821
|
+
|
|
822
|
+
If `previous_ids` already exists, append the old ID.
|
|
823
|
+
|
|
824
|
+
3. Update `conductor/tracks/{new-id}/plan.md`:
|
|
825
|
+
- Change track ID in header line
|
|
826
|
+
|
|
827
|
+
4. Update `conductor/tracks.md`:
|
|
828
|
+
- Update the track ID in the appropriate section
|
|
829
|
+
- Update folder link path
|
|
830
|
+
|
|
831
|
+
5. Git commit:
|
|
832
|
+
```bash
|
|
833
|
+
git add conductor/tracks/{new-id} conductor/tracks.md
|
|
834
|
+
git commit -m "chore(conductor): Rename track '{old-id}' to '{new-id}'"
|
|
835
|
+
```
|
|
836
|
+
|
|
837
|
+
#### 5. Success Output
|
|
838
|
+
|
|
839
|
+
```
|
|
840
|
+
================================================================================
|
|
841
|
+
RENAME COMPLETE
|
|
842
|
+
================================================================================
|
|
843
|
+
|
|
844
|
+
Track renamed: {old-id} → {new-id}
|
|
845
|
+
|
|
846
|
+
New location: conductor/tracks/{new-id}/
|
|
847
|
+
|
|
848
|
+
Note: Historical git commits still reference '{old-id}'.
|
|
849
|
+
|
|
850
|
+
================================================================================
|
|
851
|
+
```
|
|
852
|
+
|
|
853
|
+
### Without Arguments (`--rename`)
|
|
854
|
+
|
|
855
|
+
Interactive mode:
|
|
856
|
+
|
|
857
|
+
```
|
|
858
|
+
================================================================================
|
|
859
|
+
RENAME TRACK
|
|
860
|
+
================================================================================
|
|
861
|
+
|
|
862
|
+
Select a track to rename:
|
|
863
|
+
|
|
864
|
+
1. auth_20250110 - User Authentication
|
|
865
|
+
2. dashboard_20250112 - Dashboard Feature
|
|
866
|
+
3. nav-fix_20250114 - Navigation Bug Fix
|
|
867
|
+
|
|
868
|
+
--------------------------------------------------------------------------------
|
|
869
|
+
|
|
870
|
+
Options:
|
|
871
|
+
1-{N}. Select a track
|
|
872
|
+
C. Cancel
|
|
873
|
+
|
|
874
|
+
Select option:
|
|
875
|
+
```
|
|
876
|
+
|
|
877
|
+
After selection:
|
|
878
|
+
|
|
879
|
+
```
|
|
880
|
+
Enter new track ID for '{old-id}':
|
|
881
|
+
|
|
882
|
+
Format: {shortname}_{YYYYMMDD}
|
|
883
|
+
Current: {old-id}
|
|
884
|
+
|
|
885
|
+
New ID:
|
|
886
|
+
```
|
|
887
|
+
|
|
888
|
+
---
|
|
889
|
+
|
|
890
|
+
## Cleanup Mode (`--cleanup`)
|
|
891
|
+
|
|
892
|
+
Detect and fix orphaned track artifacts.
|
|
893
|
+
|
|
894
|
+
### 1. Scan for Issues
|
|
895
|
+
|
|
896
|
+
**Directory Orphans:**
|
|
897
|
+
|
|
898
|
+
- Scan `conductor/tracks/` for directories
|
|
899
|
+
- Check each against tracks.md entries
|
|
900
|
+
- Flag directories not in registry
|
|
901
|
+
|
|
902
|
+
**Registry Orphans:**
|
|
903
|
+
|
|
904
|
+
- Parse tracks.md for all track entries
|
|
905
|
+
- Check each has a corresponding directory
|
|
906
|
+
- Flag entries without directories
|
|
907
|
+
|
|
908
|
+
**Incomplete Tracks:**
|
|
909
|
+
|
|
910
|
+
- For each track directory, verify required files exist:
|
|
911
|
+
- `spec.md`
|
|
912
|
+
- `plan.md`
|
|
913
|
+
- `metadata.json`
|
|
914
|
+
- Flag tracks missing required files
|
|
915
|
+
|
|
916
|
+
**Stale In-Progress:**
|
|
917
|
+
|
|
918
|
+
- Find tracks with status `[~]`
|
|
919
|
+
- Check `metadata.json` `updated` timestamp
|
|
920
|
+
- Flag if untouched for > 7 days
|
|
921
|
+
|
|
922
|
+
### 2. Display Results
|
|
923
|
+
|
|
924
|
+
```
|
|
925
|
+
================================================================================
|
|
926
|
+
TRACK CLEANUP
|
|
927
|
+
================================================================================
|
|
928
|
+
|
|
929
|
+
Scanning for issues...
|
|
930
|
+
|
|
931
|
+
ORPHANED DIRECTORIES (not in tracks.md):
|
|
932
|
+
1. conductor/tracks/test-feature_20241201/
|
|
933
|
+
2. conductor/tracks/experiment_20241220/
|
|
934
|
+
|
|
935
|
+
REGISTRY ORPHANS (no matching folder):
|
|
936
|
+
3. broken-track_20250101 (listed in tracks.md)
|
|
937
|
+
|
|
938
|
+
INCOMPLETE TRACKS (missing files):
|
|
939
|
+
4. partial_20250105/ - missing: metadata.json, index.md
|
|
940
|
+
|
|
941
|
+
STALE IN-PROGRESS (untouched >7 days):
|
|
942
|
+
5. old-work_20250101 - last updated: 2025-01-02
|
|
943
|
+
|
|
944
|
+
================================================================================
|
|
945
|
+
|
|
946
|
+
Found {N} issues.
|
|
947
|
+
|
|
948
|
+
Actions:
|
|
949
|
+
1. Add orphaned directories to tracks.md
|
|
950
|
+
2. Remove registry orphans from tracks.md
|
|
951
|
+
3. Create missing files from templates
|
|
952
|
+
4. Archive stale tracks
|
|
953
|
+
A. Fix all issues automatically
|
|
954
|
+
S. Skip and review manually
|
|
955
|
+
C. Cancel
|
|
956
|
+
|
|
957
|
+
Select action:
|
|
958
|
+
```
|
|
959
|
+
|
|
960
|
+
### 3. Handle No Issues
|
|
961
|
+
|
|
962
|
+
```
|
|
963
|
+
================================================================================
|
|
964
|
+
TRACK CLEANUP
|
|
965
|
+
================================================================================
|
|
966
|
+
|
|
967
|
+
Scanning for issues...
|
|
968
|
+
|
|
969
|
+
No issues found.
|
|
970
|
+
|
|
971
|
+
All tracks are properly registered and complete.
|
|
972
|
+
|
|
973
|
+
================================================================================
|
|
974
|
+
```
|
|
975
|
+
|
|
976
|
+
### 4. Execute Fixes
|
|
977
|
+
|
|
978
|
+
**For Directory Orphans (Action 1):**
|
|
979
|
+
|
|
980
|
+
```
|
|
981
|
+
Adding orphaned directories to tracks.md...
|
|
982
|
+
|
|
983
|
+
For each directory:
|
|
984
|
+
- Read metadata.json if exists for track info
|
|
985
|
+
- If no metadata, prompt for track details:
|
|
986
|
+
|
|
987
|
+
Found: conductor/tracks/test-feature_20241201/
|
|
988
|
+
|
|
989
|
+
Enter track title (or 'skip' to ignore):
|
|
990
|
+
Enter track type (feature/bug/chore/refactor):
|
|
991
|
+
|
|
992
|
+
- Add entry to appropriate section in tracks.md
|
|
993
|
+
- Create metadata.json if missing
|
|
994
|
+
```
|
|
995
|
+
|
|
996
|
+
**For Registry Orphans (Action 2):**
|
|
997
|
+
|
|
998
|
+
```
|
|
999
|
+
Removing registry orphans from tracks.md...
|
|
1000
|
+
|
|
1001
|
+
Removed entries:
|
|
1002
|
+
- broken-track_20250101
|
|
1003
|
+
|
|
1004
|
+
Note: No files were deleted, only tracks.md was updated.
|
|
1005
|
+
```
|
|
1006
|
+
|
|
1007
|
+
**For Incomplete Tracks (Action 3):**
|
|
1008
|
+
|
|
1009
|
+
```
|
|
1010
|
+
Creating missing files from templates...
|
|
1011
|
+
|
|
1012
|
+
partial_20250105/:
|
|
1013
|
+
- Created metadata.json from template
|
|
1014
|
+
- Created index.md from template
|
|
1015
|
+
|
|
1016
|
+
Note: You may need to populate these files with actual content.
|
|
1017
|
+
```
|
|
1018
|
+
|
|
1019
|
+
**For Stale In-Progress (Action 4):**
|
|
1020
|
+
|
|
1021
|
+
```
|
|
1022
|
+
Archiving stale tracks...
|
|
1023
|
+
|
|
1024
|
+
old-work_20250101:
|
|
1025
|
+
- Archived with reason: Stale (untouched since 2025-01-02)
|
|
1026
|
+
```
|
|
1027
|
+
|
|
1028
|
+
**For All Issues (Action A):**
|
|
1029
|
+
|
|
1030
|
+
Execute all applicable fixes in sequence, then:
|
|
1031
|
+
|
|
1032
|
+
```bash
|
|
1033
|
+
git add conductor/
|
|
1034
|
+
git commit -m "chore(conductor): Clean up {N} orphaned track artifacts"
|
|
1035
|
+
```
|
|
1036
|
+
|
|
1037
|
+
### 5. Completion Output
|
|
1038
|
+
|
|
1039
|
+
```
|
|
1040
|
+
================================================================================
|
|
1041
|
+
CLEANUP COMPLETE
|
|
1042
|
+
================================================================================
|
|
1043
|
+
|
|
1044
|
+
Fixed {N} issues:
|
|
1045
|
+
- Added {X} orphaned directories to tracks.md
|
|
1046
|
+
- Removed {Y} registry orphans
|
|
1047
|
+
- Created missing files for {Z} incomplete tracks
|
|
1048
|
+
- Archived {W} stale tracks
|
|
1049
|
+
|
|
1050
|
+
Commit: {sha}
|
|
1051
|
+
|
|
1052
|
+
================================================================================
|
|
1053
|
+
```
|
|
1054
|
+
|
|
1055
|
+
---
|
|
1056
|
+
|
|
1057
|
+
## Error Handling
|
|
1058
|
+
|
|
1059
|
+
### Git Operation Failures
|
|
1060
|
+
|
|
1061
|
+
```
|
|
1062
|
+
GIT ERROR: {error message}
|
|
1063
|
+
|
|
1064
|
+
The operation partially completed:
|
|
1065
|
+
- Directory moved: Yes/No
|
|
1066
|
+
- tracks.md updated: Yes/No
|
|
1067
|
+
- Commit created: No
|
|
1068
|
+
|
|
1069
|
+
You may need to manually:
|
|
1070
|
+
1. Complete the git commit
|
|
1071
|
+
2. Restore files from their current locations
|
|
1072
|
+
|
|
1073
|
+
Current state:
|
|
1074
|
+
- Track location: {path}
|
|
1075
|
+
- tracks.md: {status}
|
|
1076
|
+
|
|
1077
|
+
To retry the commit:
|
|
1078
|
+
git add conductor/tracks.md conductor/tracks/{track-id}
|
|
1079
|
+
git commit -m "{intended message}"
|
|
1080
|
+
```
|
|
1081
|
+
|
|
1082
|
+
### File System Errors
|
|
1083
|
+
|
|
1084
|
+
```
|
|
1085
|
+
ERROR: Failed to {operation}: {error}
|
|
1086
|
+
|
|
1087
|
+
Possible causes:
|
|
1088
|
+
- Permission denied
|
|
1089
|
+
- Disk full
|
|
1090
|
+
- File in use
|
|
1091
|
+
|
|
1092
|
+
No changes were made. Please resolve the issue and try again.
|
|
1093
|
+
```
|
|
1094
|
+
|
|
1095
|
+
### Invalid Arguments
|
|
1096
|
+
|
|
1097
|
+
```
|
|
1098
|
+
ERROR: Invalid argument: {argument}
|
|
1099
|
+
|
|
1100
|
+
Usage: /conductor:manage [--archive | --restore | --delete | --rename | --list | --cleanup]
|
|
1101
|
+
|
|
1102
|
+
Examples:
|
|
1103
|
+
/conductor:manage # Interactive mode
|
|
1104
|
+
/conductor:manage --list # List all tracks
|
|
1105
|
+
/conductor:manage --list archived # List archived tracks only
|
|
1106
|
+
/conductor:manage --archive track-id # Archive specific track
|
|
1107
|
+
/conductor:manage --restore track-id # Restore archived track
|
|
1108
|
+
/conductor:manage --delete track-id # Delete track permanently
|
|
1109
|
+
/conductor:manage --rename old new # Rename track ID
|
|
1110
|
+
/conductor:manage --cleanup # Fix orphaned artifacts
|
|
1111
|
+
```
|
|
1112
|
+
|
|
1113
|
+
---
|
|
1114
|
+
|
|
1115
|
+
## Critical Rules
|
|
1116
|
+
|
|
1117
|
+
1. **ALWAYS verify track existence** before any operation
|
|
1118
|
+
2. **REQUIRE explicit confirmation** for destructive operations:
|
|
1119
|
+
- 'YES' for archive, restore, rename
|
|
1120
|
+
- 'DELETE' for permanent deletion
|
|
1121
|
+
3. **HALT on any error** - Do not attempt to continue past failures
|
|
1122
|
+
4. **UPDATE tracks.md** - Keep registry in sync with file system
|
|
1123
|
+
5. **COMMIT changes** - Create git commits for traceability
|
|
1124
|
+
6. **PRESERVE history** - Git commits are never modified or deleted
|
|
1125
|
+
7. **WARN for in-progress** - Extra caution when modifying active work
|
|
1126
|
+
8. **OFFER alternatives** - Suggest archive before delete
|