claudecode-omc 5.11.0 → 5.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.local/skills/prompt-pilot/SKILL.md +258 -0
- package/bundled/manifest.json +3 -3
- package/bundled/upstream/anthropic-skills/.omc-source/bundle.json +2 -2
- package/bundled/upstream/anthropic-skills/.omc-source/provenance.json +394 -390
- package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +60 -29
- package/bundled/upstream/anthropic-skills/skills/claude-api/csharp/claude-api.md +46 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +2 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +3 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/go/claude-api.md +23 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +32 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +27 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +123 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +13 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +7 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +18 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +9 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +27 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/agent-design.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/anthropic-cli.md +246 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/claude-platform-on-aws.md +59 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +24 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +8 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +48 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-client-patterns.md +3 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +15 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +10 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-events.md +25 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +48 -18
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +8 -5
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-scheduled-deployments.md +144 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md +2 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +46 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +259 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +17 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +55 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/token-counting.md +56 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +22 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +45 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +10 -12
- package/bundled/upstream/anthropic-skills/skills/frontend-design/SKILL.md +39 -26
- package/bundled/upstream/ecc/.omc-source/bundle.json +2 -2
- package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +2 -2
- package/bundled/upstream/ecc/.omc-source/provenance.json +602 -550
- package/bundled/upstream/ecc/agents/agent-evaluator.md +206 -0
- package/bundled/upstream/ecc/agents/performance-optimizer.md +9 -9
- package/bundled/upstream/ecc/agents/php-reviewer.md +109 -0
- package/bundled/upstream/ecc/agents/spec-miner.md +217 -0
- package/bundled/upstream/ecc/agents/vue-reviewer.md +206 -0
- package/bundled/upstream/ecc/commands/cost-report.md +58 -84
- package/bundled/upstream/ecc/commands/epic-claim.md +26 -0
- package/bundled/upstream/ecc/commands/epic-decompose.md +23 -0
- package/bundled/upstream/ecc/commands/epic-publish.md +23 -0
- package/bundled/upstream/ecc/commands/epic-review.md +23 -0
- package/bundled/upstream/ecc/commands/epic-sync.md +23 -0
- package/bundled/upstream/ecc/commands/epic-unblock.md +22 -0
- package/bundled/upstream/ecc/commands/epic-validate.md +22 -0
- package/bundled/upstream/ecc/commands/instinct-status.md +8 -8
- package/bundled/upstream/ecc/commands/multi-backend.md +2 -0
- package/bundled/upstream/ecc/commands/multi-execute.md +2 -0
- package/bundled/upstream/ecc/commands/multi-frontend.md +2 -0
- package/bundled/upstream/ecc/commands/multi-plan.md +2 -0
- package/bundled/upstream/ecc/commands/multi-workflow.md +2 -0
- package/bundled/upstream/ecc/commands/orch-add-feature.md +36 -0
- package/bundled/upstream/ecc/commands/orch-build-mvp.md +36 -0
- package/bundled/upstream/ecc/commands/orch-change-feature.md +38 -0
- package/bundled/upstream/ecc/commands/orch-fix-defect.md +38 -0
- package/bundled/upstream/ecc/commands/orch-refine-code.md +39 -0
- package/bundled/upstream/ecc/commands/quality-gate.md +34 -16
- package/bundled/upstream/ecc/commands/vue-review.md +174 -0
- package/bundled/upstream/ecc/skills/accessibility/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-architecture-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-eval/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-harness-construction/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-introspection-debugging/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-payment-x402/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-self-evaluation/SKILL.md +182 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/references/hook-integration.md +64 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
- package/bundled/upstream/ecc/skills/agent-sort/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agentic-engineering/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agentic-os/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ai-first-engineering/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ai-regression-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/android-clean-architecture/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/angular-developer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/api-connector-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/api-design/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/architecture-decision-records/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/article-writing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/automation-audit-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/autonomous-agent-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/autonomous-loops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/backend-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/benchmark/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/benchmark-methodology/SKILL.md +190 -0
- package/bundled/upstream/ecc/skills/benchmark-optimization-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/blender-motion-state-inspection/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/blueprint/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/brand-discovery/SKILL.md +145 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/10_purpose-why.md +40 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/20_positioning.md +44 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/30_audience-niche.md +52 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/40_personality-archetype.md +57 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/50_voice-tone.md +59 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/60_narrative-story.md +50 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/70_founder-tension.md +49 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
- package/bundled/upstream/ecc/skills/brand-voice/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/browser-qa/SKILL.md +22 -4
- package/bundled/upstream/ecc/skills/bun-runtime/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/canary-watch/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/carrier-relationship-management/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/cisco-ios-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ck/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/claude-devfleet/SKILL.md +11 -2
- package/bundled/upstream/ecc/skills/click-path-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/clickhouse-io/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/code-tour/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/codebase-onboarding/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/codehealth-mcp/SKILL.md +167 -0
- package/bundled/upstream/ecc/skills/coding-standards/SKILL.md +4 -2
- package/bundled/upstream/ecc/skills/competitive-platform-analysis/SKILL.md +214 -0
- package/bundled/upstream/ecc/skills/competitive-report-structure/SKILL.md +162 -0
- package/bundled/upstream/ecc/skills/compose-multiplatform-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/config-gc/SKILL.md +120 -0
- package/bundled/upstream/ecc/skills/configure-ecc/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/connections-optimizer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/content-engine/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/content-hash-cache-pattern/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/context-budget/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-agent-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +14 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +31 -7
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +90 -2
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +27 -0
- package/bundled/upstream/ecc/skills/cost-aware-llm-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cost-tracking/SKILL.md +58 -108
- package/bundled/upstream/ecc/skills/council/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cpp-coding-standards/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cpp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/crosspost/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/csharp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/customer-billing-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/customs-trade-compliance/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/dart-flutter-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dashboard-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/data-scraper-agent/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/data-throughput-accelerator/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/database-migrations/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/deep-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/defi-amm-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/deployment-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/design-system/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-celery/SKILL.md +3 -2
- package/bundled/upstream/ecc/skills/django-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-tdd/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dmux-workflows/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/docker-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/documentation-lookup/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dotnet-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dynamic-workflow-mode/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/e2e-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ecc-guide/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ecc-tools-cost-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/email-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/energy-procurement/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/enterprise-agent-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/error-handling/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/eval-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/evm-token-decimals/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/exa-search/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/fal-ai-media/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/fastapi-patterns/SKILL.md +375 -188
- package/bundled/upstream/ecc/skills/finance-billing-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/flox-environments/SKILL.md +3 -2
- package/bundled/upstream/ecc/skills/flutter-dart-code-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-a11y/SKILL.md +3 -3
- package/bundled/upstream/ecc/skills/frontend-design-direction/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-patterns/SKILL.md +23 -8
- package/bundled/upstream/ecc/skills/frontend-slides/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-slides/scripts/export-pdf.sh +1 -1
- package/bundled/upstream/ecc/skills/fsharp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/gan-style-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/gateguard/SKILL.md +9 -1
- package/bundled/upstream/ecc/skills/generating-python-installer/SKILL.md +820 -0
- package/bundled/upstream/ecc/skills/git-workflow/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/github-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/golang-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/golang-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/google-workspace-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-cdss-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-emr-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-eval-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-phi-compliance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hermes-imports/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hexagonal-architecture/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hipaa-compliance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-network-readiness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-network-setup/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-pihole-dns/SKILL.md +10 -9
- package/bundled/upstream/ecc/skills/homelab-vlan-segmentation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-wireguard-vpn/SKILL.md +4 -3
- package/bundled/upstream/ecc/skills/inherit-legacy-style/SKILL.md +157 -0
- package/bundled/upstream/ecc/skills/intent-driven-development/SKILL.md +360 -0
- package/bundled/upstream/ecc/skills/inventory-demand-planning/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/investor-materials/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/investor-outreach/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ios-icon-gen/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/iterative-retrieval/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-basket-compare/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-data-atlas-agent/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-market-intelligence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-trade-planner/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/java-coding-standards/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/jira-integration/SKILL.md +17 -7
- package/bundled/upstream/ecc/skills/jpa-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/knowledge-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-coroutines-flows/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-exposed-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-ktor-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kubernetes-patterns/SKILL.md +756 -0
- package/bundled/upstream/ecc/skills/laravel-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/laravel-plugin-discovery/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/laravel-security/SKILL.md +826 -163
- package/bundled/upstream/ecc/skills/laravel-tdd/SKILL.md +541 -149
- package/bundled/upstream/ecc/skills/laravel-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/latency-critical-systems/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/lead-intelligence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/llm-trading-agent-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/logistics-exception-management/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/make-interfaces-feel-better/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/manim-video/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/market-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/marketing-campaign/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/mcp-server-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/messages-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ml-adoption-playbook/SKILL.md +57 -0
- package/bundled/upstream/ecc/skills/mle-workflow/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/motion-patterns/SKILL.md +1 -2
- package/bundled/upstream/ecc/skills/motion-ui/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/mysql-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nanoclaw-repl/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nestjs-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/netmiko-ssh-automation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-bgp-diagnostics/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-config-validation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-interface-health/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nextjs-turbopack/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nodejs-keccak256/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nutrient-document-processing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nuxt4-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/opensource-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/orch-add-feature/SKILL.md +45 -0
- package/bundled/upstream/ecc/skills/orch-build-mvp/SKILL.md +49 -0
- package/bundled/upstream/ecc/skills/orch-change-feature/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/orch-fix-defect/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/orch-pipeline/SKILL.md +121 -0
- package/bundled/upstream/ecc/skills/orch-refine-code/SKILL.md +44 -0
- package/bundled/upstream/ecc/skills/parallel-execution-optimizer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/plan-orchestrate/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/plankton-code-quality/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/postgres-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prediction-market-oracle-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prediction-market-risk-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prisma-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/product-capability/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/product-lens/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/production-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/production-scheduling/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/project-flow-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prompt-optimizer/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/python-patterns/SKILL.md +4 -3
- package/bundled/upstream/ecc/skills/python-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/pytorch-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/quality-nonconformance/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/quarkus-patterns/SKILL.md +51 -50
- package/bundled/upstream/ecc/skills/quarkus-security/SKILL.md +25 -24
- package/bundled/upstream/ecc/skills/quarkus-tdd/SKILL.md +73 -72
- package/bundled/upstream/ecc/skills/quarkus-verification/SKILL.md +8 -7
- package/bundled/upstream/ecc/skills/ralphinho-rfc-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-performance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/recsys-pipeline-architect/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/recursive-decision-ledger/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/redis-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/regex-vs-llm-structured-text/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/repo-scan/SKILL.md +64 -63
- package/bundled/upstream/ecc/skills/research-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/returns-reverse-logistics/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/rules-distill/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/rust-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/rust-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/safety-guard/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/santa-method/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-db-pubmed-database/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-db-uspto-database/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-pkg-gget/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-thinking-literature-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-thinking-scholar-evaluation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/search-first/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-bounty-hunter/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-scan/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/seo/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-comply/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-comply/scripts/runner.py +8 -0
- package/bundled/upstream/ecc/skills/skill-scout/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-stocktake/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/social-graph-ranker/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/social-publisher/SKILL.md +17 -2
- package/bundled/upstream/ecc/skills/springboot-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-tdd/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/strategic-compact/SKILL.md +10 -5
- package/bundled/upstream/ecc/skills/swift-actor-persistence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/swift-protocol-di-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/taste/SKILL.md +264 -0
- package/bundled/upstream/ecc/skills/taste/references/genre-taxonomy.md +87 -0
- package/bundled/upstream/ecc/skills/tdd-workflow/SKILL.md +64 -1
- package/bundled/upstream/ecc/skills/team-agent-orchestration/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/team-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/terminal-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/tinystruct-patterns/SKILL.md +77 -1
- package/bundled/upstream/ecc/skills/token-budget-advisor/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ui-demo/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ui-to-vue/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/uncloud/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/unified-notifications-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/verification-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/video-editing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/videodb/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/vite-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/vue-patterns/SKILL.md +471 -0
- package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +9 -8
- package/bundled/upstream/ecc/skills/workspace-surface-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/x-api/SKILL.md +2 -1
- package/bundled/upstream/impeccable/.omc-source/bundle.json +2 -2
- package/bundled/upstream/impeccable/.omc-source/provenance.json +30 -25
- package/bundled/upstream/impeccable/skills/impeccable/SKILL.md +2 -2
- package/bundled/upstream/impeccable/skills/impeccable/reference/hooks.md +10 -8
- package/bundled/upstream/impeccable/skills/impeccable/reference/live.md +1 -1
- package/bundled/upstream/impeccable/skills/impeccable/scripts/context.mjs +707 -26
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/browser/injected/index.mjs +202 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/cli/main.mjs +57 -11
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/design-system.mjs +750 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +231 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns.mjs +7 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +29 -4
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +20 -4
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +2 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +27 -1
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/registry/antipatterns.mjs +29 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/inline-ignores.mjs +148 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-admin.mjs +135 -48
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-before-edit.mjs +5 -2
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-lib.mjs +375 -29
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/design-parser.mjs +8 -1
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-config.mjs +638 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-paths.mjs +37 -35
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/target-args.mjs +42 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser.js +159 -72
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-poll.mjs +16 -11
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-server.mjs +9 -8
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-target.mjs +30 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-wrap.mjs +1 -1
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live.mjs +72 -21
- package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +2 -2
- package/bundled/upstream/oh-my-claudecode/.omc-source/provenance.json +103 -103
- package/bundled/upstream/oh-my-claudecode/agents/analyst.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/architect.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/code-reviewer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/critic.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/debugger.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/security-reviewer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/tracer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/verifier.md +7 -0
- package/bundled/upstream/oh-my-claudecode/hooks/hooks.json +9 -2
- package/bundled/upstream/oh-my-claudecode/skills/ask/SKILL.md +15 -4
- package/bundled/upstream/oh-my-claudecode/skills/autopilot/SKILL.md +30 -1
- package/bundled/upstream/oh-my-claudecode/skills/cancel/SKILL.md +29 -35
- package/bundled/upstream/oh-my-claudecode/skills/ccg/SKILL.md +20 -9
- package/bundled/upstream/oh-my-claudecode/skills/configure-notifications/SKILL.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-reference/SKILL.md +6 -4
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +2 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/04-welcome.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-teams/SKILL.md +29 -18
- package/bundled/upstream/oh-my-claudecode/skills/team/SKILL.md +127 -165
- package/bundled/upstream/superpowers/.omc-source/bundle.json +2 -2
- package/bundled/upstream/superpowers/.omc-source/provenance.json +59 -52
- package/bundled/upstream/superpowers/hooks/hooks-codex.json +16 -0
- package/bundled/upstream/superpowers/hooks/session-start +4 -12
- package/bundled/upstream/superpowers/hooks/session-start-codex +26 -0
- package/bundled/upstream/superpowers/skills/brainstorming/SKILL.md +5 -10
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/frame-template.html +25 -26
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/helper.js +101 -22
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/server.cjs +399 -30
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/start-server.sh +70 -9
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/stop-server.sh +66 -2
- package/bundled/upstream/superpowers/skills/brainstorming/spec-document-reviewer-prompt.md +1 -1
- package/bundled/upstream/superpowers/skills/brainstorming/visual-companion.md +33 -22
- package/bundled/upstream/superpowers/skills/dispatching-parallel-agents/SKILL.md +9 -6
- package/bundled/upstream/superpowers/skills/executing-plans/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/finishing-a-development-branch/SKILL.md +2 -12
- package/bundled/upstream/superpowers/skills/receiving-code-review/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/requesting-code-review/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/requesting-code-review/code-reviewer.md +15 -11
- package/bundled/upstream/superpowers/skills/subagent-driven-development/SKILL.md +206 -67
- package/bundled/upstream/superpowers/skills/subagent-driven-development/implementer-prompt.md +30 -4
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/review-package +44 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/sdd-workspace +22 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/task-brief +40 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +188 -0
- package/bundled/upstream/superpowers/skills/systematic-debugging/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/test-driven-development/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/using-git-worktrees/SKILL.md +9 -22
- package/bundled/upstream/superpowers/skills/using-superpowers/SKILL.md +19 -15
- package/bundled/upstream/superpowers/skills/using-superpowers/references/antigravity-tools.md +96 -0
- package/bundled/upstream/superpowers/skills/using-superpowers/references/claude-code-tools.md +50 -0
- package/bundled/upstream/superpowers/skills/using-superpowers/references/codex-tools.md +25 -12
- package/bundled/upstream/superpowers/skills/using-superpowers/references/copilot-tools.md +27 -20
- package/bundled/upstream/superpowers/skills/using-superpowers/references/gemini-tools.md +44 -32
- package/bundled/upstream/superpowers/skills/using-superpowers/references/pi-tools.md +28 -0
- package/bundled/upstream/superpowers/skills/writing-plans/SKILL.md +22 -0
- package/bundled/upstream/superpowers/skills/writing-plans/plan-document-reviewer-prompt.md +1 -1
- package/bundled/upstream/superpowers/skills/writing-skills/SKILL.md +52 -18
- package/bundled/upstream/superpowers/skills/writing-skills/anthropic-best-practices.md +88 -88
- package/bundled/upstream/superpowers/skills/writing-skills/persuasion-principles.md +3 -3
- package/package.json +1 -1
- package/bundled/upstream/superpowers/skills/subagent-driven-development/code-quality-reviewer-prompt.md +0 -25
- package/bundled/upstream/superpowers/skills/subagent-driven-development/spec-reviewer-prompt.md +0 -61
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Orchestrate building a brand-new feature end to end — research, plan, TDD, review, gated commit. Wrapper that kicks off the orch-add-feature skill.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# /orch-add-feature
|
|
6
|
+
|
|
7
|
+
Manually launch the **orch-add-feature** orchestrator: a gated
|
|
8
|
+
Research → Plan → TDD → Review → Commit pipeline for net-new capability.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/orch-add-feature <what to add>
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Examples:
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/orch-add-feature add OAuth2 login to nws-poller
|
|
20
|
+
/orch-add-feature support CSV export in the dashboard
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## What It Does
|
|
24
|
+
|
|
25
|
+
Invoke the `orch-add-feature` skill with `$ARGUMENTS` as the request. The skill
|
|
26
|
+
(via the shared `orch-pipeline` engine) will:
|
|
27
|
+
|
|
28
|
+
1. Classify size and state the tier in one line.
|
|
29
|
+
2. Research existing libraries/patterns, then plan a `task_list`. → **GATE 1** (approve plan).
|
|
30
|
+
3. TDD each task (new failing tests → green), then `code-reviewer`
|
|
31
|
+
(+ `security-reviewer` if a security trigger is touched).
|
|
32
|
+
4. Commit as conventional `feat:` commits. → **GATE 2** (confirm before commit).
|
|
33
|
+
|
|
34
|
+
Honor both gates — do not write implementation before Gate 1, do not commit before Gate 2.
|
|
35
|
+
|
|
36
|
+
If `$ARGUMENTS` is empty, ask the user what capability to add.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Orchestrate bootstrapping a working MVP from a design/spec doc — ingest, slice, scaffold, TDD, review, gated commit (reuses the GAN harness). Wrapper for the orch-build-mvp skill.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# /orch-build-mvp
|
|
6
|
+
|
|
7
|
+
Manually launch the **orch-build-mvp** orchestrator: turn an SDD/PRD/system-design
|
|
8
|
+
document into a running vertical slice.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/orch-build-mvp <path to design/spec doc>
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Examples:
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/orch-build-mvp civicpulse/docs/SDD-v0.6.md
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## What It Does
|
|
23
|
+
|
|
24
|
+
Invoke the `orch-build-mvp` skill with `$ARGUMENTS` as the doc path. The skill
|
|
25
|
+
(via the shared `orch-pipeline` engine, full pipeline incl. Scaffold) will:
|
|
26
|
+
|
|
27
|
+
1. Read the spec; extract scope, locked decisions, and a feature list ordered as
|
|
28
|
+
**thin vertical slices** (one end-to-end path first). → **GATE 1** (approve slice plan).
|
|
29
|
+
2. Scaffold the first end-to-end slice.
|
|
30
|
+
3. Reuse the GAN harness: translate the SDD into `gan-harness/spec.md` +
|
|
31
|
+
`eval-rubric.md`, then drive `/gan-build "<brief>" --skip-planner`
|
|
32
|
+
(generator → evaluator loop) until the score passes or plateaus.
|
|
33
|
+
4. `code-reviewer` (+ `security-reviewer` on any security-trigger slice), then
|
|
34
|
+
commit the scaffold and each slice as separate `feat:` commits. → **GATE 2**.
|
|
35
|
+
|
|
36
|
+
If `$ARGUMENTS` is empty, ask the user for the path to the design/spec doc.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Orchestrate altering an existing, working feature to new desired behavior — update tests to the new spec, change impl, review, gated commit. Wrapper for the orch-change-feature skill.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# /orch-change-feature
|
|
6
|
+
|
|
7
|
+
Manually launch the **orch-change-feature** orchestrator: change behavior that
|
|
8
|
+
already works to a new desired spec, tests-first.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/orch-change-feature <the new desired behavior>
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Examples:
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/orch-change-feature make nws-poller alert at 2 warnings instead of 3
|
|
20
|
+
/orch-change-feature instead of sorting by date, sort by priority
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## What It Does
|
|
24
|
+
|
|
25
|
+
Invoke the `orch-change-feature` skill with `$ARGUMENTS` as the request. The skill
|
|
26
|
+
(via the shared `orch-pipeline` engine) will:
|
|
27
|
+
|
|
28
|
+
1. Classify size (default floor: small) and state the tier.
|
|
29
|
+
2. Light plan only if the new behavior needs research. → **GATE 1** (approve changed-test plan).
|
|
30
|
+
3. **Update the existing tests** to express the new behavior, then change the
|
|
31
|
+
implementation until green. (Changing the tests first is what makes this a
|
|
32
|
+
tweak, not a fix.)
|
|
33
|
+
4. `code-reviewer` (+ `security-reviewer` on a security trigger), then commit. → **GATE 2**.
|
|
34
|
+
|
|
35
|
+
Use this only when the feature **works** but should behave differently — not for
|
|
36
|
+
bugs (`/orch-fix-defect`) or net-new capability (`/orch-add-feature`).
|
|
37
|
+
|
|
38
|
+
If `$ARGUMENTS` is empty, ask the user what behavior should change.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Orchestrate fixing a bug — reproduce it as a failing regression test, fix to green, review, gated commit. Wrapper for the orch-fix-defect skill.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# /orch-fix-defect
|
|
6
|
+
|
|
7
|
+
Manually launch the **orch-fix-defect** orchestrator: prove the bug with a red
|
|
8
|
+
test, then fix to green.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/orch-fix-defect <what is broken>
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Examples:
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/orch-fix-defect poller crashes on empty NWS response
|
|
20
|
+
/orch-fix-defect login returns 500 when email has a plus sign
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## What It Does
|
|
24
|
+
|
|
25
|
+
Invoke the `orch-fix-defect` skill with `$ARGUMENTS` as the request. The skill
|
|
26
|
+
(via the shared `orch-pipeline` engine) will:
|
|
27
|
+
|
|
28
|
+
1. Classify size (default floor: small, often trivial); scope root cause with
|
|
29
|
+
`code-explorer` if unclear.
|
|
30
|
+
2. **Write a new failing regression test** reproducing the bug, then fix until
|
|
31
|
+
it goes green. (Proving the bug first is what makes this a fix, not a tweak.)
|
|
32
|
+
3. `code-reviewer` (+ `security-reviewer` if the defect sits in a sensitive path).
|
|
33
|
+
4. Commit as a conventional `fix:` commit. → **GATE 2** (confirm before commit).
|
|
34
|
+
|
|
35
|
+
Use this only when behavior is **broken/wrong** — not for intentional changes
|
|
36
|
+
(`/orch-change-feature`) or new capability (`/orch-add-feature`).
|
|
37
|
+
|
|
38
|
+
If `$ARGUMENTS` is empty, ask the user to describe the defect.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Orchestrate a behavior-preserving refactor — confirm tests green, restructure without changing behavior, keep green, review, gated commit. Wrapper for the orch-refine-code skill.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# /orch-refine-code
|
|
6
|
+
|
|
7
|
+
Manually launch the **orch-refine-code** orchestrator: improve structure while
|
|
8
|
+
behavior stays identical, with the existing test suite as the safety net.
|
|
9
|
+
|
|
10
|
+
## Usage
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/orch-refine-code <what to restructure>
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Examples:
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
/orch-refine-code extract the NWS HTTP client out of poller.py
|
|
20
|
+
/orch-refine-code remove dead code and duplication in the dashboard module
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## What It Does
|
|
24
|
+
|
|
25
|
+
Invoke the `orch-refine-code` skill with `$ARGUMENTS` as the request. The skill
|
|
26
|
+
(via the shared `orch-pipeline` engine) will:
|
|
27
|
+
|
|
28
|
+
1. Classify size (default floor: standard — restructures touch multiple files).
|
|
29
|
+
2. Confirm the relevant tests exist and are **green before** touching code; add
|
|
30
|
+
characterization tests first if coverage is thin. Plan the restructure. → **GATE 1**.
|
|
31
|
+
3. Restructure in small steps, re-running tests after each (no new behavior
|
|
32
|
+
tests — the existing suite proves behavior is unchanged). Dead-code/dup sweeps
|
|
33
|
+
delegate to `refactor-cleaner`.
|
|
34
|
+
4. `code-reviewer`, then commit as `refactor:` (the diff must be behavior-neutral). → **GATE 2**.
|
|
35
|
+
|
|
36
|
+
Use this only when behavior must **not** change. If behavior should change at
|
|
37
|
+
all, use `/orch-change-feature` or `/orch-fix-defect`.
|
|
38
|
+
|
|
39
|
+
If `$ARGUMENTS` is empty, ask the user what to refine.
|
|
@@ -1,33 +1,51 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Run the ECC quality
|
|
2
|
+
description: Run the ECC formatter quality gate for a single file and report remediation steps.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# Quality Gate Command
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Operator entry point for the formatter quality gate that normally runs as the
|
|
8
|
+
`post:quality-gate` PostToolUse hook (`scripts/hooks/quality-gate.js`).
|
|
8
9
|
|
|
9
|
-
##
|
|
10
|
+
## How it actually works
|
|
11
|
+
|
|
12
|
+
The gate is a single-file formatter check driven by hook input, not CLI flags:
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
- The script reads the target from the hook's stdin JSON
|
|
15
|
+
(`tool_input.file_path`); it does not take a path argument.
|
|
16
|
+
- Behavior toggles are environment variables:
|
|
17
|
+
- `ECC_QUALITY_GATE_FIX=true` - apply formatting fixes instead of check-only
|
|
18
|
+
- `ECC_QUALITY_GATE_STRICT=true` - log formatter failures as gate failures
|
|
19
|
+
- Coverage by file type:
|
|
20
|
+
- `.ts/.tsx/.js/.jsx/.json/.md` - Biome `check` or Prettier `--check`,
|
|
21
|
+
whichever the project ships (JS/TS under Biome is skipped here because
|
|
22
|
+
`post-edit-format` already runs `biome check --write`)
|
|
23
|
+
- `.go` - `gofmt`
|
|
24
|
+
- `.py` - `ruff format`
|
|
25
|
+
- Lint and type checks are not part of this gate. Use the `verification-loop`
|
|
26
|
+
skill or the language verification skills for lint/type/test pipelines.
|
|
12
27
|
|
|
13
|
-
|
|
14
|
-
- `--fix`: allow auto-format/fix where configured
|
|
15
|
-
- `--strict`: fail on warnings where supported
|
|
28
|
+
## Usage
|
|
16
29
|
|
|
17
|
-
|
|
30
|
+
To run the gate manually against one file, pipe hook-style JSON into the
|
|
31
|
+
script (set the env toggles first if you want fix or strict behavior):
|
|
18
32
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
33
|
+
```bash
|
|
34
|
+
echo '{"tool_input":{"file_path":"src/example.ts"}}' \
|
|
35
|
+
| ECC_QUALITY_GATE_FIX=true node scripts/hooks/quality-gate.js
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Then report formatter findings and concrete remediation steps.
|
|
23
39
|
|
|
24
40
|
## Notes
|
|
25
41
|
|
|
26
|
-
|
|
42
|
+
Hook wiring lives in `hooks/hooks.json` (`post:quality-gate`, profiles
|
|
43
|
+
`standard`/`strict` via `run-with-flags.js`).
|
|
27
44
|
|
|
28
45
|
## Arguments
|
|
29
46
|
|
|
30
47
|
$ARGUMENTS:
|
|
31
|
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
48
|
+
|
|
49
|
+
- `[path]` optional file to check. The script itself takes no CLI
|
|
50
|
+
arguments - when a path is given, substitute it as `tool_input.file_path`
|
|
51
|
+
in the stdin JSON shown above before running the command
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Comprehensive Vue.js code review for Composition API correctness, reactivity, composable patterns, template security, accessibility, and Vue-specific performance. Invokes the vue-reviewer agent (and typescript-reviewer alongside on .vue/.ts changes).
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Vue Code Review
|
|
6
|
+
|
|
7
|
+
This command invokes the **vue-reviewer** agent for Vue-specific code review. For pull requests touching `.vue` files or Vue-containing `.ts`/`.js` files, both `vue-reviewer` and `typescript-reviewer` should run — each owns a distinct lane.
|
|
8
|
+
|
|
9
|
+
## What This Command Does
|
|
10
|
+
|
|
11
|
+
1. **Identify Vue Changes**: Find modified `.vue` files and Vue-related `.ts`/`.js` files via `git diff`
|
|
12
|
+
2. **Run Lint**: Execute `eslint` with `eslint-plugin-vue`
|
|
13
|
+
3. **Typecheck**: Run `vue-tsc --noEmit` or the project's canonical typecheck command
|
|
14
|
+
4. **Review Vue Lanes Only**: Reactivity, composables, template security, accessibility, Vue-specific performance
|
|
15
|
+
5. **Generate Report**: Categorize issues by severity (CRITICAL / HIGH / MEDIUM)
|
|
16
|
+
|
|
17
|
+
## When to Use
|
|
18
|
+
|
|
19
|
+
Use `/vue-review` when:
|
|
20
|
+
|
|
21
|
+
- A PR or commit touches `.vue` files
|
|
22
|
+
- After writing or modifying Vue components, composables, or Pinia stores
|
|
23
|
+
- Before merging Vue code
|
|
24
|
+
- Auditing template security (`v-html`, URL bindings)
|
|
25
|
+
- Reviewing a new composable for correctness
|
|
26
|
+
- Auditing Vue Router guards and navigation
|
|
27
|
+
- Reviewing Nuxt server routes or SSR-specific code
|
|
28
|
+
|
|
29
|
+
For pure `.ts`/`.js` changes with no Vue imports, use `/code-review` (general) or invoke `typescript-reviewer` directly.
|
|
30
|
+
|
|
31
|
+
## Scope vs `/code-review` and TypeScript Review
|
|
32
|
+
|
|
33
|
+
| Tool | Scope |
|
|
34
|
+
|---|---|
|
|
35
|
+
| `vue-reviewer` (this command) | Reactivity, composables, template security, a11y, Vue performance, Pinia/Router |
|
|
36
|
+
| `typescript-reviewer` | Generic TS/JS — `any` abuse, async correctness, Node security |
|
|
37
|
+
| `security-reviewer` | Project-wide security audit |
|
|
38
|
+
| `/code-review` | Generic uncommitted-changes or PR review |
|
|
39
|
+
|
|
40
|
+
On a `.vue` / Vue-related PR, invoke both `vue-reviewer` and `typescript-reviewer`. Findings from each are non-overlapping by design.
|
|
41
|
+
|
|
42
|
+
## Review Categories
|
|
43
|
+
|
|
44
|
+
### CRITICAL (Must Fix)
|
|
45
|
+
|
|
46
|
+
- `v-html` with unsanitized input
|
|
47
|
+
- `:href`/`:src` with unvalidated user URLs (`javascript:`, `data:`)
|
|
48
|
+
- Secret in client bundle (`VITE_*`, Nuxt `public` runtimeConfig)
|
|
49
|
+
- Server endpoint without input validation (Nuxt Nitro)
|
|
50
|
+
- `localStorage`/`sessionStorage` for session tokens
|
|
51
|
+
- Destructuring reactive props in Vue < 3.5 (breaks reactivity)
|
|
52
|
+
- `reactive()` object replacement (breaks watchers)
|
|
53
|
+
- Watcher source tracking a ref object instead of `.value`
|
|
54
|
+
|
|
55
|
+
### HIGH (Should Fix)
|
|
56
|
+
|
|
57
|
+
- Composable with module-scope side effects
|
|
58
|
+
- Missing cleanup in composable (watcher, interval, listener)
|
|
59
|
+
- `v-for` without `:key` or with `key={index}`
|
|
60
|
+
- `v-if` + `v-for` on same element
|
|
61
|
+
- Props mutation
|
|
62
|
+
- Missing prop validation
|
|
63
|
+
- Route guard returning false without redirect
|
|
64
|
+
- `useRoute().params` destructured at top-level (snapshot)
|
|
65
|
+
- `v-model` bound to computed without setter
|
|
66
|
+
- Accessibility violations (missing labels, non-semantic interactive elements)
|
|
67
|
+
- Direct store property mutation outside actions
|
|
68
|
+
|
|
69
|
+
### MEDIUM (Consider)
|
|
70
|
+
|
|
71
|
+
- Options API in new Vue 3 code
|
|
72
|
+
- Component over 300 lines
|
|
73
|
+
- `v-show` where `v-if` is more appropriate (or vice versa)
|
|
74
|
+
- Missing `:max` on `<KeepAlive>`
|
|
75
|
+
- Missing `shallowRef` for large replaced data
|
|
76
|
+
- Custom validation instead of vetted form library
|
|
77
|
+
- `defineExpose` exposing more than necessary
|
|
78
|
+
- `inheritAttrs` not disabled when using `v-bind="$attrs"`
|
|
79
|
+
|
|
80
|
+
## Automated Checks Run
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
# Lint (required)
|
|
84
|
+
npx eslint . --ext .vue,.ts,.js
|
|
85
|
+
|
|
86
|
+
# Vue-specific typecheck
|
|
87
|
+
vue-tsc --noEmit
|
|
88
|
+
|
|
89
|
+
# Targeted security rules
|
|
90
|
+
npx eslint . --rule 'vue/no-v-html: warn' \
|
|
91
|
+
--rule 'vue/no-template-target-blank: error'
|
|
92
|
+
|
|
93
|
+
# Supply-chain
|
|
94
|
+
npm audit
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
If `eslint-plugin-vue` or `vue-tsc` is not configured, the review will flag the gap as a HIGH config issue and continue.
|
|
98
|
+
|
|
99
|
+
## Example Usage
|
|
100
|
+
|
|
101
|
+
````text
|
|
102
|
+
User: /vue-review
|
|
103
|
+
|
|
104
|
+
Agent:
|
|
105
|
+
# Vue Code Review Report
|
|
106
|
+
|
|
107
|
+
## Files Reviewed
|
|
108
|
+
- src/components/UserCard.vue (modified)
|
|
109
|
+
- src/composables/useUser.ts (new)
|
|
110
|
+
- src/stores/useUserStore.ts (modified)
|
|
111
|
+
|
|
112
|
+
## Lint Results
|
|
113
|
+
PASS: eslint clean
|
|
114
|
+
PASS: vue-tsc clean
|
|
115
|
+
|
|
116
|
+
## Issues Found
|
|
117
|
+
|
|
118
|
+
[CRITICAL] Unsanitized v-html
|
|
119
|
+
File: src/components/UserCard.vue:15
|
|
120
|
+
Issue: User-controlled bio rendered as raw HTML via v-html.
|
|
121
|
+
Why: XSS via stored script tags in user input.
|
|
122
|
+
Fix: Sanitize with DOMPurify or render as text:
|
|
123
|
+
```vue
|
|
124
|
+
<script setup>
|
|
125
|
+
import DOMPurify from "dompurify";
|
|
126
|
+
const safeBio = computed(() => DOMPurify.sanitize(user.bio));
|
|
127
|
+
</script>
|
|
128
|
+
<template>
|
|
129
|
+
<div v-html="safeBio" />
|
|
130
|
+
</template>
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
[HIGH] Watcher in composable missing cleanup
|
|
134
|
+
File: src/composables/useUser.ts:22
|
|
135
|
+
Issue: `watch` callback fires fetch without AbortController; stale responses can overwrite newer data.
|
|
136
|
+
Fix: Use onCleanup to abort:
|
|
137
|
+
```ts
|
|
138
|
+
watch(userId, async (newId, _old, onCleanup) => {
|
|
139
|
+
const controller = new AbortController();
|
|
140
|
+
onCleanup(() => controller.abort());
|
|
141
|
+
const data = await fetch(`/api/users/${newId}`, { signal: controller.signal });
|
|
142
|
+
user.value = await data.json();
|
|
143
|
+
});
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
## Summary
|
|
147
|
+
- CRITICAL: 1
|
|
148
|
+
- HIGH: 1
|
|
149
|
+
- MEDIUM: 0
|
|
150
|
+
|
|
151
|
+
Recommendation: FAIL: Block merge until CRITICAL issue is fixed
|
|
152
|
+
````
|
|
153
|
+
|
|
154
|
+
## Approval Criteria
|
|
155
|
+
|
|
156
|
+
| Status | Condition |
|
|
157
|
+
|---|---|
|
|
158
|
+
| PASS: Approve | No CRITICAL or HIGH issues |
|
|
159
|
+
| WARNING: Warning | Only MEDIUM issues (merge with caution) |
|
|
160
|
+
| FAIL: Block | CRITICAL or HIGH issues found |
|
|
161
|
+
|
|
162
|
+
## Integration with Other Commands
|
|
163
|
+
|
|
164
|
+
- Run your project's build command first if the build is broken
|
|
165
|
+
- Run tests to ensure component tests pass
|
|
166
|
+
- Run `/vue-review` before merging Vue code
|
|
167
|
+
- Use `/code-review` for non-Vue-specific concerns on the same PR
|
|
168
|
+
|
|
169
|
+
## Related
|
|
170
|
+
|
|
171
|
+
- Agent: `agents/vue-reviewer.md`
|
|
172
|
+
- Companion agent: `agents/typescript-reviewer.md` (run alongside for Vue-related TS/JS)
|
|
173
|
+
- Skills: `skills/vue-patterns/`
|
|
174
|
+
- Rules: `rules/vue/`
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: accessibility
|
|
3
3
|
description: Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA
|
|
4
4
|
standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android).
|
|
5
|
-
|
|
5
|
+
metadata:
|
|
6
|
+
origin: ECC
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Accessibility (WCAG 2.2)
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agent-architecture-audit
|
|
3
3
|
description: Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: oh-my-agent-check
|
|
5
6
|
tools: Read, Write, Edit, Bash, Grep, Glob
|
|
6
7
|
---
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agent-eval
|
|
3
3
|
description: Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
tools: Read, Write, Edit, Bash, Grep, Glob
|
|
6
7
|
---
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agent-introspection-debugging
|
|
3
3
|
description: Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Agent Introspection Debugging
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agent-payment-x402
|
|
3
3
|
description: Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: community
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Agent Payment Execution (x402)
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-self-evaluation
|
|
3
|
+
description: Use after completing any non-trivial task. The agent self-rates its output on 5 axes — accuracy, completeness, clarity, actionability, conciseness — with concrete evidence per criterion. Produces a structured 1-5 scorecard with specific improvement suggestions.
|
|
4
|
+
origin: ECC
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Agent Self-Evaluation
|
|
8
|
+
|
|
9
|
+
After completing a complex task, the agent pauses to rate its own output against a structured 5-axis rubric. This is NOT a pass/fail gate — it's a deliberate reflection step that catches omissions, flags overconfidence, and surface areas for improvement before the user has to.
|
|
10
|
+
|
|
11
|
+
## When to Activate
|
|
12
|
+
|
|
13
|
+
- After writing code that spans 3+ files or 50+ lines
|
|
14
|
+
- After completing a multi-step workflow (implement → test → review)
|
|
15
|
+
- After a debugging session that involved 3+ attempts
|
|
16
|
+
- After producing a design document, architecture decision, or written analysis
|
|
17
|
+
- When the user asks "how good was that?" or "rate yourself"
|
|
18
|
+
- At the end of any session Stop hook (if configured — see `references/hook-integration.md`)
|
|
19
|
+
|
|
20
|
+
## Core Concepts
|
|
21
|
+
|
|
22
|
+
### The 5 Evaluation Axes
|
|
23
|
+
|
|
24
|
+
| Axis | Question | What it catches |
|
|
25
|
+
|---|---|---|
|
|
26
|
+
| **Accuracy** | Are the facts, claims, and outputs correct? | Hallucinations, wrong API names, incorrect syntax, false statements |
|
|
27
|
+
| **Completeness** | Did it cover everything the user asked for? | Missed edge cases, unhandled error paths, forgotten requirements, skipped subtasks |
|
|
28
|
+
| **Clarity** | Is the explanation understandable and well-structured? | Confusing explanations, jargon without definition, missing context, rambling |
|
|
29
|
+
| **Actionability** | Can the user act on the output immediately? | Vague suggestions, missing steps, "you should X" without showing how, no verification path |
|
|
30
|
+
| **Conciseness** | Did it use the minimum words/tokens needed? | Redundancy, over-explanation, repeating the user's question verbatim, filler content |
|
|
31
|
+
|
|
32
|
+
### Scoring Scale
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
5 — Exceptional: no reasonable improvement possible
|
|
36
|
+
4 — Good: minor nits only, no substantive gaps
|
|
37
|
+
3 — Adequate: meets the request but has a notable weakness on at least one axis
|
|
38
|
+
2 — Weak: has a clear gap that affects usability or correctness
|
|
39
|
+
1 — Poor: fundamentally misses the request or contains significant errors
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### The Evidence Rule
|
|
43
|
+
|
|
44
|
+
Every score below 5 MUST cite specific evidence. A score of 3 cannot just say "could be better" — it must say exactly what is missing or wrong. The mantra: **"Show the gap, don't just name it."**
|
|
45
|
+
|
|
46
|
+
## Workflow
|
|
47
|
+
|
|
48
|
+
### Step 1: Collect the Raw Material
|
|
49
|
+
|
|
50
|
+
Gather what you'll evaluate:
|
|
51
|
+
|
|
52
|
+
```
|
|
53
|
+
- The original user request (read back from conversation)
|
|
54
|
+
- Your final response/output (the deliverable)
|
|
55
|
+
- Any tool outputs that verify correctness (test results, exit codes, lint output)
|
|
56
|
+
- Any user feedback received during the task (corrections, "try again", "that's not right")
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Step 2: Score Each Axis Independently
|
|
60
|
+
|
|
61
|
+
Work through the 5 axes one at a time. For each:
|
|
62
|
+
|
|
63
|
+
1. Read the axis question
|
|
64
|
+
2. Find evidence (or lack of evidence) in the output
|
|
65
|
+
3. Assign a score 1-5
|
|
66
|
+
4. If score < 5, write a one-sentence improvement note citing the gap
|
|
67
|
+
|
|
68
|
+
Do NOT average the scores in your head first and then work backwards. Score each axis fresh.
|
|
69
|
+
|
|
70
|
+
### Step 3: Produce the Evaluation Report
|
|
71
|
+
|
|
72
|
+
Use the template from `templates/evaluation-report.md`. The report must include:
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
- One-line summary
|
|
76
|
+
- 5-axis scorecard (score + evidence per axis)
|
|
77
|
+
- Overall score (simple average, rounded to 1 decimal)
|
|
78
|
+
- 1-3 specific improvements ranked by impact
|
|
79
|
+
- Self-check: "Would the user agree with this assessment?"
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### Step 4: Apply the Improvement
|
|
83
|
+
|
|
84
|
+
If any axis scored 3 or below:
|
|
85
|
+
|
|
86
|
+
1. State what you would do differently
|
|
87
|
+
2. If the gap is fixable in < 30 seconds (missing link, unclear phrasing), fix it now
|
|
88
|
+
3. If the gap requires rework, flag it explicitly: "This axis scored [reason] because [evidence]. Re-running with [specific fix] would likely raise it to [score]."
|
|
89
|
+
|
|
90
|
+
## Code Examples
|
|
91
|
+
|
|
92
|
+
### Example: Good Evaluation (Score 4+)
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
Task: Add retry logic to HTTP client
|
|
96
|
+
|
|
97
|
+
Scorecard:
|
|
98
|
+
Accuracy: 5 — All API calls correct. Verified: retries use
|
|
99
|
+
exponential backoff. No hallucinated methods.
|
|
100
|
+
Completeness: 4 — Covered happy path + 3 error cases. Missing:
|
|
101
|
+
timeout handling for hung connections.
|
|
102
|
+
Clarity: 5 — Code comments explain backoff formula.
|
|
103
|
+
PR description links to incident that motivated this.
|
|
104
|
+
Actionability:5 — Single merge. No follow-up tasks. Tests pass.
|
|
105
|
+
Conciseness: 4 — 47 lines total. The retry loop could be extracted
|
|
106
|
+
into a helper to drop ~8 lines.
|
|
107
|
+
|
|
108
|
+
Overall: 4.6 — One gap (timeout handling). Fix before merging.
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### Example: Weak Evaluation (Score 2-3)
|
|
112
|
+
|
|
113
|
+
```
|
|
114
|
+
Task: Add retry logic to HTTP client
|
|
115
|
+
|
|
116
|
+
Scorecard:
|
|
117
|
+
Accuracy: 2 — Used urllib3 which doesn't match our
|
|
118
|
+
httpx-based codebase. Wrong library.
|
|
119
|
+
Completeness: 3 — Works for GET. POST/PUT not handled (user
|
|
120
|
+
said "all HTTP requests").
|
|
121
|
+
Clarity: 4 — Code is readable. Good variable names.
|
|
122
|
+
Actionability:2 — "Add tests" mentioned but no test file created.
|
|
123
|
+
User has to write tests before merging.
|
|
124
|
+
Conciseness: 3 — 120 lines. The retry config is duplicated in
|
|
125
|
+
3 places instead of one shared RetryConfig object.
|
|
126
|
+
|
|
127
|
+
Overall: 2.8 — Wrong library used. Needs httpx rewrite.
|
|
128
|
+
Fix accuracy first (switch to httpx), then extend to all
|
|
129
|
+
HTTP methods, then consolidate config.
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## Anti-Patterns
|
|
133
|
+
|
|
134
|
+
### "Everything is a 5"
|
|
135
|
+
|
|
136
|
+
```
|
|
137
|
+
FAIL: Accuracy: 5 — All good.
|
|
138
|
+
Completeness: 5 — Everything covered.
|
|
139
|
+
Clarity: 5 — Clear.
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
No evidence cited. This is self-congratulation, not evaluation. A real 5 requires proving there's nothing to improve.
|
|
143
|
+
|
|
144
|
+
### Over-penalizing for scope creep
|
|
145
|
+
|
|
146
|
+
```
|
|
147
|
+
FAIL: Completeness: 2 — Didn't handle WebSocket connections or
|
|
148
|
+
gRPC streaming (user didn't ask for these)
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
Only evaluate against what the user actually requested, not what you could have additionally built.
|
|
152
|
+
|
|
153
|
+
### Using the evaluation to re-litigate
|
|
154
|
+
|
|
155
|
+
```
|
|
156
|
+
FAIL: "As I said earlier, this approach is wrong. Score: 1"
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
The evaluation is about the delivered output, not about re-arguing design decisions that were already made. If the approach was wrong, that should have been caught before delivery.
|
|
160
|
+
|
|
161
|
+
### Mixing personal preference with objective gaps
|
|
162
|
+
|
|
163
|
+
```
|
|
164
|
+
FAIL: "Score: 3. I don't like Python decorators."
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
"Don't like" is not evidence. Cite a concrete readability, testability, or correctness concern, or leave the score at 4+.
|
|
168
|
+
|
|
169
|
+
## Best Practices
|
|
170
|
+
|
|
171
|
+
- **Evaluate the output, not the process.** The user cares about what you delivered, not how many iterations you took.
|
|
172
|
+
- **One improvement per weak axis.** Don't list 5 things for one axis — pick the highest-impact gap.
|
|
173
|
+
- **Tie improvements to user impact.** "Missing error handling means the user's API call will crash silently" beats "add error handling."
|
|
174
|
+
- **Be specific about what 'fixed' looks like.** "Re-run with httpx transport configured for retries" beats "fix the library issue."
|
|
175
|
+
- **Use tool outputs as evidence.** If tests passed, cite them. If lint is clean, cite it. Don't guess — grep for the proof.
|
|
176
|
+
- **If you can't find any gaps, try harder.** A perfect score across all 5 axes is rare. Ask: "If I were the user, what would annoy me about this output?"
|
|
177
|
+
|
|
178
|
+
## Related Skills
|
|
179
|
+
|
|
180
|
+
- `agent-eval` — Head-to-head comparison of different coding agents on benchmark tasks
|
|
181
|
+
- `verification-loop` — Systematic verification of outputs against expected results
|
|
182
|
+
- `security-review` — Security-focused code review checklist
|