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.
Files changed (383) hide show
  1. package/.local/commands/code-review.md +416 -0
  2. package/.local/commands/pr.md +250 -0
  3. package/.local/commands/prp-pr.md +244 -0
  4. package/.local/guidelines/CLAUDE.md +47 -0
  5. package/.local/skills/prompt-optimizer/SKILL.md +23 -4
  6. package/bundled/manifest.json +4 -4
  7. package/bundled/upstream/anthropic-skills/skills/algorithmic-art/LICENSE.txt +1 -1
  8. package/bundled/upstream/anthropic-skills/skills/brand-guidelines/LICENSE.txt +1 -1
  9. package/bundled/upstream/anthropic-skills/skills/canvas-design/LICENSE.txt +1 -1
  10. package/bundled/upstream/anthropic-skills/skills/claude-api/LICENSE.txt +1 -1
  11. package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +120 -58
  12. package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +9 -9
  13. package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +336 -0
  14. package/bundled/upstream/anthropic-skills/skills/claude-api/go/managed-agents/README.md +561 -0
  15. package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +2 -2
  16. package/bundled/upstream/anthropic-skills/skills/claude-api/java/managed-agents/README.md +442 -0
  17. package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +10 -10
  18. package/bundled/upstream/anthropic-skills/skills/claude-api/php/managed-agents/README.md +435 -0
  19. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +16 -16
  20. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +3 -3
  21. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +3 -3
  22. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +7 -7
  23. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/tool-use.md +19 -19
  24. package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +332 -0
  25. package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +4 -4
  26. package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/managed-agents/README.md +389 -0
  27. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/agent-design.md +101 -0
  28. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +11 -4
  29. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +60 -48
  30. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +372 -0
  31. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-client-patterns.md +209 -0
  32. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +220 -0
  33. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +211 -0
  34. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-events.md +195 -0
  35. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-memory.md +197 -0
  36. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-multiagent.md +99 -0
  37. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +114 -0
  38. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-outcomes.md +106 -0
  39. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +67 -0
  40. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +315 -0
  41. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-webhooks.md +110 -0
  42. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +779 -0
  43. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +16 -14
  44. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +45 -2
  45. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +28 -6
  46. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +15 -15
  47. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/batches.md +2 -2
  48. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/files-api.md +1 -1
  49. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +5 -5
  50. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/tool-use.md +15 -15
  51. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +359 -0
  52. package/bundled/upstream/anthropic-skills/skills/internal-comms/LICENSE.txt +1 -1
  53. package/bundled/upstream/anthropic-skills/skills/mcp-builder/LICENSE.txt +1 -1
  54. package/bundled/upstream/anthropic-skills/skills/skill-creator/LICENSE.txt +1 -1
  55. package/bundled/upstream/anthropic-skills/skills/slack-gif-creator/LICENSE.txt +1 -1
  56. package/bundled/upstream/anthropic-skills/skills/theme-factory/LICENSE.txt +1 -1
  57. package/bundled/upstream/anthropic-skills/skills/web-artifacts-builder/LICENSE.txt +1 -1
  58. package/bundled/upstream/anthropic-skills/skills/webapp-testing/LICENSE.txt +1 -1
  59. package/bundled/upstream/ecc/.omc-source/bundle.json +2 -3
  60. package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +4 -4
  61. package/bundled/upstream/ecc/agents/a11y-architect.md +10 -2
  62. package/bundled/upstream/ecc/agents/architect.md +9 -0
  63. package/bundled/upstream/ecc/agents/build-error-resolver.md +9 -0
  64. package/bundled/upstream/ecc/agents/chief-of-staff.md +9 -0
  65. package/bundled/upstream/ecc/agents/code-architect.md +9 -0
  66. package/bundled/upstream/ecc/agents/code-explorer.md +10 -1
  67. package/bundled/upstream/ecc/agents/code-reviewer.md +87 -1
  68. package/bundled/upstream/ecc/agents/code-simplifier.md +9 -0
  69. package/bundled/upstream/ecc/agents/comment-analyzer.md +10 -1
  70. package/bundled/upstream/ecc/agents/conversation-analyzer.md +9 -0
  71. package/bundled/upstream/ecc/agents/cpp-build-resolver.md +9 -0
  72. package/bundled/upstream/ecc/agents/cpp-reviewer.md +9 -0
  73. package/bundled/upstream/ecc/agents/csharp-reviewer.md +9 -0
  74. package/bundled/upstream/ecc/agents/dart-build-resolver.md +9 -0
  75. package/bundled/upstream/ecc/agents/database-reviewer.md +9 -0
  76. package/bundled/upstream/ecc/agents/django-build-resolver.md +252 -0
  77. package/bundled/upstream/ecc/agents/django-reviewer.md +169 -0
  78. package/bundled/upstream/ecc/agents/doc-updater.md +9 -0
  79. package/bundled/upstream/ecc/agents/docs-lookup.md +9 -0
  80. package/bundled/upstream/ecc/agents/e2e-runner.md +9 -0
  81. package/bundled/upstream/ecc/agents/fastapi-reviewer.md +79 -0
  82. package/bundled/upstream/ecc/agents/flutter-reviewer.md +9 -0
  83. package/bundled/upstream/ecc/agents/fsharp-reviewer.md +109 -0
  84. package/bundled/upstream/ecc/agents/gan-evaluator.md +9 -0
  85. package/bundled/upstream/ecc/agents/gan-generator.md +9 -0
  86. package/bundled/upstream/ecc/agents/gan-planner.md +9 -0
  87. package/bundled/upstream/ecc/agents/go-build-resolver.md +9 -0
  88. package/bundled/upstream/ecc/agents/go-reviewer.md +9 -0
  89. package/bundled/upstream/ecc/agents/harmonyos-app-resolver.md +182 -0
  90. package/bundled/upstream/ecc/agents/harness-optimizer.md +9 -0
  91. package/bundled/upstream/ecc/agents/healthcare-reviewer.md +9 -0
  92. package/bundled/upstream/ecc/agents/homelab-architect.md +107 -0
  93. package/bundled/upstream/ecc/agents/java-build-resolver.md +133 -11
  94. package/bundled/upstream/ecc/agents/java-reviewer.md +130 -32
  95. package/bundled/upstream/ecc/agents/kotlin-build-resolver.md +9 -0
  96. package/bundled/upstream/ecc/agents/kotlin-reviewer.md +9 -0
  97. package/bundled/upstream/ecc/agents/loop-operator.md +9 -0
  98. package/bundled/upstream/ecc/agents/mle-reviewer.md +162 -0
  99. package/bundled/upstream/ecc/agents/network-architect.md +106 -0
  100. package/bundled/upstream/ecc/agents/network-config-reviewer.md +106 -0
  101. package/bundled/upstream/ecc/agents/network-troubleshooter.md +128 -0
  102. package/bundled/upstream/ecc/agents/opensource-forker.md +9 -0
  103. package/bundled/upstream/ecc/agents/opensource-packager.md +9 -0
  104. package/bundled/upstream/ecc/agents/opensource-sanitizer.md +9 -0
  105. package/bundled/upstream/ecc/agents/performance-optimizer.md +9 -0
  106. package/bundled/upstream/ecc/agents/planner.md +9 -0
  107. package/bundled/upstream/ecc/agents/pr-test-analyzer.md +9 -0
  108. package/bundled/upstream/ecc/agents/python-reviewer.md +9 -0
  109. package/bundled/upstream/ecc/agents/pytorch-build-resolver.md +12 -3
  110. package/bundled/upstream/ecc/agents/refactor-cleaner.md +9 -0
  111. package/bundled/upstream/ecc/agents/rust-build-resolver.md +9 -0
  112. package/bundled/upstream/ecc/agents/rust-reviewer.md +9 -0
  113. package/bundled/upstream/ecc/agents/security-reviewer.md +9 -0
  114. package/bundled/upstream/ecc/agents/seo-specialist.md +10 -1
  115. package/bundled/upstream/ecc/agents/silent-failure-hunter.md +9 -0
  116. package/bundled/upstream/ecc/agents/swift-build-resolver.md +170 -0
  117. package/bundled/upstream/ecc/agents/swift-reviewer.md +116 -0
  118. package/bundled/upstream/ecc/agents/tdd-guide.md +9 -0
  119. package/bundled/upstream/ecc/agents/type-design-analyzer.md +10 -1
  120. package/bundled/upstream/ecc/agents/typescript-reviewer.md +9 -0
  121. package/bundled/upstream/ecc/commands/auto-update.md +28 -0
  122. package/bundled/upstream/ecc/commands/build-fix.md +4 -0
  123. package/bundled/upstream/ecc/commands/checkpoint.md +4 -0
  124. package/bundled/upstream/ecc/commands/code-review.md +3 -3
  125. package/bundled/upstream/ecc/commands/cost-report.md +107 -0
  126. package/bundled/upstream/ecc/commands/cpp-build.md +1 -1
  127. package/bundled/upstream/ecc/commands/cpp-test.md +1 -1
  128. package/bundled/upstream/ecc/commands/ecc-guide.md +93 -0
  129. package/bundled/upstream/ecc/commands/fastapi-review.md +39 -0
  130. package/bundled/upstream/ecc/commands/flutter-build.md +1 -1
  131. package/bundled/upstream/ecc/commands/flutter-test.md +1 -1
  132. package/bundled/upstream/ecc/commands/gan-build.md +4 -0
  133. package/bundled/upstream/ecc/commands/gan-design.md +4 -0
  134. package/bundled/upstream/ecc/commands/go-build.md +1 -1
  135. package/bundled/upstream/ecc/commands/go-test.md +1 -1
  136. package/bundled/upstream/ecc/commands/harness-audit.md +4 -0
  137. package/bundled/upstream/ecc/commands/jira.md +2 -2
  138. package/bundled/upstream/ecc/commands/kotlin-build.md +1 -1
  139. package/bundled/upstream/ecc/commands/kotlin-test.md +1 -1
  140. package/bundled/upstream/ecc/commands/learn.md +4 -0
  141. package/bundled/upstream/ecc/commands/loop-start.md +4 -0
  142. package/bundled/upstream/ecc/commands/loop-status.md +54 -1
  143. package/bundled/upstream/ecc/commands/model-route.md +4 -0
  144. package/bundled/upstream/ecc/commands/multi-backend.md +4 -0
  145. package/bundled/upstream/ecc/commands/multi-execute.md +4 -0
  146. package/bundled/upstream/ecc/commands/multi-frontend.md +4 -0
  147. package/bundled/upstream/ecc/commands/multi-plan.md +4 -0
  148. package/bundled/upstream/ecc/commands/multi-workflow.md +4 -0
  149. package/bundled/upstream/ecc/commands/plan-prd.md +160 -0
  150. package/bundled/upstream/ecc/commands/plan.md +96 -13
  151. package/bundled/upstream/ecc/commands/pm2.md +4 -0
  152. package/bundled/upstream/ecc/commands/pr.md +184 -0
  153. package/bundled/upstream/ecc/commands/project-init.md +86 -0
  154. package/bundled/upstream/ecc/commands/python-review.md +1 -1
  155. package/bundled/upstream/ecc/commands/quality-gate.md +4 -0
  156. package/bundled/upstream/ecc/commands/refactor-clean.md +4 -0
  157. package/bundled/upstream/ecc/commands/rust-build.md +1 -1
  158. package/bundled/upstream/ecc/commands/rust-test.md +1 -1
  159. package/bundled/upstream/ecc/commands/security-scan.md +92 -0
  160. package/bundled/upstream/ecc/commands/sessions.md +6 -6
  161. package/bundled/upstream/ecc/commands/skill-health.md +3 -3
  162. package/bundled/upstream/ecc/commands/test-coverage.md +4 -0
  163. package/bundled/upstream/ecc/commands/update-codemaps.md +4 -0
  164. package/bundled/upstream/ecc/commands/update-docs.md +4 -0
  165. package/bundled/upstream/ecc/skills/accessibility/SKILL.md +1 -1
  166. package/bundled/upstream/ecc/skills/agent-architecture-audit/SKILL.md +256 -0
  167. package/bundled/upstream/ecc/skills/agent-payment-x402/SKILL.md +49 -3
  168. package/bundled/upstream/ecc/skills/agentic-os/SKILL.md +387 -0
  169. package/bundled/upstream/ecc/skills/angular-developer/SKILL.md +154 -0
  170. package/bundled/upstream/ecc/skills/angular-developer/references/angular-animations.md +160 -0
  171. package/bundled/upstream/ecc/skills/angular-developer/references/angular-aria.md +410 -0
  172. package/bundled/upstream/ecc/skills/angular-developer/references/cli.md +86 -0
  173. package/bundled/upstream/ecc/skills/angular-developer/references/component-harnesses.md +59 -0
  174. package/bundled/upstream/ecc/skills/angular-developer/references/component-styling.md +91 -0
  175. package/bundled/upstream/ecc/skills/angular-developer/references/components.md +117 -0
  176. package/bundled/upstream/ecc/skills/angular-developer/references/creating-services.md +97 -0
  177. package/bundled/upstream/ecc/skills/angular-developer/references/data-resolvers.md +69 -0
  178. package/bundled/upstream/ecc/skills/angular-developer/references/define-routes.md +67 -0
  179. package/bundled/upstream/ecc/skills/angular-developer/references/defining-providers.md +72 -0
  180. package/bundled/upstream/ecc/skills/angular-developer/references/di-fundamentals.md +120 -0
  181. package/bundled/upstream/ecc/skills/angular-developer/references/e2e-testing.md +56 -0
  182. package/bundled/upstream/ecc/skills/angular-developer/references/effects.md +83 -0
  183. package/bundled/upstream/ecc/skills/angular-developer/references/hierarchical-injectors.md +43 -0
  184. package/bundled/upstream/ecc/skills/angular-developer/references/host-elements.md +80 -0
  185. package/bundled/upstream/ecc/skills/angular-developer/references/injection-context.md +63 -0
  186. package/bundled/upstream/ecc/skills/angular-developer/references/inputs.md +101 -0
  187. package/bundled/upstream/ecc/skills/angular-developer/references/linked-signal.md +59 -0
  188. package/bundled/upstream/ecc/skills/angular-developer/references/loading-strategies.md +61 -0
  189. package/bundled/upstream/ecc/skills/angular-developer/references/mcp.md +108 -0
  190. package/bundled/upstream/ecc/skills/angular-developer/references/navigate-to-routes.md +69 -0
  191. package/bundled/upstream/ecc/skills/angular-developer/references/outputs.md +86 -0
  192. package/bundled/upstream/ecc/skills/angular-developer/references/reactive-forms.md +122 -0
  193. package/bundled/upstream/ecc/skills/angular-developer/references/rendering-strategies.md +44 -0
  194. package/bundled/upstream/ecc/skills/angular-developer/references/resource.md +77 -0
  195. package/bundled/upstream/ecc/skills/angular-developer/references/route-animations.md +56 -0
  196. package/bundled/upstream/ecc/skills/angular-developer/references/route-guards.md +52 -0
  197. package/bundled/upstream/ecc/skills/angular-developer/references/router-lifecycle.md +45 -0
  198. package/bundled/upstream/ecc/skills/angular-developer/references/router-testing.md +87 -0
  199. package/bundled/upstream/ecc/skills/angular-developer/references/show-routes-with-outlets.md +68 -0
  200. package/bundled/upstream/ecc/skills/angular-developer/references/signal-forms.md +795 -0
  201. package/bundled/upstream/ecc/skills/angular-developer/references/signals-overview.md +94 -0
  202. package/bundled/upstream/ecc/skills/angular-developer/references/tailwind-css.md +69 -0
  203. package/bundled/upstream/ecc/skills/angular-developer/references/template-driven-forms.md +114 -0
  204. package/bundled/upstream/ecc/skills/angular-developer/references/testing-fundamentals.md +65 -0
  205. package/bundled/upstream/ecc/skills/autonomous-agent-harness/SKILL.md +6 -0
  206. package/bundled/upstream/ecc/skills/backend-patterns/SKILL.md +8 -45
  207. package/bundled/upstream/ecc/skills/cisco-ios-patterns/SKILL.md +163 -0
  208. package/bundled/upstream/ecc/skills/configure-ecc/SKILL.md +31 -14
  209. package/bundled/upstream/ecc/skills/continuous-learning/SKILL.md +10 -2
  210. package/bundled/upstream/ecc/skills/continuous-learning-v2/SKILL.md +19 -5
  211. package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +44 -4
  212. package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer.md +4 -4
  213. package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/start-observer.sh +5 -1
  214. package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +21 -5
  215. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/detect-project.sh +58 -13
  216. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +97 -4
  217. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
  218. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/migrate-homunculus.sh +62 -0
  219. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +34 -0
  220. package/bundled/upstream/ecc/skills/cost-tracking/SKILL.md +147 -0
  221. package/bundled/upstream/ecc/skills/deep-research/SKILL.md +4 -0
  222. package/bundled/upstream/ecc/skills/defi-amm-security/SKILL.md +6 -0
  223. package/bundled/upstream/ecc/skills/django-celery/SKILL.md +457 -0
  224. package/bundled/upstream/ecc/skills/ecc-guide/SKILL.md +189 -0
  225. package/bundled/upstream/ecc/skills/error-handling/SKILL.md +376 -0
  226. package/bundled/upstream/ecc/skills/exa-search/SKILL.md +4 -0
  227. package/bundled/upstream/ecc/skills/fal-ai-media/SKILL.md +4 -0
  228. package/bundled/upstream/ecc/skills/fastapi-patterns/SKILL.md +327 -0
  229. package/bundled/upstream/ecc/skills/flox-environments/SKILL.md +496 -0
  230. package/bundled/upstream/ecc/skills/frontend-design-direction/SKILL.md +92 -0
  231. package/bundled/upstream/ecc/skills/frontend-slides/animation-patterns.md +122 -0
  232. package/bundled/upstream/ecc/skills/frontend-slides/html-template.md +419 -0
  233. package/bundled/upstream/ecc/skills/frontend-slides/scripts/export-pdf.sh +418 -0
  234. package/bundled/upstream/ecc/skills/frontend-slides/scripts/extract-pptx.py +96 -0
  235. package/bundled/upstream/ecc/skills/frontend-slides/viewport-base.css +153 -0
  236. package/bundled/upstream/ecc/skills/fsharp-testing/SKILL.md +280 -0
  237. package/bundled/upstream/ecc/skills/gateguard/SKILL.md +4 -0
  238. package/bundled/upstream/ecc/skills/hermes-imports/SKILL.md +88 -0
  239. package/bundled/upstream/ecc/skills/homelab-network-readiness/SKILL.md +169 -0
  240. package/bundled/upstream/ecc/skills/homelab-network-setup/SKILL.md +129 -0
  241. package/bundled/upstream/ecc/skills/homelab-pihole-dns/SKILL.md +274 -0
  242. package/bundled/upstream/ecc/skills/homelab-vlan-segmentation/SKILL.md +311 -0
  243. package/bundled/upstream/ecc/skills/homelab-wireguard-vpn/SKILL.md +305 -0
  244. package/bundled/upstream/ecc/skills/ios-icon-gen/SKILL.md +157 -0
  245. package/bundled/upstream/ecc/skills/ios-icon-gen/scripts/generate_icons.swift +258 -0
  246. package/bundled/upstream/ecc/skills/ios-icon-gen/scripts/iconify_gen.sh +235 -0
  247. package/bundled/upstream/ecc/skills/java-coding-standards/SKILL.md +241 -5
  248. package/bundled/upstream/ecc/skills/make-interfaces-feel-better/SKILL.md +151 -0
  249. package/bundled/upstream/ecc/skills/mle-workflow/SKILL.md +346 -0
  250. package/bundled/upstream/ecc/skills/motion-advanced/SKILL.md +596 -0
  251. package/bundled/upstream/ecc/skills/motion-foundations/SKILL.md +299 -0
  252. package/bundled/upstream/ecc/skills/motion-patterns/SKILL.md +435 -0
  253. package/bundled/upstream/ecc/skills/motion-ui/SKILL.md +575 -0
  254. package/bundled/upstream/ecc/skills/mysql-patterns/SKILL.md +412 -0
  255. package/bundled/upstream/ecc/skills/netmiko-ssh-automation/SKILL.md +173 -0
  256. package/bundled/upstream/ecc/skills/network-bgp-diagnostics/SKILL.md +167 -0
  257. package/bundled/upstream/ecc/skills/network-config-validation/SKILL.md +210 -0
  258. package/bundled/upstream/ecc/skills/network-interface-health/SKILL.md +152 -0
  259. package/bundled/upstream/ecc/skills/openclaw-persona-forge/SKILL.md +1 -9
  260. package/bundled/upstream/ecc/skills/plan-orchestrate/SKILL.md +262 -0
  261. package/bundled/upstream/ecc/skills/prisma-patterns/SKILL.md +371 -0
  262. package/bundled/upstream/ecc/skills/production-audit/SKILL.md +206 -0
  263. package/bundled/upstream/ecc/skills/prompt-optimizer/SKILL.md +24 -400
  264. package/bundled/upstream/ecc/skills/quarkus-patterns/SKILL.md +722 -0
  265. package/bundled/upstream/ecc/skills/quarkus-security/SKILL.md +467 -0
  266. package/bundled/upstream/ecc/skills/quarkus-tdd/SKILL.md +811 -0
  267. package/bundled/upstream/ecc/skills/quarkus-verification/SKILL.md +479 -0
  268. package/bundled/upstream/ecc/skills/redis-patterns/SKILL.md +403 -0
  269. package/bundled/upstream/ecc/skills/scientific-db-pubmed-database/SKILL.md +175 -0
  270. package/bundled/upstream/ecc/skills/scientific-db-uspto-database/SKILL.md +177 -0
  271. package/bundled/upstream/ecc/skills/scientific-pkg-gget/SKILL.md +166 -0
  272. package/bundled/upstream/ecc/skills/scientific-thinking-literature-review/SKILL.md +192 -0
  273. package/bundled/upstream/ecc/skills/scientific-thinking-scholar-evaluation/SKILL.md +160 -0
  274. package/bundled/upstream/ecc/skills/search-first/SKILL.md +23 -2
  275. package/bundled/upstream/ecc/skills/security-review/SKILL.md +10 -2
  276. package/bundled/upstream/ecc/skills/skill-comply/scripts/runner.py +28 -3
  277. package/bundled/upstream/ecc/skills/skill-comply/tests/test_runner.py +172 -0
  278. package/bundled/upstream/ecc/skills/skill-scout/SKILL.md +140 -0
  279. package/bundled/upstream/ecc/skills/skill-stocktake/SKILL.md +1 -0
  280. package/bundled/upstream/ecc/skills/strategic-compact/SKILL.md +2 -2
  281. package/bundled/upstream/ecc/skills/tinystruct-patterns/SKILL.md +203 -0
  282. package/bundled/upstream/ecc/skills/tinystruct-patterns/references/architecture.md +90 -0
  283. package/bundled/upstream/ecc/skills/tinystruct-patterns/references/data-handling.md +60 -0
  284. package/bundled/upstream/ecc/skills/tinystruct-patterns/references/database.md +99 -0
  285. package/bundled/upstream/ecc/skills/tinystruct-patterns/references/routing.md +64 -0
  286. package/bundled/upstream/ecc/skills/tinystruct-patterns/references/system-usage.md +97 -0
  287. package/bundled/upstream/ecc/skills/tinystruct-patterns/references/testing.md +72 -0
  288. package/bundled/upstream/ecc/skills/ui-to-vue/SKILL.md +134 -0
  289. package/bundled/upstream/ecc/skills/vite-patterns/SKILL.md +449 -0
  290. package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +788 -0
  291. package/bundled/upstream/ecc/skills/x-api/SKILL.md +4 -0
  292. package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +20 -0
  293. package/bundled/upstream/oh-my-claudecode/agents/analyst.md +2 -1
  294. package/bundled/upstream/oh-my-claudecode/agents/architect.md +2 -1
  295. package/bundled/upstream/oh-my-claudecode/agents/code-reviewer.md +26 -7
  296. package/bundled/upstream/oh-my-claudecode/agents/critic.md +2 -1
  297. package/bundled/upstream/oh-my-claudecode/agents/debugger.md +2 -1
  298. package/bundled/upstream/oh-my-claudecode/agents/designer.md +14 -1
  299. package/bundled/upstream/oh-my-claudecode/agents/document-specialist.md +1 -1
  300. package/bundled/upstream/oh-my-claudecode/agents/executor.md +2 -1
  301. package/bundled/upstream/oh-my-claudecode/agents/explore.md +2 -1
  302. package/bundled/upstream/oh-my-claudecode/agents/git-master.md +2 -1
  303. package/bundled/upstream/oh-my-claudecode/agents/planner.md +2 -1
  304. package/bundled/upstream/oh-my-claudecode/agents/qa-tester.md +2 -1
  305. package/bundled/upstream/oh-my-claudecode/agents/scientist.md +2 -1
  306. package/bundled/upstream/oh-my-claudecode/agents/security-reviewer.md +2 -1
  307. package/bundled/upstream/oh-my-claudecode/agents/test-engineer.md +2 -1
  308. package/bundled/upstream/oh-my-claudecode/agents/tracer.md +2 -1
  309. package/bundled/upstream/oh-my-claudecode/agents/verifier.md +2 -1
  310. package/bundled/upstream/oh-my-claudecode/agents/writer.md +2 -1
  311. package/bundled/upstream/oh-my-claudecode/skills/AGENTS.md +4 -3
  312. package/bundled/upstream/oh-my-claudecode/skills/ai-slop-cleaner/SKILL.md +12 -0
  313. package/bundled/upstream/oh-my-claudecode/skills/deep-dive/SKILL.md +69 -13
  314. package/bundled/upstream/oh-my-claudecode/skills/deep-interview/SKILL.md +176 -63
  315. package/bundled/upstream/oh-my-claudecode/skills/learner/SKILL.md +3 -1
  316. package/bundled/upstream/oh-my-claudecode/skills/omc-doctor/SKILL.md +22 -3
  317. package/bundled/upstream/oh-my-claudecode/skills/omc-reference/SKILL.md +1 -1
  318. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/01-install-claude-md.md +2 -2
  319. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +45 -2
  320. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +46 -5
  321. package/bundled/upstream/oh-my-claudecode/skills/plan/SKILL.md +19 -17
  322. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/config.sh +1 -1
  323. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/parse.sh +1 -1
  324. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/azure-devops.sh +1 -1
  325. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/bitbucket.sh +1 -1
  326. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/gitea.sh +1 -1
  327. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/github.sh +1 -1
  328. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/gitlab.sh +1 -1
  329. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/interface.sh +1 -1
  330. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/jira.sh +1 -1
  331. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/session.sh +1 -1
  332. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/tmux.sh +1 -1
  333. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/worktree.sh +1 -1
  334. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/psm.sh +1 -1
  335. package/bundled/upstream/oh-my-claudecode/skills/project-session-manager/tests/test-psm-prompt-injection.sh +1 -1
  336. package/bundled/upstream/oh-my-claudecode/skills/ralph/SKILL.md +8 -8
  337. package/bundled/upstream/oh-my-claudecode/skills/ralplan/SKILL.md +9 -5
  338. package/bundled/upstream/oh-my-claudecode/skills/skill/SKILL.md +6 -6
  339. package/bundled/upstream/oh-my-claudecode/skills/skillify/SKILL.md +19 -3
  340. package/bundled/upstream/oh-my-claudecode/skills/trace/SKILL.md +3 -1
  341. package/bundled/upstream/oh-my-claudecode/skills/ultrawork/SKILL.md +20 -7
  342. package/bundled/upstream/superpowers/.omc-source/bundle.json +21 -0
  343. package/bundled/upstream/superpowers/hooks/hooks-cursor.json +1 -1
  344. package/bundled/upstream/superpowers/skills/executing-plans/SKILL.md +1 -1
  345. package/bundled/upstream/superpowers/skills/finishing-a-development-branch/SKILL.md +93 -42
  346. package/bundled/upstream/superpowers/skills/requesting-code-review/SKILL.md +7 -9
  347. package/bundled/upstream/superpowers/skills/requesting-code-review/code-reviewer.md +107 -85
  348. package/bundled/upstream/superpowers/skills/subagent-driven-development/SKILL.md +3 -1
  349. package/bundled/upstream/superpowers/skills/subagent-driven-development/code-quality-reviewer-prompt.md +2 -3
  350. package/bundled/upstream/superpowers/skills/systematic-debugging/CREATION-LOG.md +1 -1
  351. package/bundled/upstream/superpowers/skills/systematic-debugging/root-cause-tracing.md +1 -1
  352. package/bundled/upstream/superpowers/skills/using-git-worktrees/SKILL.md +95 -98
  353. package/bundled/upstream/superpowers/skills/using-superpowers/references/codex-tools.md +7 -48
  354. package/bundled/upstream/superpowers/skills/using-superpowers/references/copilot-tools.md +1 -11
  355. package/bundled/upstream/superpowers/skills/using-superpowers/references/gemini-tools.md +21 -3
  356. package/bundled/upstream/superpowers/skills/writing-plans/SKILL.md +1 -1
  357. package/package.json +1 -1
  358. package/src/cli/index.js +1 -0
  359. package/src/cli/setup.js +9 -0
  360. package/src/cli/skill-index.js +209 -0
  361. package/src/cli/skill.js +4 -0
  362. package/bundled/upstream/anthropic-skills/skills/claude-api/python/agent-sdk/README.md +0 -355
  363. package/bundled/upstream/anthropic-skills/skills/claude-api/python/agent-sdk/patterns.md +0 -359
  364. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/agent-sdk/README.md +0 -297
  365. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/agent-sdk/patterns.md +0 -209
  366. package/bundled/upstream/ecc/commands/agent-sort.md +0 -23
  367. package/bundled/upstream/ecc/commands/claw.md +0 -23
  368. package/bundled/upstream/ecc/commands/context-budget.md +0 -23
  369. package/bundled/upstream/ecc/commands/devfleet.md +0 -23
  370. package/bundled/upstream/ecc/commands/docs.md +0 -23
  371. package/bundled/upstream/ecc/commands/e2e.md +0 -268
  372. package/bundled/upstream/ecc/commands/eval.md +0 -23
  373. package/bundled/upstream/ecc/commands/orchestrate.md +0 -135
  374. package/bundled/upstream/ecc/commands/prompt-optimize.md +0 -23
  375. package/bundled/upstream/ecc/commands/rules-distill.md +0 -20
  376. package/bundled/upstream/ecc/commands/tdd.md +0 -231
  377. package/bundled/upstream/ecc/commands/verify.md +0 -23
  378. package/bundled/upstream/ecc/skills/claude-api/SKILL.md +0 -337
  379. package/bundled/upstream/ecc/skills/frontend-design/SKILL.md +0 -145
  380. package/bundled/upstream/superpowers/agents/code-reviewer.md +0 -48
  381. package/bundled/upstream/superpowers/commands/brainstorm.md +0 -5
  382. package/bundled/upstream/superpowers/commands/execute-plan.md +0 -5
  383. package/bundled/upstream/superpowers/commands/write-plan.md +0 -5
