claudecode-omc 5.6.4 → 5.6.6
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/.local/commands/code-review.md +416 -0
- package/.local/commands/pr.md +250 -0
- package/.local/commands/prp-pr.md +244 -0
- package/.local/guidelines/CLAUDE.md +47 -0
- package/.local/skills/prompt-optimizer/SKILL.md +23 -4
- package/bundled/manifest.json +4 -4
- package/bundled/upstream/anthropic-skills/skills/algorithmic-art/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/brand-guidelines/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/canvas-design/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +120 -58
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +9 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +336 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/go/managed-agents/README.md +561 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +2 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/java/managed-agents/README.md +442 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +10 -10
- package/bundled/upstream/anthropic-skills/skills/claude-api/php/managed-agents/README.md +435 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +16 -16
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +3 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +3 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +7 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/tool-use.md +19 -19
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +332 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +4 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/managed-agents/README.md +389 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/agent-design.md +101 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +11 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +60 -48
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +372 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-client-patterns.md +209 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +220 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +211 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-events.md +195 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-memory.md +197 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-multiagent.md +99 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +114 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-outcomes.md +106 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +67 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +315 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-webhooks.md +110 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +779 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +16 -14
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +45 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +28 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +15 -15
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/batches.md +2 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/files-api.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +5 -5
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/tool-use.md +15 -15
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +359 -0
- package/bundled/upstream/anthropic-skills/skills/internal-comms/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/mcp-builder/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/skill-creator/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/slack-gif-creator/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/theme-factory/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/web-artifacts-builder/LICENSE.txt +1 -1
- package/bundled/upstream/anthropic-skills/skills/webapp-testing/LICENSE.txt +1 -1
- package/bundled/upstream/ecc/.omc-source/bundle.json +2 -3
- package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +4 -4
- package/bundled/upstream/ecc/agents/a11y-architect.md +10 -2
- package/bundled/upstream/ecc/agents/architect.md +9 -0
- package/bundled/upstream/ecc/agents/build-error-resolver.md +9 -0
- package/bundled/upstream/ecc/agents/chief-of-staff.md +9 -0
- package/bundled/upstream/ecc/agents/code-architect.md +9 -0
- package/bundled/upstream/ecc/agents/code-explorer.md +10 -1
- package/bundled/upstream/ecc/agents/code-reviewer.md +87 -1
- package/bundled/upstream/ecc/agents/code-simplifier.md +9 -0
- package/bundled/upstream/ecc/agents/comment-analyzer.md +10 -1
- package/bundled/upstream/ecc/agents/conversation-analyzer.md +9 -0
- package/bundled/upstream/ecc/agents/cpp-build-resolver.md +9 -0
- package/bundled/upstream/ecc/agents/cpp-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/csharp-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/dart-build-resolver.md +9 -0
- package/bundled/upstream/ecc/agents/database-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/django-build-resolver.md +252 -0
- package/bundled/upstream/ecc/agents/django-reviewer.md +169 -0
- package/bundled/upstream/ecc/agents/doc-updater.md +9 -0
- package/bundled/upstream/ecc/agents/docs-lookup.md +9 -0
- package/bundled/upstream/ecc/agents/e2e-runner.md +9 -0
- package/bundled/upstream/ecc/agents/fastapi-reviewer.md +79 -0
- package/bundled/upstream/ecc/agents/flutter-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/fsharp-reviewer.md +109 -0
- package/bundled/upstream/ecc/agents/gan-evaluator.md +9 -0
- package/bundled/upstream/ecc/agents/gan-generator.md +9 -0
- package/bundled/upstream/ecc/agents/gan-planner.md +9 -0
- package/bundled/upstream/ecc/agents/go-build-resolver.md +9 -0
- package/bundled/upstream/ecc/agents/go-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/harmonyos-app-resolver.md +182 -0
- package/bundled/upstream/ecc/agents/harness-optimizer.md +9 -0
- package/bundled/upstream/ecc/agents/healthcare-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/homelab-architect.md +107 -0
- package/bundled/upstream/ecc/agents/java-build-resolver.md +133 -11
- package/bundled/upstream/ecc/agents/java-reviewer.md +130 -32
- package/bundled/upstream/ecc/agents/kotlin-build-resolver.md +9 -0
- package/bundled/upstream/ecc/agents/kotlin-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/loop-operator.md +9 -0
- package/bundled/upstream/ecc/agents/mle-reviewer.md +162 -0
- package/bundled/upstream/ecc/agents/network-architect.md +106 -0
- package/bundled/upstream/ecc/agents/network-config-reviewer.md +106 -0
- package/bundled/upstream/ecc/agents/network-troubleshooter.md +128 -0
- package/bundled/upstream/ecc/agents/opensource-forker.md +9 -0
- package/bundled/upstream/ecc/agents/opensource-packager.md +9 -0
- package/bundled/upstream/ecc/agents/opensource-sanitizer.md +9 -0
- package/bundled/upstream/ecc/agents/performance-optimizer.md +9 -0
- package/bundled/upstream/ecc/agents/planner.md +9 -0
- package/bundled/upstream/ecc/agents/pr-test-analyzer.md +9 -0
- package/bundled/upstream/ecc/agents/python-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/pytorch-build-resolver.md +12 -3
- package/bundled/upstream/ecc/agents/refactor-cleaner.md +9 -0
- package/bundled/upstream/ecc/agents/rust-build-resolver.md +9 -0
- package/bundled/upstream/ecc/agents/rust-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/security-reviewer.md +9 -0
- package/bundled/upstream/ecc/agents/seo-specialist.md +10 -1
- package/bundled/upstream/ecc/agents/silent-failure-hunter.md +9 -0
- package/bundled/upstream/ecc/agents/swift-build-resolver.md +170 -0
- package/bundled/upstream/ecc/agents/swift-reviewer.md +116 -0
- package/bundled/upstream/ecc/agents/tdd-guide.md +9 -0
- package/bundled/upstream/ecc/agents/type-design-analyzer.md +10 -1
- package/bundled/upstream/ecc/agents/typescript-reviewer.md +9 -0
- package/bundled/upstream/ecc/commands/auto-update.md +28 -0
- package/bundled/upstream/ecc/commands/build-fix.md +4 -0
- package/bundled/upstream/ecc/commands/checkpoint.md +4 -0
- package/bundled/upstream/ecc/commands/code-review.md +3 -3
- package/bundled/upstream/ecc/commands/cost-report.md +107 -0
- package/bundled/upstream/ecc/commands/cpp-build.md +1 -1
- package/bundled/upstream/ecc/commands/cpp-test.md +1 -1
- package/bundled/upstream/ecc/commands/ecc-guide.md +93 -0
- package/bundled/upstream/ecc/commands/fastapi-review.md +39 -0
- package/bundled/upstream/ecc/commands/flutter-build.md +1 -1
- package/bundled/upstream/ecc/commands/flutter-test.md +1 -1
- package/bundled/upstream/ecc/commands/gan-build.md +4 -0
- package/bundled/upstream/ecc/commands/gan-design.md +4 -0
- package/bundled/upstream/ecc/commands/go-build.md +1 -1
- package/bundled/upstream/ecc/commands/go-test.md +1 -1
- package/bundled/upstream/ecc/commands/harness-audit.md +4 -0
- package/bundled/upstream/ecc/commands/jira.md +2 -2
- package/bundled/upstream/ecc/commands/kotlin-build.md +1 -1
- package/bundled/upstream/ecc/commands/kotlin-test.md +1 -1
- package/bundled/upstream/ecc/commands/learn.md +4 -0
- package/bundled/upstream/ecc/commands/loop-start.md +4 -0
- package/bundled/upstream/ecc/commands/loop-status.md +54 -1
- package/bundled/upstream/ecc/commands/model-route.md +4 -0
- package/bundled/upstream/ecc/commands/multi-backend.md +4 -0
- package/bundled/upstream/ecc/commands/multi-execute.md +4 -0
- package/bundled/upstream/ecc/commands/multi-frontend.md +4 -0
- package/bundled/upstream/ecc/commands/multi-plan.md +4 -0
- package/bundled/upstream/ecc/commands/multi-workflow.md +4 -0
- package/bundled/upstream/ecc/commands/plan-prd.md +160 -0
- package/bundled/upstream/ecc/commands/plan.md +96 -13
- package/bundled/upstream/ecc/commands/pm2.md +4 -0
- package/bundled/upstream/ecc/commands/pr.md +184 -0
- package/bundled/upstream/ecc/commands/project-init.md +86 -0
- package/bundled/upstream/ecc/commands/python-review.md +1 -1
- package/bundled/upstream/ecc/commands/quality-gate.md +4 -0
- package/bundled/upstream/ecc/commands/refactor-clean.md +4 -0
- package/bundled/upstream/ecc/commands/rust-build.md +1 -1
- package/bundled/upstream/ecc/commands/rust-test.md +1 -1
- package/bundled/upstream/ecc/commands/security-scan.md +92 -0
- package/bundled/upstream/ecc/commands/sessions.md +6 -6
- package/bundled/upstream/ecc/commands/skill-health.md +3 -3
- package/bundled/upstream/ecc/commands/test-coverage.md +4 -0
- package/bundled/upstream/ecc/commands/update-codemaps.md +4 -0
- package/bundled/upstream/ecc/commands/update-docs.md +4 -0
- package/bundled/upstream/ecc/skills/accessibility/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/agent-architecture-audit/SKILL.md +256 -0
- package/bundled/upstream/ecc/skills/agent-payment-x402/SKILL.md +49 -3
- package/bundled/upstream/ecc/skills/agentic-os/SKILL.md +387 -0
- package/bundled/upstream/ecc/skills/angular-developer/SKILL.md +154 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/angular-animations.md +160 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/angular-aria.md +410 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/cli.md +86 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/component-harnesses.md +59 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/component-styling.md +91 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/components.md +117 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/creating-services.md +97 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/data-resolvers.md +69 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/define-routes.md +67 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/defining-providers.md +72 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/di-fundamentals.md +120 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/e2e-testing.md +56 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/effects.md +83 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/hierarchical-injectors.md +43 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/host-elements.md +80 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/injection-context.md +63 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/inputs.md +101 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/linked-signal.md +59 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/loading-strategies.md +61 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/mcp.md +108 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/navigate-to-routes.md +69 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/outputs.md +86 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/reactive-forms.md +122 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/rendering-strategies.md +44 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/resource.md +77 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/route-animations.md +56 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/route-guards.md +52 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/router-lifecycle.md +45 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/router-testing.md +87 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/show-routes-with-outlets.md +68 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/signal-forms.md +795 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/signals-overview.md +94 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/tailwind-css.md +69 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/template-driven-forms.md +114 -0
- package/bundled/upstream/ecc/skills/angular-developer/references/testing-fundamentals.md +65 -0
- package/bundled/upstream/ecc/skills/autonomous-agent-harness/SKILL.md +6 -0
- package/bundled/upstream/ecc/skills/backend-patterns/SKILL.md +8 -45
- package/bundled/upstream/ecc/skills/cisco-ios-patterns/SKILL.md +163 -0
- package/bundled/upstream/ecc/skills/configure-ecc/SKILL.md +31 -14
- package/bundled/upstream/ecc/skills/continuous-learning/SKILL.md +10 -2
- package/bundled/upstream/ecc/skills/continuous-learning-v2/SKILL.md +19 -5
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +44 -4
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer.md +4 -4
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/start-observer.sh +5 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +21 -5
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/detect-project.sh +58 -13
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +97 -4
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/migrate-homunculus.sh +62 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +34 -0
- package/bundled/upstream/ecc/skills/cost-tracking/SKILL.md +147 -0
- package/bundled/upstream/ecc/skills/deep-research/SKILL.md +4 -0
- package/bundled/upstream/ecc/skills/defi-amm-security/SKILL.md +6 -0
- package/bundled/upstream/ecc/skills/django-celery/SKILL.md +457 -0
- package/bundled/upstream/ecc/skills/ecc-guide/SKILL.md +189 -0
- package/bundled/upstream/ecc/skills/error-handling/SKILL.md +376 -0
- package/bundled/upstream/ecc/skills/exa-search/SKILL.md +4 -0
- package/bundled/upstream/ecc/skills/fal-ai-media/SKILL.md +4 -0
- package/bundled/upstream/ecc/skills/fastapi-patterns/SKILL.md +327 -0
- package/bundled/upstream/ecc/skills/flox-environments/SKILL.md +496 -0
- package/bundled/upstream/ecc/skills/frontend-design-direction/SKILL.md +92 -0
- package/bundled/upstream/ecc/skills/frontend-slides/animation-patterns.md +122 -0
- package/bundled/upstream/ecc/skills/frontend-slides/html-template.md +419 -0
- package/bundled/upstream/ecc/skills/frontend-slides/scripts/export-pdf.sh +418 -0
- package/bundled/upstream/ecc/skills/frontend-slides/scripts/extract-pptx.py +96 -0
- package/bundled/upstream/ecc/skills/frontend-slides/viewport-base.css +153 -0
- package/bundled/upstream/ecc/skills/fsharp-testing/SKILL.md +280 -0
- package/bundled/upstream/ecc/skills/gateguard/SKILL.md +4 -0
- package/bundled/upstream/ecc/skills/hermes-imports/SKILL.md +88 -0
- package/bundled/upstream/ecc/skills/homelab-network-readiness/SKILL.md +169 -0
- package/bundled/upstream/ecc/skills/homelab-network-setup/SKILL.md +129 -0
- package/bundled/upstream/ecc/skills/homelab-pihole-dns/SKILL.md +274 -0
- package/bundled/upstream/ecc/skills/homelab-vlan-segmentation/SKILL.md +311 -0
- package/bundled/upstream/ecc/skills/homelab-wireguard-vpn/SKILL.md +305 -0
- package/bundled/upstream/ecc/skills/ios-icon-gen/SKILL.md +157 -0
- package/bundled/upstream/ecc/skills/ios-icon-gen/scripts/generate_icons.swift +258 -0
- package/bundled/upstream/ecc/skills/ios-icon-gen/scripts/iconify_gen.sh +235 -0
- package/bundled/upstream/ecc/skills/java-coding-standards/SKILL.md +241 -5
- package/bundled/upstream/ecc/skills/make-interfaces-feel-better/SKILL.md +151 -0
- package/bundled/upstream/ecc/skills/mle-workflow/SKILL.md +346 -0
- package/bundled/upstream/ecc/skills/motion-advanced/SKILL.md +596 -0
- package/bundled/upstream/ecc/skills/motion-foundations/SKILL.md +299 -0
- package/bundled/upstream/ecc/skills/motion-patterns/SKILL.md +435 -0
- package/bundled/upstream/ecc/skills/motion-ui/SKILL.md +575 -0
- package/bundled/upstream/ecc/skills/mysql-patterns/SKILL.md +412 -0
- package/bundled/upstream/ecc/skills/netmiko-ssh-automation/SKILL.md +173 -0
- package/bundled/upstream/ecc/skills/network-bgp-diagnostics/SKILL.md +167 -0
- package/bundled/upstream/ecc/skills/network-config-validation/SKILL.md +210 -0
- package/bundled/upstream/ecc/skills/network-interface-health/SKILL.md +152 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/SKILL.md +1 -9
- package/bundled/upstream/ecc/skills/plan-orchestrate/SKILL.md +262 -0
- package/bundled/upstream/ecc/skills/prisma-patterns/SKILL.md +371 -0
- package/bundled/upstream/ecc/skills/production-audit/SKILL.md +206 -0
- package/bundled/upstream/ecc/skills/prompt-optimizer/SKILL.md +24 -400
- package/bundled/upstream/ecc/skills/quarkus-patterns/SKILL.md +722 -0
- package/bundled/upstream/ecc/skills/quarkus-security/SKILL.md +467 -0
- package/bundled/upstream/ecc/skills/quarkus-tdd/SKILL.md +811 -0
- package/bundled/upstream/ecc/skills/quarkus-verification/SKILL.md +479 -0
- package/bundled/upstream/ecc/skills/redis-patterns/SKILL.md +403 -0
- package/bundled/upstream/ecc/skills/scientific-db-pubmed-database/SKILL.md +175 -0
- package/bundled/upstream/ecc/skills/scientific-db-uspto-database/SKILL.md +177 -0
- package/bundled/upstream/ecc/skills/scientific-pkg-gget/SKILL.md +166 -0
- package/bundled/upstream/ecc/skills/scientific-thinking-literature-review/SKILL.md +192 -0
- package/bundled/upstream/ecc/skills/scientific-thinking-scholar-evaluation/SKILL.md +160 -0
- package/bundled/upstream/ecc/skills/search-first/SKILL.md +23 -2
- package/bundled/upstream/ecc/skills/security-review/SKILL.md +10 -2
- package/bundled/upstream/ecc/skills/skill-comply/scripts/runner.py +28 -3
- package/bundled/upstream/ecc/skills/skill-comply/tests/test_runner.py +172 -0
- package/bundled/upstream/ecc/skills/skill-scout/SKILL.md +140 -0
- package/bundled/upstream/ecc/skills/skill-stocktake/SKILL.md +1 -0
- package/bundled/upstream/ecc/skills/strategic-compact/SKILL.md +2 -2
- package/bundled/upstream/ecc/skills/tinystruct-patterns/SKILL.md +203 -0
- package/bundled/upstream/ecc/skills/tinystruct-patterns/references/architecture.md +90 -0
- package/bundled/upstream/ecc/skills/tinystruct-patterns/references/data-handling.md +60 -0
- package/bundled/upstream/ecc/skills/tinystruct-patterns/references/database.md +99 -0
- package/bundled/upstream/ecc/skills/tinystruct-patterns/references/routing.md +64 -0
- package/bundled/upstream/ecc/skills/tinystruct-patterns/references/system-usage.md +97 -0
- package/bundled/upstream/ecc/skills/tinystruct-patterns/references/testing.md +72 -0
- package/bundled/upstream/ecc/skills/ui-to-vue/SKILL.md +134 -0
- package/bundled/upstream/ecc/skills/vite-patterns/SKILL.md +449 -0
- package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +788 -0
- package/bundled/upstream/ecc/skills/x-api/SKILL.md +4 -0
- package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +20 -0
- package/bundled/upstream/oh-my-claudecode/agents/analyst.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/architect.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/code-reviewer.md +26 -7
- package/bundled/upstream/oh-my-claudecode/agents/critic.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/debugger.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/designer.md +14 -1
- package/bundled/upstream/oh-my-claudecode/agents/document-specialist.md +1 -1
- package/bundled/upstream/oh-my-claudecode/agents/executor.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/explore.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/git-master.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/planner.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/qa-tester.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/scientist.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/security-reviewer.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/test-engineer.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/tracer.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/verifier.md +2 -1
- package/bundled/upstream/oh-my-claudecode/agents/writer.md +2 -1
- package/bundled/upstream/oh-my-claudecode/skills/AGENTS.md +4 -3
- package/bundled/upstream/oh-my-claudecode/skills/ai-slop-cleaner/SKILL.md +12 -0
- package/bundled/upstream/oh-my-claudecode/skills/deep-dive/SKILL.md +69 -13
- package/bundled/upstream/oh-my-claudecode/skills/deep-interview/SKILL.md +176 -63
- package/bundled/upstream/oh-my-claudecode/skills/learner/SKILL.md +3 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-doctor/SKILL.md +22 -3
- package/bundled/upstream/oh-my-claudecode/skills/omc-reference/SKILL.md +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/01-install-claude-md.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +45 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +46 -5
- package/bundled/upstream/oh-my-claudecode/skills/plan/SKILL.md +19 -17
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/config.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/parse.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/azure-devops.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/bitbucket.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/gitea.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/github.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/gitlab.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/interface.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/jira.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/session.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/tmux.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/worktree.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/psm.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/tests/test-psm-prompt-injection.sh +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/ralph/SKILL.md +8 -8
- package/bundled/upstream/oh-my-claudecode/skills/ralplan/SKILL.md +9 -5
- package/bundled/upstream/oh-my-claudecode/skills/skill/SKILL.md +6 -6
- package/bundled/upstream/oh-my-claudecode/skills/skillify/SKILL.md +19 -3
- package/bundled/upstream/oh-my-claudecode/skills/trace/SKILL.md +3 -1
- package/bundled/upstream/oh-my-claudecode/skills/ultrawork/SKILL.md +20 -7
- package/bundled/upstream/superpowers/.omc-source/bundle.json +21 -0
- package/bundled/upstream/superpowers/hooks/hooks-cursor.json +1 -1
- package/bundled/upstream/superpowers/skills/executing-plans/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/finishing-a-development-branch/SKILL.md +93 -42
- package/bundled/upstream/superpowers/skills/requesting-code-review/SKILL.md +7 -9
- package/bundled/upstream/superpowers/skills/requesting-code-review/code-reviewer.md +107 -85
- package/bundled/upstream/superpowers/skills/subagent-driven-development/SKILL.md +3 -1
- package/bundled/upstream/superpowers/skills/subagent-driven-development/code-quality-reviewer-prompt.md +2 -3
- package/bundled/upstream/superpowers/skills/systematic-debugging/CREATION-LOG.md +1 -1
- package/bundled/upstream/superpowers/skills/systematic-debugging/root-cause-tracing.md +1 -1
- package/bundled/upstream/superpowers/skills/using-git-worktrees/SKILL.md +95 -98
- package/bundled/upstream/superpowers/skills/using-superpowers/references/codex-tools.md +7 -48
- package/bundled/upstream/superpowers/skills/using-superpowers/references/copilot-tools.md +1 -11
- package/bundled/upstream/superpowers/skills/using-superpowers/references/gemini-tools.md +21 -3
- package/bundled/upstream/superpowers/skills/writing-plans/SKILL.md +1 -1
- package/package.json +1 -1
- package/src/cli/index.js +1 -0
- package/src/cli/setup.js +9 -0
- package/src/cli/skill-index.js +209 -0
- package/src/cli/skill.js +4 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/agent-sdk/README.md +0 -355
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/agent-sdk/patterns.md +0 -359
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/agent-sdk/README.md +0 -297
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/agent-sdk/patterns.md +0 -209
- package/bundled/upstream/ecc/commands/agent-sort.md +0 -23
- package/bundled/upstream/ecc/commands/claw.md +0 -23
- package/bundled/upstream/ecc/commands/context-budget.md +0 -23
- package/bundled/upstream/ecc/commands/devfleet.md +0 -23
- package/bundled/upstream/ecc/commands/docs.md +0 -23
- package/bundled/upstream/ecc/commands/e2e.md +0 -268
- package/bundled/upstream/ecc/commands/eval.md +0 -23
- package/bundled/upstream/ecc/commands/orchestrate.md +0 -135
- package/bundled/upstream/ecc/commands/prompt-optimize.md +0 -23
- package/bundled/upstream/ecc/commands/rules-distill.md +0 -20
- package/bundled/upstream/ecc/commands/tdd.md +0 -231
- package/bundled/upstream/ecc/commands/verify.md +0 -23
- package/bundled/upstream/ecc/skills/claude-api/SKILL.md +0 -337
- package/bundled/upstream/ecc/skills/frontend-design/SKILL.md +0 -145
- package/bundled/upstream/superpowers/agents/code-reviewer.md +0 -48
- package/bundled/upstream/superpowers/commands/brainstorm.md +0 -5
- package/bundled/upstream/superpowers/commands/execute-plan.md +0 -5
- package/bundled/upstream/superpowers/commands/write-plan.md +0 -5
|
@@ -6,7 +6,7 @@ level: 4
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
<Purpose>
|
|
9
|
-
Ultrawork is a parallel execution engine
|
|
9
|
+
Ultrawork is a parallel execution engine and execution protocol for independent work. It emphasizes intent grounding, parallel context gathering, dependency-aware task graphs for non-trivial work, and concise evidence-backed execution summaries. It is a component, not a standalone persistence mode -- it provides parallelism and routing guidance, but not persistence, verification loops, or long-lived state management.
|
|
10
10
|
</Purpose>
|
|
11
11
|
|
|
12
12
|
<Use_When>
|
|
@@ -33,21 +33,34 @@ Sequential task execution wastes time when tasks are independent. Ultrawork enab
|
|
|
33
33
|
- Read `docs/shared/agent-tiers.md` before first delegation for agent selection guidance
|
|
34
34
|
- Use `run_in_background: true` for operations over ~30 seconds (installs, builds, tests)
|
|
35
35
|
- Run quick commands (git status, file reads, simple checks) in the foreground
|
|
36
|
+
- Resolve intent and uncertainty before implementation; explore first, ask only when still blocked
|
|
37
|
+
- For non-trivial tasks, produce a dependency-aware plan with parallel waves before execution
|
|
38
|
+
- Keep delegated-task reports concise: short summary, files touched, verification status, blockers
|
|
39
|
+
- Manual QA is required for implemented behavior, not just diagnostics
|
|
36
40
|
</Execution_Policy>
|
|
37
41
|
|
|
38
42
|
<Steps>
|
|
39
43
|
1. **Read agent reference**: Load `docs/shared/agent-tiers.md` for tier selection
|
|
40
|
-
2. **
|
|
41
|
-
3. **
|
|
44
|
+
2. **Ground intent first**: Confirm whether the request is implementation, investigation, evaluation, or research; do not code before that is clear
|
|
45
|
+
3. **Gather context in parallel**:
|
|
46
|
+
- direct tools for quick reads/searches
|
|
47
|
+
- exploration/docs agents for broad context
|
|
48
|
+
4. **Classify tasks by independence**: Identify which tasks can run in parallel vs which have dependencies
|
|
49
|
+
5. **Create a task graph for non-trivial work**:
|
|
50
|
+
- Parallel Execution Waves
|
|
51
|
+
- Dependency Matrix
|
|
52
|
+
- acceptance criteria and verification steps per task
|
|
53
|
+
6. **Route to correct tiers**:
|
|
42
54
|
- Simple lookups/definitions: LOW tier (Haiku)
|
|
43
55
|
- Standard implementation: MEDIUM tier (Sonnet)
|
|
44
56
|
- Complex analysis/refactoring: HIGH tier (Opus)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
57
|
+
7. **Fire independent tasks simultaneously**: Launch all parallel-safe tasks at once
|
|
58
|
+
8. **Run dependent tasks sequentially**: Wait for prerequisites before launching dependent work
|
|
59
|
+
9. **Background long operations**: Builds, installs, and test suites use `run_in_background: true`
|
|
60
|
+
10. **Verify when all tasks complete** (lightweight):
|
|
49
61
|
- Build/typecheck passes
|
|
50
62
|
- Affected tests pass
|
|
63
|
+
- Manual QA completed for implemented behavior
|
|
51
64
|
- No new errors introduced
|
|
52
65
|
</Steps>
|
|
53
66
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"syncedAt": "2026-05-15T05:55:34.311Z",
|
|
3
|
+
"sourceName": "superpowers",
|
|
4
|
+
"remote": "https://github.com/obra/superpowers.git",
|
|
5
|
+
"ref": "main",
|
|
6
|
+
"kind": "content-repo",
|
|
7
|
+
"harnesses": [
|
|
8
|
+
"claude"
|
|
9
|
+
],
|
|
10
|
+
"artifacts": [
|
|
11
|
+
"skills",
|
|
12
|
+
"agents",
|
|
13
|
+
"hooks",
|
|
14
|
+
"commands"
|
|
15
|
+
],
|
|
16
|
+
"manifests": [],
|
|
17
|
+
"profiles": [
|
|
18
|
+
"claude-runtime",
|
|
19
|
+
"reference-only"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -65,6 +65,6 @@ After all tasks complete and verified:
|
|
|
65
65
|
## Integration
|
|
66
66
|
|
|
67
67
|
**Required workflow skills:**
|
|
68
|
-
- **superpowers:using-git-worktrees** -
|
|
68
|
+
- **superpowers:using-git-worktrees** - Ensures isolated workspace (creates one or verifies existing)
|
|
69
69
|
- **superpowers:writing-plans** - Creates the plan this skill executes
|
|
70
70
|
- **superpowers:finishing-a-development-branch** - Complete development after all tasks
|
|
@@ -9,7 +9,7 @@ description: Use when implementation is complete, all tests pass, and you need t
|
|
|
9
9
|
|
|
10
10
|
Guide completion of development work by presenting clear options and handling chosen workflow.
|
|
11
11
|
|
|
12
|
-
**Core principle:** Verify tests → Present options → Execute choice → Clean up.
|
|
12
|
+
**Core principle:** Verify tests → Detect environment → Present options → Execute choice → Clean up.
|
|
13
13
|
|
|
14
14
|
**Announce at start:** "I'm using the finishing-a-development-branch skill to complete this work."
|
|
15
15
|
|
|
@@ -37,7 +37,24 @@ Stop. Don't proceed to Step 2.
|
|
|
37
37
|
|
|
38
38
|
**If tests pass:** Continue to Step 2.
|
|
39
39
|
|
|
40
|
-
### Step 2:
|
|
40
|
+
### Step 2: Detect Environment
|
|
41
|
+
|
|
42
|
+
**Determine workspace state before presenting options:**
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
GIT_DIR=$(cd "$(git rev-parse --git-dir)" 2>/dev/null && pwd -P)
|
|
46
|
+
GIT_COMMON=$(cd "$(git rev-parse --git-common-dir)" 2>/dev/null && pwd -P)
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
This determines which menu to show and how cleanup works:
|
|
50
|
+
|
|
51
|
+
| State | Menu | Cleanup |
|
|
52
|
+
|-------|------|---------|
|
|
53
|
+
| `GIT_DIR == GIT_COMMON` (normal repo) | Standard 4 options | No worktree to clean up |
|
|
54
|
+
| `GIT_DIR != GIT_COMMON`, named branch | Standard 4 options | Provenance-based (see Step 6) |
|
|
55
|
+
| `GIT_DIR != GIT_COMMON`, detached HEAD | Reduced 3 options (no merge) | No cleanup (externally managed) |
|
|
56
|
+
|
|
57
|
+
### Step 3: Determine Base Branch
|
|
41
58
|
|
|
42
59
|
```bash
|
|
43
60
|
# Try common base branches
|
|
@@ -46,9 +63,9 @@ git merge-base HEAD main 2>/dev/null || git merge-base HEAD master 2>/dev/null
|
|
|
46
63
|
|
|
47
64
|
Or ask: "This branch split from main - is that correct?"
|
|
48
65
|
|
|
49
|
-
### Step
|
|
66
|
+
### Step 4: Present Options
|
|
50
67
|
|
|
51
|
-
|
|
68
|
+
**Normal repo and named-branch worktree — present exactly these 4 options:**
|
|
52
69
|
|
|
53
70
|
```
|
|
54
71
|
Implementation complete. What would you like to do?
|
|
@@ -61,30 +78,45 @@ Implementation complete. What would you like to do?
|
|
|
61
78
|
Which option?
|
|
62
79
|
```
|
|
63
80
|
|
|
81
|
+
**Detached HEAD — present exactly these 3 options:**
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
Implementation complete. You're on a detached HEAD (externally managed workspace).
|
|
85
|
+
|
|
86
|
+
1. Push as new branch and create a Pull Request
|
|
87
|
+
2. Keep as-is (I'll handle it later)
|
|
88
|
+
3. Discard this work
|
|
89
|
+
|
|
90
|
+
Which option?
|
|
91
|
+
```
|
|
92
|
+
|
|
64
93
|
**Don't add explanation** - keep options concise.
|
|
65
94
|
|
|
66
|
-
### Step
|
|
95
|
+
### Step 5: Execute Choice
|
|
67
96
|
|
|
68
97
|
#### Option 1: Merge Locally
|
|
69
98
|
|
|
70
99
|
```bash
|
|
71
|
-
#
|
|
72
|
-
git
|
|
100
|
+
# Get main repo root for CWD safety
|
|
101
|
+
MAIN_ROOT=$(git -C "$(git rev-parse --git-common-dir)/.." rev-parse --show-toplevel)
|
|
102
|
+
cd "$MAIN_ROOT"
|
|
73
103
|
|
|
74
|
-
#
|
|
104
|
+
# Merge first — verify success before removing anything
|
|
105
|
+
git checkout <base-branch>
|
|
75
106
|
git pull
|
|
76
|
-
|
|
77
|
-
# Merge feature branch
|
|
78
107
|
git merge <feature-branch>
|
|
79
108
|
|
|
80
109
|
# Verify tests on merged result
|
|
81
110
|
<test command>
|
|
82
111
|
|
|
83
|
-
#
|
|
84
|
-
git branch -d <feature-branch>
|
|
112
|
+
# Only after merge succeeds: cleanup worktree (Step 6), then delete branch
|
|
85
113
|
```
|
|
86
114
|
|
|
87
|
-
Then: Cleanup worktree (Step
|
|
115
|
+
Then: Cleanup worktree (Step 6), then delete branch:
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
git branch -d <feature-branch>
|
|
119
|
+
```
|
|
88
120
|
|
|
89
121
|
#### Option 2: Push and Create PR
|
|
90
122
|
|
|
@@ -103,7 +135,7 @@ EOF
|
|
|
103
135
|
)"
|
|
104
136
|
```
|
|
105
137
|
|
|
106
|
-
|
|
138
|
+
**Do NOT clean up worktree** — user needs it alive to iterate on PR feedback.
|
|
107
139
|
|
|
108
140
|
#### Option 3: Keep As-Is
|
|
109
141
|
|
|
@@ -127,36 +159,46 @@ Wait for exact confirmation.
|
|
|
127
159
|
|
|
128
160
|
If confirmed:
|
|
129
161
|
```bash
|
|
130
|
-
git
|
|
131
|
-
|
|
162
|
+
MAIN_ROOT=$(git -C "$(git rev-parse --git-common-dir)/.." rev-parse --show-toplevel)
|
|
163
|
+
cd "$MAIN_ROOT"
|
|
132
164
|
```
|
|
133
165
|
|
|
134
|
-
Then: Cleanup worktree (Step
|
|
166
|
+
Then: Cleanup worktree (Step 6), then force-delete branch:
|
|
167
|
+
```bash
|
|
168
|
+
git branch -D <feature-branch>
|
|
169
|
+
```
|
|
135
170
|
|
|
136
|
-
### Step
|
|
171
|
+
### Step 6: Cleanup Workspace
|
|
137
172
|
|
|
138
|
-
**
|
|
173
|
+
**Only runs for Options 1 and 4.** Options 2 and 3 always preserve the worktree.
|
|
139
174
|
|
|
140
|
-
Check if in worktree:
|
|
141
175
|
```bash
|
|
142
|
-
|
|
176
|
+
GIT_DIR=$(cd "$(git rev-parse --git-dir)" 2>/dev/null && pwd -P)
|
|
177
|
+
GIT_COMMON=$(cd "$(git rev-parse --git-common-dir)" 2>/dev/null && pwd -P)
|
|
178
|
+
WORKTREE_PATH=$(git rev-parse --show-toplevel)
|
|
143
179
|
```
|
|
144
180
|
|
|
145
|
-
If
|
|
181
|
+
**If `GIT_DIR == GIT_COMMON`:** Normal repo, no worktree to clean up. Done.
|
|
182
|
+
|
|
183
|
+
**If worktree path is under `.worktrees/`, `worktrees/`, or `~/.config/superpowers/worktrees/`:** Superpowers created this worktree — we own cleanup.
|
|
184
|
+
|
|
146
185
|
```bash
|
|
147
|
-
git
|
|
186
|
+
MAIN_ROOT=$(git -C "$(git rev-parse --git-common-dir)/.." rev-parse --show-toplevel)
|
|
187
|
+
cd "$MAIN_ROOT"
|
|
188
|
+
git worktree remove "$WORKTREE_PATH"
|
|
189
|
+
git worktree prune # Self-healing: clean up any stale registrations
|
|
148
190
|
```
|
|
149
191
|
|
|
150
|
-
**
|
|
192
|
+
**Otherwise:** The host environment (harness) owns this workspace. Do NOT remove it. If your platform provides a workspace-exit tool, use it. Otherwise, leave the workspace in place.
|
|
151
193
|
|
|
152
194
|
## Quick Reference
|
|
153
195
|
|
|
154
196
|
| Option | Merge | Push | Keep Worktree | Cleanup Branch |
|
|
155
197
|
|--------|-------|------|---------------|----------------|
|
|
156
|
-
| 1. Merge locally |
|
|
157
|
-
| 2. Create PR | - |
|
|
158
|
-
| 3. Keep as-is | - | - |
|
|
159
|
-
| 4. Discard | - | - | - |
|
|
198
|
+
| 1. Merge locally | yes | - | - | yes |
|
|
199
|
+
| 2. Create PR | - | yes | yes | - |
|
|
200
|
+
| 3. Keep as-is | - | - | yes | - |
|
|
201
|
+
| 4. Discard | - | - | - | yes (force) |
|
|
160
202
|
|
|
161
203
|
## Common Mistakes
|
|
162
204
|
|
|
@@ -165,13 +207,25 @@ git worktree remove <worktree-path>
|
|
|
165
207
|
- **Fix:** Always verify tests before offering options
|
|
166
208
|
|
|
167
209
|
**Open-ended questions**
|
|
168
|
-
- **Problem:** "What should I do next?"
|
|
169
|
-
- **Fix:** Present exactly 4 structured options
|
|
210
|
+
- **Problem:** "What should I do next?" is ambiguous
|
|
211
|
+
- **Fix:** Present exactly 4 structured options (or 3 for detached HEAD)
|
|
170
212
|
|
|
171
|
-
**
|
|
172
|
-
- **Problem:** Remove worktree
|
|
213
|
+
**Cleaning up worktree for Option 2**
|
|
214
|
+
- **Problem:** Remove worktree user needs for PR iteration
|
|
173
215
|
- **Fix:** Only cleanup for Options 1 and 4
|
|
174
216
|
|
|
217
|
+
**Deleting branch before removing worktree**
|
|
218
|
+
- **Problem:** `git branch -d` fails because worktree still references the branch
|
|
219
|
+
- **Fix:** Merge first, remove worktree, then delete branch
|
|
220
|
+
|
|
221
|
+
**Running git worktree remove from inside the worktree**
|
|
222
|
+
- **Problem:** Command fails silently when CWD is inside the worktree being removed
|
|
223
|
+
- **Fix:** Always `cd` to main repo root before `git worktree remove`
|
|
224
|
+
|
|
225
|
+
**Cleaning up harness-owned worktrees**
|
|
226
|
+
- **Problem:** Removing a worktree the harness created causes phantom state
|
|
227
|
+
- **Fix:** Only clean up worktrees under `.worktrees/`, `worktrees/`, or `~/.config/superpowers/worktrees/`
|
|
228
|
+
|
|
175
229
|
**No confirmation for discard**
|
|
176
230
|
- **Problem:** Accidentally delete work
|
|
177
231
|
- **Fix:** Require typed "discard" confirmation
|
|
@@ -183,18 +237,15 @@ git worktree remove <worktree-path>
|
|
|
183
237
|
- Merge without verifying tests on result
|
|
184
238
|
- Delete work without confirmation
|
|
185
239
|
- Force-push without explicit request
|
|
240
|
+
- Remove a worktree before confirming merge success
|
|
241
|
+
- Clean up worktrees you didn't create (provenance check)
|
|
242
|
+
- Run `git worktree remove` from inside the worktree
|
|
186
243
|
|
|
187
244
|
**Always:**
|
|
188
245
|
- Verify tests before offering options
|
|
189
|
-
-
|
|
246
|
+
- Detect environment before presenting menu
|
|
247
|
+
- Present exactly 4 options (or 3 for detached HEAD)
|
|
190
248
|
- Get typed confirmation for Option 4
|
|
191
249
|
- Clean up worktree for Options 1 & 4 only
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
**Called by:**
|
|
196
|
-
- **subagent-driven-development** (Step 7) - After all tasks complete
|
|
197
|
-
- **executing-plans** (Step 5) - After all batches complete
|
|
198
|
-
|
|
199
|
-
**Pairs with:**
|
|
200
|
-
- **using-git-worktrees** - Cleans up worktree created by that skill
|
|
250
|
+
- `cd` to main repo root before worktree removal
|
|
251
|
+
- Run `git worktree prune` after removal
|
|
@@ -5,7 +5,7 @@ description: Use when completing tasks, implementing major features, or before m
|
|
|
5
5
|
|
|
6
6
|
# Requesting Code Review
|
|
7
7
|
|
|
8
|
-
Dispatch
|
|
8
|
+
Dispatch a code reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work.
|
|
9
9
|
|
|
10
10
|
**Core principle:** Review early, review often.
|
|
11
11
|
|
|
@@ -29,16 +29,15 @@ BASE_SHA=$(git rev-parse HEAD~1) # or origin/main
|
|
|
29
29
|
HEAD_SHA=$(git rev-parse HEAD)
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
**2. Dispatch code
|
|
32
|
+
**2. Dispatch code reviewer subagent:**
|
|
33
33
|
|
|
34
|
-
Use Task tool with
|
|
34
|
+
Use Task tool with `general-purpose` type, fill template at `code-reviewer.md`
|
|
35
35
|
|
|
36
36
|
**Placeholders:**
|
|
37
|
-
- `{
|
|
37
|
+
- `{DESCRIPTION}` - Brief summary of what you built
|
|
38
38
|
- `{PLAN_OR_REQUIREMENTS}` - What it should do
|
|
39
39
|
- `{BASE_SHA}` - Starting commit
|
|
40
40
|
- `{HEAD_SHA}` - Ending commit
|
|
41
|
-
- `{DESCRIPTION}` - Brief summary
|
|
42
41
|
|
|
43
42
|
**3. Act on feedback:**
|
|
44
43
|
- Fix Critical issues immediately
|
|
@@ -56,12 +55,11 @@ You: Let me request code review before proceeding.
|
|
|
56
55
|
BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}')
|
|
57
56
|
HEAD_SHA=$(git rev-parse HEAD)
|
|
58
57
|
|
|
59
|
-
[Dispatch
|
|
60
|
-
|
|
58
|
+
[Dispatch code reviewer subagent]
|
|
59
|
+
DESCRIPTION: Added verifyIndex() and repairIndex() with 4 issue types
|
|
61
60
|
PLAN_OR_REQUIREMENTS: Task 2 from docs/superpowers/plans/deployment-plan.md
|
|
62
61
|
BASE_SHA: a7981ec
|
|
63
62
|
HEAD_SHA: 3df7661
|
|
64
|
-
DESCRIPTION: Added verifyIndex() and repairIndex() with 4 issue types
|
|
65
63
|
|
|
66
64
|
[Subagent returns]:
|
|
67
65
|
Strengths: Clean architecture, real tests
|
|
@@ -82,7 +80,7 @@ You: [Fix progress indicators]
|
|
|
82
80
|
- Fix before moving to next task
|
|
83
81
|
|
|
84
82
|
**Executing Plans:**
|
|
85
|
-
- Review after each
|
|
83
|
+
- Review after each task or at natural checkpoints
|
|
86
84
|
- Get feedback, apply, continue
|
|
87
85
|
|
|
88
86
|
**Ad-Hoc Development:**
|
|
@@ -1,111 +1,133 @@
|
|
|
1
|
-
# Code
|
|
1
|
+
# Code Reviewer Prompt Template
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Use this template when dispatching a code reviewer subagent.
|
|
4
4
|
|
|
5
|
-
**
|
|
6
|
-
1. Review {WHAT_WAS_IMPLEMENTED}
|
|
7
|
-
2. Compare against {PLAN_OR_REQUIREMENTS}
|
|
8
|
-
3. Check code quality, architecture, testing
|
|
9
|
-
4. Categorize issues by severity
|
|
10
|
-
5. Assess production readiness
|
|
5
|
+
**Purpose:** Review completed work against requirements and code quality standards before it cascades into more work.
|
|
11
6
|
|
|
12
|
-
|
|
7
|
+
```
|
|
8
|
+
Task tool (general-purpose):
|
|
9
|
+
description: "Review code changes"
|
|
10
|
+
prompt: |
|
|
11
|
+
You are a Senior Code Reviewer with expertise in software architecture,
|
|
12
|
+
design patterns, and best practices. Your job is to review completed work
|
|
13
|
+
against its plan or requirements and identify issues before they cascade.
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
## What Was Implemented
|
|
15
16
|
|
|
16
|
-
|
|
17
|
+
{DESCRIPTION}
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
## Requirements / Plan
|
|
19
20
|
|
|
20
|
-
|
|
21
|
+
{PLAN_OR_REQUIREMENTS}
|
|
21
22
|
|
|
22
|
-
|
|
23
|
-
**Head:** {HEAD_SHA}
|
|
23
|
+
## Git Range to Review
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
git diff {BASE_SHA}..{HEAD_SHA}
|
|
28
|
-
```
|
|
25
|
+
**Base:** {BASE_SHA}
|
|
26
|
+
**Head:** {HEAD_SHA}
|
|
29
27
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
- Proper error handling?
|
|
35
|
-
- Type safety (if applicable)?
|
|
36
|
-
- DRY principle followed?
|
|
37
|
-
- Edge cases handled?
|
|
38
|
-
|
|
39
|
-
**Architecture:**
|
|
40
|
-
- Sound design decisions?
|
|
41
|
-
- Scalability considerations?
|
|
42
|
-
- Performance implications?
|
|
43
|
-
- Security concerns?
|
|
44
|
-
|
|
45
|
-
**Testing:**
|
|
46
|
-
- Tests actually test logic (not mocks)?
|
|
47
|
-
- Edge cases covered?
|
|
48
|
-
- Integration tests where needed?
|
|
49
|
-
- All tests passing?
|
|
50
|
-
|
|
51
|
-
**Requirements:**
|
|
52
|
-
- All plan requirements met?
|
|
53
|
-
- Implementation matches spec?
|
|
54
|
-
- No scope creep?
|
|
55
|
-
- Breaking changes documented?
|
|
56
|
-
|
|
57
|
-
**Production Readiness:**
|
|
58
|
-
- Migration strategy (if schema changes)?
|
|
59
|
-
- Backward compatibility considered?
|
|
60
|
-
- Documentation complete?
|
|
61
|
-
- No obvious bugs?
|
|
62
|
-
|
|
63
|
-
## Output Format
|
|
28
|
+
```bash
|
|
29
|
+
git diff --stat {BASE_SHA}..{HEAD_SHA}
|
|
30
|
+
git diff {BASE_SHA}..{HEAD_SHA}
|
|
31
|
+
```
|
|
64
32
|
|
|
65
|
-
|
|
66
|
-
[What's well done? Be specific.]
|
|
33
|
+
## What to Check
|
|
67
34
|
|
|
68
|
-
|
|
35
|
+
**Plan alignment:**
|
|
36
|
+
- Does the implementation match the plan / requirements?
|
|
37
|
+
- Are deviations justified improvements, or problematic departures?
|
|
38
|
+
- Is all planned functionality present?
|
|
69
39
|
|
|
70
|
-
|
|
71
|
-
|
|
40
|
+
**Code quality:**
|
|
41
|
+
- Clean separation of concerns?
|
|
42
|
+
- Proper error handling?
|
|
43
|
+
- Type safety where applicable?
|
|
44
|
+
- DRY without premature abstraction?
|
|
45
|
+
- Edge cases handled?
|
|
72
46
|
|
|
73
|
-
|
|
74
|
-
|
|
47
|
+
**Architecture:**
|
|
48
|
+
- Sound design decisions?
|
|
49
|
+
- Reasonable scalability and performance?
|
|
50
|
+
- Security concerns?
|
|
51
|
+
- Integrates cleanly with surrounding code?
|
|
75
52
|
|
|
76
|
-
|
|
77
|
-
|
|
53
|
+
**Testing:**
|
|
54
|
+
- Tests verify real behavior, not mocks?
|
|
55
|
+
- Edge cases covered?
|
|
56
|
+
- Integration tests where they matter?
|
|
57
|
+
- All tests passing?
|
|
78
58
|
|
|
79
|
-
**
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
59
|
+
**Production readiness:**
|
|
60
|
+
- Migration strategy if schema changed?
|
|
61
|
+
- Backward compatibility considered?
|
|
62
|
+
- Documentation complete?
|
|
63
|
+
- No obvious bugs?
|
|
84
64
|
|
|
85
|
-
|
|
86
|
-
[Improvements for code quality, architecture, or process]
|
|
65
|
+
## Calibration
|
|
87
66
|
|
|
88
|
-
|
|
67
|
+
Categorize issues by actual severity. Not everything is Critical.
|
|
68
|
+
Acknowledge what was done well before listing issues — accurate praise
|
|
69
|
+
helps the implementer trust the rest of the feedback.
|
|
70
|
+
|
|
71
|
+
If you find significant deviations from the plan, flag them specifically
|
|
72
|
+
so the implementer can confirm whether the deviation was intentional.
|
|
73
|
+
If you find issues with the plan itself rather than the implementation,
|
|
74
|
+
say so.
|
|
75
|
+
|
|
76
|
+
## Output Format
|
|
77
|
+
|
|
78
|
+
### Strengths
|
|
79
|
+
[What's well done? Be specific.]
|
|
80
|
+
|
|
81
|
+
### Issues
|
|
89
82
|
|
|
90
|
-
|
|
83
|
+
#### Critical (Must Fix)
|
|
84
|
+
[Bugs, security issues, data loss risks, broken functionality]
|
|
91
85
|
|
|
92
|
-
|
|
86
|
+
#### Important (Should Fix)
|
|
87
|
+
[Architecture problems, missing features, poor error handling, test gaps]
|
|
93
88
|
|
|
94
|
-
|
|
89
|
+
#### Minor (Nice to Have)
|
|
90
|
+
[Code style, optimization opportunities, documentation polish]
|
|
91
|
+
|
|
92
|
+
For each issue:
|
|
93
|
+
- File:line reference
|
|
94
|
+
- What's wrong
|
|
95
|
+
- Why it matters
|
|
96
|
+
- How to fix (if not obvious)
|
|
97
|
+
|
|
98
|
+
### Recommendations
|
|
99
|
+
[Improvements for code quality, architecture, or process]
|
|
100
|
+
|
|
101
|
+
### Assessment
|
|
102
|
+
|
|
103
|
+
**Ready to merge?** [Yes | No | With fixes]
|
|
104
|
+
|
|
105
|
+
**Reasoning:** [1-2 sentence technical assessment]
|
|
106
|
+
|
|
107
|
+
## Critical Rules
|
|
108
|
+
|
|
109
|
+
**DO:**
|
|
110
|
+
- Categorize by actual severity
|
|
111
|
+
- Be specific (file:line, not vague)
|
|
112
|
+
- Explain WHY each issue matters
|
|
113
|
+
- Acknowledge strengths
|
|
114
|
+
- Give a clear verdict
|
|
115
|
+
|
|
116
|
+
**DON'T:**
|
|
117
|
+
- Say "looks good" without checking
|
|
118
|
+
- Mark nitpicks as Critical
|
|
119
|
+
- Give feedback on code you didn't actually read
|
|
120
|
+
- Be vague ("improve error handling")
|
|
121
|
+
- Avoid giving a clear verdict
|
|
122
|
+
```
|
|
95
123
|
|
|
96
|
-
**
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
- Give clear verdict
|
|
124
|
+
**Placeholders:**
|
|
125
|
+
- `{DESCRIPTION}` — brief summary of what was built
|
|
126
|
+
- `{PLAN_OR_REQUIREMENTS}` — what it should do (plan file path, task text, or requirements)
|
|
127
|
+
- `{BASE_SHA}` — starting commit
|
|
128
|
+
- `{HEAD_SHA}` — ending commit
|
|
102
129
|
|
|
103
|
-
**
|
|
104
|
-
- Say "looks good" without checking
|
|
105
|
-
- Mark nitpicks as Critical
|
|
106
|
-
- Give feedback on code you didn't review
|
|
107
|
-
- Be vague ("improve error handling")
|
|
108
|
-
- Avoid giving a clear verdict
|
|
130
|
+
**Reviewer returns:** Strengths, Issues (Critical / Important / Minor), Recommendations, Assessment
|
|
109
131
|
|
|
110
132
|
## Example Output
|
|
111
133
|
|
|
@@ -11,6 +11,8 @@ Execute plan by dispatching fresh subagent per task, with two-stage review after
|
|
|
11
11
|
|
|
12
12
|
**Core principle:** Fresh subagent per task + two-stage review (spec then quality) = high quality, fast iteration
|
|
13
13
|
|
|
14
|
+
**Continuous execution:** Do not pause to check in with your human partner between tasks. Execute all tasks from the plan without stopping. The only reasons to stop are: BLOCKED status you cannot resolve, ambiguity that genuinely prevents progress, or all tasks complete. "Should I continue?" prompts and progress summaries waste their time — they asked you to execute the plan, so execute it.
|
|
15
|
+
|
|
14
16
|
## When to Use
|
|
15
17
|
|
|
16
18
|
```dot
|
|
@@ -265,7 +267,7 @@ Done!
|
|
|
265
267
|
## Integration
|
|
266
268
|
|
|
267
269
|
**Required workflow skills:**
|
|
268
|
-
- **superpowers:using-git-worktrees** -
|
|
270
|
+
- **superpowers:using-git-worktrees** - Ensures isolated workspace (creates one or verifies existing)
|
|
269
271
|
- **superpowers:writing-plans** - Creates the plan this skill executes
|
|
270
272
|
- **superpowers:requesting-code-review** - Code review template for reviewer subagents
|
|
271
273
|
- **superpowers:finishing-a-development-branch** - Complete development after all tasks
|
|
@@ -7,14 +7,13 @@ Use this template when dispatching a code quality reviewer subagent.
|
|
|
7
7
|
**Only dispatch after spec compliance review passes.**
|
|
8
8
|
|
|
9
9
|
```
|
|
10
|
-
Task tool (
|
|
10
|
+
Task tool (general-purpose):
|
|
11
11
|
Use template at requesting-code-review/code-reviewer.md
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
DESCRIPTION: [task summary, from implementer's report]
|
|
14
14
|
PLAN_OR_REQUIREMENTS: Task N from [plan-file]
|
|
15
15
|
BASE_SHA: [commit before task]
|
|
16
16
|
HEAD_SHA: [current commit]
|
|
17
|
-
DESCRIPTION: [task summary]
|
|
18
17
|
```
|
|
19
18
|
|
|
20
19
|
**In addition to standard code quality concerns, the reviewer should check:**
|
|
@@ -4,7 +4,7 @@ Reference example of extracting, structuring, and bulletproofing a critical skil
|
|
|
4
4
|
|
|
5
5
|
## Source Material
|
|
6
6
|
|
|
7
|
-
Extracted debugging framework from
|
|
7
|
+
Extracted debugging framework from `~/.claude/CLAUDE.md`:
|
|
8
8
|
- 4-phase systematic process (Investigation → Pattern Analysis → Hypothesis → Implementation)
|
|
9
9
|
- Core mandate: ALWAYS find root cause, NEVER fix symptoms
|
|
10
10
|
- Rules designed to resist time pressure and rationalization
|