@@ -0,0 +1,39 @@
1
+ ---
2
+ description: Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, security, performance, and testability.
3
+ ---
4
+
5
+ # FastAPI Review
6
+
7
+ Invoke the `fastapi-reviewer` agent for a focused FastAPI review.
8
+
9
+ ## Usage
10
+
11
+ ```text
12
+ /fastapi-review [file-or-directory]
13
+ ```
14
+
15
+ ## Review Areas
16
+
17
+ - App factory, router boundaries, middleware, and exception handlers.
18
+ - Pydantic request and response schema separation.
19
+ - Dependency injection for database sessions, auth, pagination, and settings.
20
+ - Async database and external HTTP patterns.
21
+ - CORS, auth, rate limits, logging, and secret handling.
22
+ - OpenAPI metadata and documented response models.
23
+ - Test client setup and dependency overrides.
24
+
25
+ ## Expected Output
26
+
27
+ ```text
28
+ [SEVERITY] Short issue title
29
+ File: path/to/file.py:42
30
+ Issue: What is wrong and why it matters.
31
+ Fix: Concrete change to make.
32
+ ```
33
+
34
+ ## Related
35
+
36
+ - Agent: `fastapi-reviewer`
37
+ - Skill: `fastapi-patterns`
38
+ - Command: `/python-review`
39
+ - Skill: `security-scan`
@@ -156,7 +156,7 @@ The agent will stop and report if:
156
156
 
157
157
  - `/flutter-test` — Run tests after build succeeds
158
158
  - `/flutter-review` — Review code quality
159
- - `/verify` — Full verification loop
159
+ - `verification-loop` skill — Full verification loop
160
160
 
161
161
  ## Related
162
162
 
@@ -134,7 +134,7 @@ Test Status: PASS ✓
134
134
 
135
135
  - `/flutter-build` — Fix build errors before running tests
136
136
  - `/flutter-review` — Review code after tests pass
137
- - `/tdd` — Test-driven development workflow
137
+ - `tdd-workflow` skill — Test-driven development workflow
138
138
 
139
139
  ## Related
140
140
 
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Run a generator/evaluator build loop for implementation tasks with bounded iterations and scoring.
3
+ ---
4
+
1
5
  Parse the following from $ARGUMENTS:
2
6
  1. `brief` — the user's one-line description of what to build
3
7
  2. `--max-iterations N` — (optional, default 15) maximum generator-evaluator cycles
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Run a generator/evaluator design loop for frontend or visual work with bounded iterations and scoring.
3
+ ---
4
+
1
5
  Parse the following from $ARGUMENTS:
2
6
  1. `brief` — the user's description of the design to create
3
7
  2. `--max-iterations N` — (optional, default 10) maximum design-evaluate cycles
@@ -175,7 +175,7 @@ The agent will stop and report if:
175
175
 
176
176
  - `/go-test` - Run tests after build succeeds
177
177
  - `/go-review` - Review code quality
178
- - `/verify` - Full verification loop
178
+ - `verification-loop` skill - Full verification loop
179
179
 
180
180
  ## Related
181
181
 
@@ -260,7 +260,7 @@ go test -race -cover ./...
260
260
 
261
261
  - `/go-build` - Fix build errors
262
262
  - `/go-review` - Review code after implementation
263
- - `/verify` - Run full verification loop
263
+ - `verification-loop` skill - Run full verification loop
264
264
 
265
265
  ## Related
266
266
 
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Run a deterministic repository harness audit and return a prioritized scorecard.
3
+ ---
4
+
1
5
  # Harness Audit Command
2
6
 
3
7
  Run a deterministic repository harness audit and return a prioritized scorecard.
@@ -55,7 +55,7 @@ Dependencies:
55
55
 
56
56
  Recommended Next Steps:
57
57
  - /plan to create implementation plan
58
- - /tdd to implement with tests first
58
+ - `tdd-workflow` skill to implement with tests first
59
59
  ```
60
60
 
61
61
  ### `/jira comment <TICKET-KEY>`
@@ -95,7 +95,7 @@ If credentials are missing, stop and direct the user to set them up.
95
95
 
96
96
  After analyzing a ticket:
97
97
  - Use `/plan` to create an implementation plan from the requirements
98
- - Use `/tdd` to implement with test-driven development
98
+ - Use the `tdd-workflow` skill to implement with test-driven development
99
99
  - Use `/code-review` after implementation
100
100
  - Use `/jira comment` to post progress back to the ticket
101
101
  - Use `/jira transition` to move the ticket when work is complete
@@ -166,7 +166,7 @@ The agent will stop and report if:
166
166
 
167
167
  - `/kotlin-test` - Run tests after build succeeds
168
168
  - `/kotlin-review` - Review code quality
169
- - `/verify` - Full verification loop
169
+ - `verification-loop` skill - Full verification loop
170
170
 
171
171
  ## Related
172
172
 
@@ -304,7 +304,7 @@ open build/reports/kover/html/index.html
304
304
 
305
305
  - `/kotlin-build` - Fix build errors
306
306
  - `/kotlin-review` - Review code after implementation
307
- - `/verify` - Run full verification loop
307
+ - `verification-loop` skill - Run full verification loop
308
308
 
309
309
  ## Related
310
310
 
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Extract reusable patterns from the current session and save them as candidate skills or guidance.
3
+ ---
4
+
1
5
  # /learn - Extract Reusable Patterns
2
6
 
3
7
  Analyze the current session and extract any patterns worth saving as skills.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Start a managed autonomous loop pattern with safety defaults and explicit stop conditions.
3
+ ---
4
+
1
5
  # Loop Start Command
2
6
 
3
7
  Start a managed autonomous loop pattern with safety defaults.
@@ -1,7 +1,23 @@
1
+ ---
2
+ description: Inspect active loop state, progress, failure signals, and recommended intervention.
3
+ ---
4
+
1
5
  # Loop Status Command
2
6
 
3
7
  Inspect active loop state, progress, and failure signals.
4
8
 
9
+ This slash command can only run after the current session dequeues it. If you
10
+ need to inspect a wedged or sibling session, run the packaged CLI from another
11
+ terminal:
12
+
13
+ ```bash
14
+ npx --package ecc-universal ecc loop-status --json
15
+ ```
16
+
17
+ The CLI scans local Claude transcript JSONL files under
18
+ `~/.claude/projects/**` and reports stale `ScheduleWakeup` calls or `Bash`
19
+ tool calls that have no matching `tool_result`.
20
+
5
21
  ## Usage
6
22
 
7
23
  `/loop-status [--watch]`
@@ -14,9 +30,46 @@ Inspect active loop state, progress, and failure signals.
14
30
  - estimated time/cost drift
15
31
  - recommended intervention (continue/pause/stop)
16
32
 
33
+ ## Cross-Session CLI
34
+
35
+ - `ecc loop-status --json` emits machine-readable status for recent local
36
+ Claude transcripts.
37
+ - `ecc loop-status --home <dir>` scans a different home directory when
38
+ inspecting another local profile or mounted workspace.
39
+ - `ecc loop-status --transcript <session.jsonl>` inspects one transcript
40
+ directly.
41
+ - `ecc loop-status --bash-timeout-seconds 1800` adjusts the stale Bash
42
+ threshold.
43
+ - `ecc loop-status --exit-code` exits `2` when stale loop or tool signals are
44
+ found, or `1` when transcripts cannot be scanned.
45
+ - `--exit-code` with `--watch` requires `--watch-count` so watchdog scripts do
46
+ not wait forever for a process exit.
47
+ - `ecc loop-status --watch` refreshes status until interrupted.
48
+ - `ecc loop-status --watch --watch-count 3 --exit-code` refreshes a bounded
49
+ number of times, then exits with the highest status seen.
50
+ - `ecc loop-status --watch --watch-count 3` emits a bounded watch stream for
51
+ scripts and handoffs.
52
+ - `ecc loop-status --watch --write-dir ~/.claude/loops` maintains
53
+ `index.json` and per-session JSON snapshots for sibling terminals or
54
+ watchdog scripts.
55
+
17
56
  ## Watch Mode
18
57
 
19
- When `--watch` is present, refresh status periodically and surface state changes.
58
+ When `--watch` is present, refresh status periodically. With `--json`, each
59
+ refresh is emitted as one JSON object per line so another terminal or script can
60
+ consume the stream.
61
+
62
+ ## Snapshot Files
63
+
64
+ Use `--write-dir <dir>` when a separate process needs to inspect loop state
65
+ without waiting for the current Claude session to dequeue `/loop-status`. The
66
+ CLI writes:
67
+
68
+ - `index.json` with one row per inspected session.
69
+ - `<session-id>.json` with the full status payload for that session.
70
+
71
+ These files are snapshots of local transcript analysis. They do not control or
72
+ timeout Claude Code runtime tool calls.
20
73
 
21
74
  ## Arguments
22
75
 
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Recommend the best model tier for the current task based on complexity, risk, and budget.
3
+ ---
4
+
1
5
  # Model Route Command
2
6
 
3
7
  Recommend the best model tier for the current task by complexity and budget.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Run a backend-focused multi-model workflow for APIs, algorithms, data, and business logic.
3
+ ---
4
+
1
5
  # Backend - Backend-Focused Development
2
6
 
3
7
  Backend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Codex-led.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Execute a multi-model implementation plan while preserving Claude as the only filesystem writer.
3
+ ---
4
+
1
5
  # Execute - Multi-Model Collaborative Execution
2
6
 
3
7
  Multi-model collaborative execution - Get prototype from plan → Claude refactors and implements → Multi-model audit and delivery.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Run a frontend-focused multi-model workflow for components, layouts, animation, and UI polish.
3
+ ---
4
+
1
5
  # Frontend - Frontend-Focused Development
2
6
 
3
7
  Frontend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Gemini-led.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Create a multi-model implementation plan without modifying production code.
3
+ ---
4
+
1
5
  # Plan - Multi-Model Collaborative Planning
2
6
 
3
7
  Multi-model collaborative planning - Context retrieval + Dual-model analysis → Generate step-by-step implementation plan.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Run a full multi-model development workflow with research, planning, execution, optimization, and review.
3
+ ---
4
+
1
5
  # Workflow - Multi-Model Collaborative Development
2
6
 
3
7
  Multi-model collaborative development workflow (Research → Ideation → Plan → Execute → Optimize → Review), with intelligent routing: Frontend → Gemini, Backend → Codex.
@@ -0,0 +1,160 @@
1
+ ---
2
+ description: "Generate a lean, problem-first PRD and hand off to /plan for implementation planning."
3
+ argument-hint: "[product/feature idea] (blank = start with questions)"
4
+ ---
5
+
6
+ # PRD Command
7
+
8
+ Produces a **Product Requirements Document** — the requirements-phase artifact of the SDLC. Captures *what* must be true for success and *why*, and stops before *how*. Implementation decomposition is delegated to `/plan`.
9
+
10
+ **Input**: `$ARGUMENTS`
11
+
12
+ ## Scope of this command
13
+
14
+ | This command does | This command does NOT do |
15
+ |---|---|
16
+ | Frame the problem and users | Design the architecture |
17
+ | Capture success criteria and scope | Pick files or write patterns |
18
+ | List open questions and risks | Enumerate implementation tasks |
19
+ | Write `.claude/prds/{name}.prd.md` | Produce an implementation plan — that's `/plan` |
20
+
21
+ If you find yourself writing implementation detail, stop and cut it. It belongs in `/plan`.
22
+
23
+ **Anti-fluff rule**: When information is missing, write `TBD — needs validation via {method}`. Never invent plausible-sounding requirements.
24
+
25
+ ## Workflow
26
+
27
+ Four phases. Each phase is a single gate — ask the questions, wait for the user, then move on. No nested loops, no parallel research ceremony.
28
+
29
+ ### Phase 1 — FRAME
30
+
31
+ If `$ARGUMENTS` is empty, ask:
32
+
33
+ > What do you want to build? One or two sentences.
34
+
35
+ If provided, restate in one sentence and ask:
36
+
37
+ > I understand: *{restated}*. Correct, or should I adjust?
38
+
39
+ Then ask the framing questions in a single set:
40
+
41
+ > 1. **Who** has this problem? (specific role or segment)
42
+ > 2. **What** is the observable pain? (describe behavior, not assumed needs)
43
+ > 3. **Why** can't they solve it with what exists today?
44
+ > 4. **Why now?** — what changed that makes this worth doing?
45
+
46
+ Wait for the user. Do not proceed without answers (or explicit "skip").
47
+
48
+ ### Phase 2 — GROUND
49
+
50
+ Ask for evidence. This is the shortest phase and the most load-bearing:
51
+
52
+ > What evidence do you have that this problem is real and worth solving? (user quotes, support tickets, metrics, observed behavior, failed workarounds — anything concrete)
53
+
54
+ If the user has none, record the PRD's Evidence section as `Assumption — needs validation via {user research | analytics | prototype}`. This keeps the PRD honest.
55
+
56
+ ### Phase 3 — DECIDE
57
+
58
+ Scope and hypothesis in a single set:
59
+
60
+ > 1. **Hypothesis** — Complete: *We believe **{capability}** will **{solve problem}** for **{users}**. We'll know we're right when **{measurable outcome}**.*
61
+ > 2. **MVP** — The minimum needed to test the hypothesis?
62
+ > 3. **Out of scope** — What are you explicitly **not** building (even if users ask)?
63
+ > 4. **Open questions** — Uncertainties that could change the approach?
64
+
65
+ Wait for responses.
66
+
67
+ ### Phase 4 — GENERATE & HAND OFF
68
+
69
+ Create the directory if needed, write the PRD, and report.
70
+
71
+ ```bash
72
+ mkdir -p .claude/prds
73
+ ```
74
+
75
+ **Output path**: `.claude/prds/{kebab-case-name}.prd.md`
76
+
77
+ #### PRD Template
78
+
79
+ ```markdown
80
+ # {Product / Feature Name}
81
+
82
+ ## Problem
83
+ {2–3 sentences: who has what problem, and what's the cost of leaving it unsolved?}
84
+
85
+ ## Evidence
86
+ - {User quote, data point, or observation}
87
+ - {OR: "Assumption — needs validation via {method}"}
88
+
89
+ ## Users
90
+ - **Primary**: {role, context, what triggers the need}
91
+ - **Not for**: {who this explicitly excludes}
92
+
93
+ ## Hypothesis
94
+ We believe **{capability}** will **{solve problem}** for **{users}**.
95
+ We'll know we're right when **{measurable outcome}**.
96
+
97
+ ## Success Metrics
98
+ | Metric | Target | How measured |
99
+ |---|---|---|
100
+ | {primary} | {number} | {method} |
101
+
102
+ ## Scope
103
+ **MVP** — {the minimum to test the hypothesis}
104
+
105
+ **Out of scope**
106
+ - {item} — {why deferred}
107
+
108
+ ## Delivery Milestones
109
+ <!-- Business outcomes, not engineering tasks. /plan turns each into a plan. -->
110
+ <!-- Status: pending | in-progress | complete -->
111
+
112
+ | # | Milestone | Outcome | Status | Plan |
113
+ |---|---|---|---|---|
114
+ | 1 | {name} | {user-visible change} | pending | — |
115
+ | 2 | {name} | {user-visible change} | pending | — |
116
+
117
+ ## Open Questions
118
+ - [ ] {question that could change scope or approach}
119
+
120
+ ## Risks
121
+ | Risk | Likelihood | Impact | Mitigation |
122
+ |---|---|---|---|
123
+
124
+ ---
125
+ *Status: DRAFT — requirements only. Implementation planning pending via /plan.*
126
+ ```
127
+
128
+ #### Report to user
129
+
130
+ ```
131
+ PRD created: .claude/prds/{name}.prd.md
132
+
133
+ Problem: {one line}
134
+ Hypothesis: {one line}
135
+ MVP: {one line}
136
+
137
+ Validation status:
138
+ Problem {validated | assumption}
139
+ Users {concrete | generic — refine}
140
+ Metrics {defined | TBD}
141
+
142
+ Open questions: {count}
143
+
144
+ Next step: /plan .claude/prds/{name}.prd.md
145
+ → /plan will pick the next pending milestone and produce an implementation plan.
146
+ ```
147
+
148
+ ## Integration
149
+
150
+ - `/plan <prd-path>` — consume the PRD and produce an implementation plan for the next pending milestone.
151
+ - `tdd-workflow` skill — implement the plan test-first.
152
+ - `/pr` — open a PR that references the PRD and plan.
153
+
154
+ ## Success criteria
155
+
156
+ - **PROBLEM_CLEAR**: problem is specific and evidenced (or flagged as assumption).
157
+ - **USER_CONCRETE**: primary user is a specific role, not "users".
158
+ - **HYPOTHESIS_TESTABLE**: measurable outcome included.
159
+ - **SCOPE_BOUNDED**: explicit MVP and explicit out-of-scope.
160
+ - **NO_IMPLEMENTATION_DETAIL**: file paths, libraries, or task breakdowns are absent — if they appeared, move them to the `/plan` step.
@@ -1,10 +1,13 @@
1
1
  ---
2
2
  description: Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.
3
+ argument-hint: "[feature description | path/to/*.prd.md]"
3
4
  ---
4
5
 
5
6
  # Plan Command
6
7
 
7
- This command invokes the **planner** agent to create a comprehensive implementation plan before writing any code.
8
+ This command creates a comprehensive implementation plan before writing any code. It accepts either free-form requirements or a PRD markdown file.
9
+
10
+ Run inline by default. Do not call the Task tool or any subagent by default. This keeps `/plan` usable from plugin installs that ship commands without agent files.
8
11
 
9
12
  ## What This Command Does
10
13
 
@@ -24,21 +27,96 @@ Use `/plan` when:
24
27
 
25
28
  ## How It Works
26
29
 
27
- The planner agent will:
30
+ The assistant will:
28
31
 
29
32
  1. **Analyze the request** and restate requirements in clear terms
30
- 2. **Break down into phases** with specific, actionable steps
31
- 3. **Identify dependencies** between components
32
- 4. **Assess risks** and potential blockers
33
- 5. **Estimate complexity** (High/Medium/Low)
34
- 6. **Present the plan** and WAIT for your explicit confirmation
33
+ 2. **Ground the plan** in relevant codebase patterns when the repo is available
34
+ 3. **Break down into phases** with specific, actionable steps
35
+ 4. **Identify dependencies** between components
36
+ 5. **Assess risks** and potential blockers
37
+ 6. **Estimate complexity** (High/Medium/Low)
38
+ 7. **Present the plan** and WAIT for your explicit confirmation
39
+
40
+ ## Input Modes
41
+
42
+ | Input | Mode | Behavior |
43
+ |---|---|---|
44
+ | `path/to/name.prd.md` | PRD artifact mode | Read the PRD, pick the next pending delivery milestone or implementation phase, and write `.claude/plans/{name}.plan.md` |
45
+ | Any other markdown path | Reference mode | Read the file as context and produce an inline plan |
46
+ | Free-form text | Conversational mode | Produce an inline plan |
47
+ | Empty input | Clarification mode | Ask what should be planned |
48
+
49
+ In PRD artifact mode, create `.claude/plans/` if needed. If the PRD contains a `Delivery Milestones` table, update only the selected row from `pending` to `in-progress` and set its `Plan` cell to the generated plan path. If the PRD uses the legacy `.claude/PRPs/prds/` format with `Implementation Phases`, read it without migrating paths.
50
+
51
+ ## Pattern Grounding
52
+
53
+ Before writing the plan, search the codebase for conventions the implementation should mirror. Capture the top example for each relevant category with file references:
54
+
55
+ | Category | What to capture |
56
+ |---|---|
57
+ | Naming | File, function, type, command, or script naming in the affected area |
58
+ | Error handling | How failures are raised, returned, logged, or handled gracefully |
59
+ | Logging | Levels, format, and what gets logged |
60
+ | Data access | Repository, service, query, or filesystem patterns |
61
+ | Tests | Test file location, framework, fixtures, and assertion style |
62
+
63
+ If no similar code exists, state that explicitly. Do not invent a pattern.
64
+
65
+ ## PRD Artifact Output
66
+
67
+ When called with a `.prd.md` file, write the plan to `.claude/plans/{kebab-case-name}.plan.md` using this structure:
68
+
69
+ ````markdown
70
+ # Plan: {Feature Name}
71
+
72
+ **Source PRD**: {path}
73
+ **Selected Milestone**: {milestone or phase name}
74
+ **Complexity**: {Small | Medium | Large}
75
+
76
+ ## Summary
77
+ {2-3 sentences}
78
+
79
+ ## Patterns to Mirror
80
+ | Category | Source | Pattern |
81
+ |---|---|---|
82
+ | Naming | `path:line` | {short description} |
83
+ | Errors | `path:line` | {short description} |
84
+ | Tests | `path:line` | {short description} |
85
+
86
+ ## Files to Change
87
+ | File | Action | Why |
88
+ |---|---|---|
89
+ | `path` | CREATE / UPDATE / DELETE | {reason} |
90
+
91
+ ## Tasks
92
+ ### Task 1: {name}
93
+ - **Action**: {what to do}
94
+ - **Mirror**: {pattern to follow}
95
+ - **Validate**: {command that proves correctness}
96
+
97
+ ## Validation
98
+ ```bash
99
+ {project-specific validation commands}
100
+ ```
101
+
102
+ ## Risks
103
+ | Risk | Likelihood | Mitigation |
104
+ |---|---|---|
105
+
106
+ ## Acceptance
107
+ - [ ] All tasks complete
108
+ - [ ] Validation passes
109
+ - [ ] Patterns mirrored, not reinvented
110
+ ````
111
+
112
+ After writing the artifact, report its path and WAIT for confirmation before writing code.
35
113
 
36
114
  ## Example Usage
37
115
 
38
116
  ```
39
117
  User: /plan I need to add real-time notifications when markets resolve
40
118
 
41
- Agent (planner):
119
+ Assistant:
42
120
  # Implementation Plan: Real-Time Market Resolution Notifications
43
121
 
44
122
  ## Requirements Restatement
@@ -93,7 +171,7 @@ Agent (planner):
93
171
 
94
172
  ## Important Notes
95
173
 
96
- **CRITICAL**: The planner agent will **NOT** write any code until you explicitly confirm the plan with "yes" or "proceed" or similar affirmative response.
174
+ **CRITICAL**: This command will **NOT** write any code until you explicitly confirm the plan with "yes" or "proceed" or similar affirmative response.
97
175
 
98
176
  If you want changes, respond with:
99
177
  - "modify: [your changes]"
@@ -103,15 +181,20 @@ If you want changes, respond with:
103
181
  ## Integration with Other Commands
104
182
 
105
183
  After planning:
106
- - Use `/tdd` to implement with test-driven development
184
+ - Use the `tdd-workflow` skill to implement with test-driven development
107
185
  - Use `/build-fix` if build errors occur
108
186
  - Use `/code-review` to review completed implementation
187
+ - Use `/pr` or `/prp-pr` to open a pull request
188
+
189
+ > **Need requirements first?** Use `/plan-prd` for a lean PRD at `.claude/prds/{name}.prd.md`.
190
+ >
191
+ > **Need the legacy PRP flow?** Use `/prp-plan` for deep PRP planning with `.claude/PRPs/` artifacts. Use `/prp-implement` to execute those plans with rigorous validation loops.
109
192
 
110
- > **Need deeper planning?** Use `/prp-plan` for artifact-producing planning with PRD integration, codebase analysis, and pattern extraction. Use `/prp-implement` to execute those plans with rigorous validation loops.
193
+ ## Optional Planner Agent
111
194
 
112
- ## Related Agents
195
+ ECC also provides a `planner` agent for manual installs that include agent files. Use it only when the local runtime already exposes that subagent and the user explicitly asks you to delegate planning.
113
196
 
114
- This command invokes the `planner` agent provided by ECC.
197
+ If the `planner` subagent is unavailable, continue planning inline instead of surfacing an "Agent type 'planner' not found" error.
115
198
 
116
199
  For manual installs, the source file lives at:
117
200
  `agents/planner.md`
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Analyze a project and generate PM2 service commands for detected frontend, backend, or database services.
3
+ ---
4
+
1
5
  # PM2 Init
2
6
 
3
7
  Auto-analyze project and generate PM2 service commands.