@onion-ai/cli 1.0.0-beta.1

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 (220) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +529 -0
  3. package/bin/onion.js +6 -0
  4. package/framework/CLAUDE.md +45 -0
  5. package/framework/VERSION +1 -0
  6. package/framework/agents/compliance/iso-22301-specialist.md +985 -0
  7. package/framework/agents/compliance/iso-27001-specialist.md +713 -0
  8. package/framework/agents/compliance/pmbok-specialist.md +739 -0
  9. package/framework/agents/compliance/security-information-master.md +907 -0
  10. package/framework/agents/compliance/soc2-specialist.md +889 -0
  11. package/framework/agents/deployment/docker-specialist.md +1192 -0
  12. package/framework/agents/development/c4-architecture-specialist.md +745 -0
  13. package/framework/agents/development/c4-documentation-specialist.md +695 -0
  14. package/framework/agents/development/clickup-specialist.md +396 -0
  15. package/framework/agents/development/cursor-specialist.md +277 -0
  16. package/framework/agents/development/docs-reverse-engineer.md +417 -0
  17. package/framework/agents/development/gamma-api-specialist.md +1168 -0
  18. package/framework/agents/development/gitflow-specialist.md +1206 -0
  19. package/framework/agents/development/linux-security-specialist.md +675 -0
  20. package/framework/agents/development/mermaid-specialist.md +515 -0
  21. package/framework/agents/development/nodejs-specialist.md +672 -0
  22. package/framework/agents/development/nx-migration-specialist.md +866 -0
  23. package/framework/agents/development/nx-monorepo-specialist.md +618 -0
  24. package/framework/agents/development/postgres-specialist.md +1123 -0
  25. package/framework/agents/development/react-developer.md +131 -0
  26. package/framework/agents/development/runflow-specialist.md +277 -0
  27. package/framework/agents/development/system-documentation-orchestrator.md +1387 -0
  28. package/framework/agents/development/task-specialist.md +677 -0
  29. package/framework/agents/git/branch-code-reviewer.md +225 -0
  30. package/framework/agents/git/branch-documentation-writer.md +161 -0
  31. package/framework/agents/git/branch-metaspec-checker.md +67 -0
  32. package/framework/agents/git/branch-test-planner.md +176 -0
  33. package/framework/agents/meta/agent-creator-specialist.md +1266 -0
  34. package/framework/agents/meta/command-creator-specialist.md +1676 -0
  35. package/framework/agents/meta/metaspec-gate-keeper.md +240 -0
  36. package/framework/agents/meta/onion.md +824 -0
  37. package/framework/agents/product/branding-positioning-specialist.md +1029 -0
  38. package/framework/agents/product/extract-meeting-specialist.md +394 -0
  39. package/framework/agents/product/meeting-consolidator.md +482 -0
  40. package/framework/agents/product/pain-price-specialist.md +508 -0
  41. package/framework/agents/product/presentation-orchestrator.md +1190 -0
  42. package/framework/agents/product/product-agent.md +201 -0
  43. package/framework/agents/product/story-points-framework-specialist.md +538 -0
  44. package/framework/agents/product/storytelling-business-specialist.md +890 -0
  45. package/framework/agents/research/research-agent.md +292 -0
  46. package/framework/agents/review/code-reviewer.md +154 -0
  47. package/framework/agents/review/corporate-compliance-specialist.md +370 -0
  48. package/framework/agents/testing/test-agent.md +424 -0
  49. package/framework/agents/testing/test-engineer.md +294 -0
  50. package/framework/agents/testing/test-planner.md +117 -0
  51. package/framework/commands/common/prompts/README.md +208 -0
  52. package/framework/commands/common/prompts/clickup-patterns.md +144 -0
  53. package/framework/commands/common/prompts/code-review-checklist.md +168 -0
  54. package/framework/commands/common/prompts/git-workflow-patterns.md +235 -0
  55. package/framework/commands/common/prompts/output-formats.md +240 -0
  56. package/framework/commands/common/prompts/technical.md +194 -0
  57. package/framework/commands/common/templates/abstraction-template.md +399 -0
  58. package/framework/commands/common/templates/agent-template.md +353 -0
  59. package/framework/commands/common/templates/business_context_template.md +748 -0
  60. package/framework/commands/common/templates/command-template.md +273 -0
  61. package/framework/commands/common/templates/technical_context_template.md +526 -0
  62. package/framework/commands/design/screen-spec.md +505 -0
  63. package/framework/commands/development/runflow-dev.md +465 -0
  64. package/framework/commands/docs/build-business-docs.md +299 -0
  65. package/framework/commands/docs/build-compliance-docs.md +143 -0
  66. package/framework/commands/docs/build-index.md +119 -0
  67. package/framework/commands/docs/build-tech-docs.md +221 -0
  68. package/framework/commands/docs/docs-health.md +141 -0
  69. package/framework/commands/docs/help.md +278 -0
  70. package/framework/commands/docs/refine-vision.md +25 -0
  71. package/framework/commands/docs/reverse-consolidate.md +158 -0
  72. package/framework/commands/docs/sync-sessions.md +354 -0
  73. package/framework/commands/docs/validate-docs.md +157 -0
  74. package/framework/commands/engineer/bump.md +29 -0
  75. package/framework/commands/engineer/docs.md +11 -0
  76. package/framework/commands/engineer/hotfix.md +183 -0
  77. package/framework/commands/engineer/plan.md +85 -0
  78. package/framework/commands/engineer/pr-update.md +219 -0
  79. package/framework/commands/engineer/pr.md +117 -0
  80. package/framework/commands/engineer/pre-pr.md +81 -0
  81. package/framework/commands/engineer/start.md +254 -0
  82. package/framework/commands/engineer/validate-phase-sync.md +134 -0
  83. package/framework/commands/engineer/warm-up.md +20 -0
  84. package/framework/commands/engineer/work.md +155 -0
  85. package/framework/commands/f/company-context-extractor.md +93 -0
  86. package/framework/commands/f/process-meetings.md +103 -0
  87. package/framework/commands/git/README.md +682 -0
  88. package/framework/commands/git/code-review.md +213 -0
  89. package/framework/commands/git/fast-commit.md +43 -0
  90. package/framework/commands/git/feature/finish.md +88 -0
  91. package/framework/commands/git/feature/publish.md +89 -0
  92. package/framework/commands/git/feature/start.md +172 -0
  93. package/framework/commands/git/help.md +100 -0
  94. package/framework/commands/git/hotfix/finish.md +96 -0
  95. package/framework/commands/git/hotfix/start.md +92 -0
  96. package/framework/commands/git/init.md +111 -0
  97. package/framework/commands/git/release/finish.md +96 -0
  98. package/framework/commands/git/release/start.md +93 -0
  99. package/framework/commands/git/sync.md +199 -0
  100. package/framework/commands/meta/all-tools.md +58 -0
  101. package/framework/commands/meta/analyze-complex-problem.md +186 -0
  102. package/framework/commands/meta/create-abstraction.md +882 -0
  103. package/framework/commands/meta/create-agent-express.md +98 -0
  104. package/framework/commands/meta/create-agent.md +210 -0
  105. package/framework/commands/meta/create-command.md +203 -0
  106. package/framework/commands/meta/create-knowledge-base.md +143 -0
  107. package/framework/commands/meta/create-task-structure.md +150 -0
  108. package/framework/commands/meta/setup-integration.md +274 -0
  109. package/framework/commands/onion.md +169 -0
  110. package/framework/commands/product/README.md +249 -0
  111. package/framework/commands/product/analyze-pain-price.md +694 -0
  112. package/framework/commands/product/branding.md +458 -0
  113. package/framework/commands/product/check.md +46 -0
  114. package/framework/commands/product/checklist-sync.md +239 -0
  115. package/framework/commands/product/collect.md +95 -0
  116. package/framework/commands/product/consolidate-meetings.md +291 -0
  117. package/framework/commands/product/estimate.md +511 -0
  118. package/framework/commands/product/extract-meeting.md +226 -0
  119. package/framework/commands/product/feature.md +416 -0
  120. package/framework/commands/product/light-arch.md +82 -0
  121. package/framework/commands/product/presentation.md +174 -0
  122. package/framework/commands/product/refine.md +161 -0
  123. package/framework/commands/product/spec.md +79 -0
  124. package/framework/commands/product/task-check.md +378 -0
  125. package/framework/commands/product/task.md +603 -0
  126. package/framework/commands/product/validate-task.md +325 -0
  127. package/framework/commands/product/warm-up.md +24 -0
  128. package/framework/commands/quick/analisys.md +17 -0
  129. package/framework/commands/test/e2e.md +377 -0
  130. package/framework/commands/test/integration.md +508 -0
  131. package/framework/commands/test/unit.md +381 -0
  132. package/framework/commands/validate/collab/pair-testing.md +657 -0
  133. package/framework/commands/validate/collab/three-amigos.md +534 -0
  134. package/framework/commands/validate/qa-points/estimate.md +660 -0
  135. package/framework/commands/validate/test-strategy/analyze.md +1201 -0
  136. package/framework/commands/validate/test-strategy/create.md +411 -0
  137. package/framework/commands/validate/workflow.md +370 -0
  138. package/framework/commands/warm-up.md +20 -0
  139. package/framework/docs/architecture/acoplamento-clickup-problema-analise.md +468 -0
  140. package/framework/docs/architecture/desacoplamento-roadmap.md +364 -0
  141. package/framework/docs/architecture/validacao-fase-1.md +235 -0
  142. package/framework/docs/c4/c4-detection-rules.md +395 -0
  143. package/framework/docs/c4/c4-documentation-templates.md +579 -0
  144. package/framework/docs/c4/c4-mermaid-patterns.md +331 -0
  145. package/framework/docs/c4/c4-templates.md +256 -0
  146. package/framework/docs/clickup/clickup-acceptance-criteria-strategy.md +329 -0
  147. package/framework/docs/clickup/clickup-auto-update-strategy.md +340 -0
  148. package/framework/docs/clickup/clickup-comment-formatter.md +239 -0
  149. package/framework/docs/clickup/clickup-description-fix.md +384 -0
  150. package/framework/docs/clickup/clickup-dual-comment-strategy.md +528 -0
  151. package/framework/docs/clickup/clickup-formatting.md +302 -0
  152. package/framework/docs/clickup/separador-tamanho-otimizado.md +258 -0
  153. package/framework/docs/engineer/pre-pr-acceptance-validation.md +256 -0
  154. package/framework/docs/onion/ESPERANTO.md +293 -0
  155. package/framework/docs/onion/agents-reference.md +832 -0
  156. package/framework/docs/onion/clickup-integration.md +780 -0
  157. package/framework/docs/onion/commands-guide.md +924 -0
  158. package/framework/docs/onion/engineering-flows.md +900 -0
  159. package/framework/docs/onion/getting-started.md +803 -0
  160. package/framework/docs/onion/maintenance-checklist.md +421 -0
  161. package/framework/docs/onion/naming-conventions.md +286 -0
  162. package/framework/docs/onion/practical-examples.md +854 -0
  163. package/framework/docs/product/story-points-integration.md +269 -0
  164. package/framework/docs/product/story-points-validation.md +237 -0
  165. package/framework/docs/reviews/task-manager-docs-review-2025-11-24.md +184 -0
  166. package/framework/docs/strategies/clickup-comment-patterns.md +766 -0
  167. package/framework/docs/strategies/clickup-integration-tests.md +602 -0
  168. package/framework/docs/strategies/clickup-mcp-wrappers-tests.md +888 -0
  169. package/framework/docs/strategies/clickup-regression-tests.md +587 -0
  170. package/framework/docs/strategies/visual-patterns.md +315 -0
  171. package/framework/docs/templates/README.md +649 -0
  172. package/framework/docs/templates/adr-template.md +226 -0
  173. package/framework/docs/templates/analysis-template.md +280 -0
  174. package/framework/docs/templates/execution-plan-template.md +430 -0
  175. package/framework/docs/templates/guide-template.md +367 -0
  176. package/framework/docs/templates/phase-execution-prompt-template.md +504 -0
  177. package/framework/docs/templates/reference-template.md +522 -0
  178. package/framework/docs/templates/solution-template.md +390 -0
  179. package/framework/docs/tools/README.md +356 -0
  180. package/framework/docs/tools/agents.md +365 -0
  181. package/framework/docs/tools/commands.md +669 -0
  182. package/framework/docs/tools/cursor.md +539 -0
  183. package/framework/docs/tools/mcps.md +937 -0
  184. package/framework/docs/tools/rules.md +461 -0
  185. package/framework/rules/language-and-documentation.mdc +371 -0
  186. package/framework/rules/nestjs-controllers.md +83 -0
  187. package/framework/rules/nestjs-dtos.md +255 -0
  188. package/framework/rules/nestjs-modules.md +141 -0
  189. package/framework/rules/nestjs-services.md +230 -0
  190. package/framework/rules/nx-rules.mdc +41 -0
  191. package/framework/rules/onion-patterns.mdc +197 -0
  192. package/framework/skills/codebase-visualizer/SKILL.md +26 -0
  193. package/framework/skills/codebase-visualizer/scripts/visualize.py +131 -0
  194. package/framework/skills/collect/SKILL.md +84 -0
  195. package/framework/skills/create-rule/SKILL.md +152 -0
  196. package/framework/skills/db-schema-visualizer/SKILL.md +49 -0
  197. package/framework/skills/db-schema-visualizer/scripts/visualize.py +1191 -0
  198. package/framework/skills/sync-meetings/SKILL.md +239 -0
  199. package/framework/utils/clickup-mcp-wrappers.md +744 -0
  200. package/framework/utils/date-time-standards.md +200 -0
  201. package/framework/utils/task-manager/README.md +94 -0
  202. package/framework/utils/task-manager/adapters/asana.md +377 -0
  203. package/framework/utils/task-manager/adapters/clickup.md +467 -0
  204. package/framework/utils/task-manager/adapters/linear.md +421 -0
  205. package/framework/utils/task-manager/detector.md +299 -0
  206. package/framework/utils/task-manager/factory.md +363 -0
  207. package/framework/utils/task-manager/interface.md +248 -0
  208. package/framework/utils/task-manager/types.md +409 -0
  209. package/package.json +41 -0
  210. package/src/cli.js +73 -0
  211. package/src/commands/doctor.js +191 -0
  212. package/src/commands/init.js +287 -0
  213. package/src/commands/install.js +261 -0
  214. package/src/commands/list.js +152 -0
  215. package/src/commands/uninstall.js +90 -0
  216. package/src/commands/update.js +26 -0
  217. package/src/utils/fs.js +89 -0
  218. package/src/utils/log.js +35 -0
  219. package/src/utils/paths.js +32 -0
  220. package/src/utils/prompt.js +76 -0
@@ -0,0 +1,669 @@
1
+ # 📋 Comandos .claude/
2
+
3
+ ## 📑 Índice
4
+
5
+ - [Meta Commands](#meta-commands)
6
+ - [Product Workflow](#product-workflow)
7
+ - [Engineer Workflow](#engineer-workflow)
8
+ - [Git Workflow](#git-workflow)
9
+ - [Documentation](#documentation)
10
+ - [Validation](#validation)
11
+ - [Common Utilities](#common-utilities)
12
+
13
+ ---
14
+
15
+ ## Meta Commands
16
+
17
+ ### `/meta/all-tools`
18
+
19
+ ```typescript
20
+ command: '/meta/all-tools';
21
+ // Propósito: Documenta todas as ferramentas disponíveis no contexto do Cursor
22
+ // Output: Gera docs/tools/ com mcps.md, agents.md, commands.md, rules.md
23
+ ```
24
+
25
+ **Localização:** `.claude/commands/meta/all-tools.md`
26
+
27
+ **Funcionalidade:**
28
+
29
+ - 📊 Analisa todas as ferramentas no contexto
30
+ - 📁 Organiza por categoria
31
+ - 📝 Gera documentação detalhada
32
+ - 🔗 Cria índice e README
33
+
34
+ ---
35
+
36
+ ## Product Workflow
37
+
38
+ ### `/product/feature`
39
+
40
+ ```typescript
41
+ command: '/product/feature';
42
+ // Propósito: Inicia planejamento completo de nova feature
43
+ // Integração: ClickUp task creation, technical planning
44
+ ```
45
+
46
+ **Localização:** `.claude/commands/product/feature.md`
47
+
48
+ ### `/product/task`
49
+
50
+ ```typescript
51
+ command: '/product/task';
52
+ // Propósito: Cria e gerencia task no ClickUp
53
+ // Integração: ClickUp MCP
54
+ ```
55
+
56
+ **Localização:** `.claude/commands/product/task.md`
57
+
58
+ ### `/product/spec`
59
+
60
+ ```typescript
61
+ command: '/product/spec';
62
+ // Propósito: Cria especificação detalhada de produto
63
+ // Output: Documento de spec técnica e de negócio
64
+ ```
65
+
66
+ **Localização:** `.claude/commands/product/spec.md`
67
+
68
+ ### `/product/refine`
69
+
70
+ ```typescript
71
+ command: '/product/refine';
72
+ // Propósito: Refina requisitos e especificações existentes
73
+ // Ação: Análise e melhoria de documentação
74
+ ```
75
+
76
+ **Localização:** `.claude/commands/product/refine.md`
77
+
78
+ ### `/product/collect`
79
+
80
+ ```typescript
81
+ command: '/product/collect';
82
+ // Propósito: Coleta informações do usuário para feature/task
83
+ // Fluxo: Interactive questioning
84
+ ```
85
+
86
+ **Localização:** `.claude/commands/product/collect.md`
87
+
88
+ ### `/product/check`
89
+
90
+ ```typescript
91
+ command: '/product/check';
92
+ // Propósito: Valida completude de informações de produto
93
+ // Validação: Checklists de requisitos
94
+ ```
95
+
96
+ **Localização:** `.claude/commands/product/check.md`
97
+
98
+ ### `/product/task-check`
99
+
100
+ ```typescript
101
+ command: '/product/task-check';
102
+ // Propósito: Verifica status e qualidade de task no ClickUp
103
+ // Integração: ClickUp MCP
104
+ ```
105
+
106
+ **Localização:** `.claude/commands/product/task-check.md`
107
+
108
+ ### `/product/validate-task`
109
+
110
+ ```typescript
111
+ command: '/product/validate-task';
112
+ // Propósito: Validação completa de task contra critérios
113
+ // Validação: Requirements, completeness, quality
114
+ ```
115
+
116
+ **Localização:** `.claude/commands/product/validate-task.md`
117
+
118
+ ### `/product/checklist-sync`
119
+
120
+ ```typescript
121
+ command: '/product/checklist-sync';
122
+ // Propósito: Sincroniza checklists entre ClickUp e documentação
123
+ // Integração: Bidirectional sync
124
+ ```
125
+
126
+ **Localização:** `.claude/commands/product/checklist-sync.md`
127
+
128
+ ### `/product/light-arch`
129
+
130
+ ```typescript
131
+ command: '/product/light-arch';
132
+ // Propósito: Cria visão arquitetural simplificada
133
+ // Output: Diagramas e documentação de alto nível
134
+ ```
135
+
136
+ **Localização:** `.claude/commands/product/light-arch.md`
137
+
138
+ ### `/product/warm-up`
139
+
140
+ ```typescript
141
+ command: '/product/warm-up';
142
+ // Propósito: Carrega contexto de produto para sessão
143
+ // Ação: Pre-loads relevant documentation
144
+ ```
145
+
146
+ **Localização:** `.claude/commands/product/warm-up.md`
147
+
148
+ ---
149
+
150
+ ## Engineer Workflow
151
+
152
+ ### `/engineer/start`
153
+
154
+ ```typescript
155
+ command: '/engineer/start';
156
+ // Propósito: Inicia sessão de desenvolvimento
157
+ // Ação: Setup workspace, load context, create branch
158
+ ```
159
+
160
+ **Localização:** `.claude/commands/engineer/start.md`
161
+
162
+ ### `/engineer/plan`
163
+
164
+ ```typescript
165
+ command: '/engineer/plan';
166
+ // Propósito: Planeja implementação técnica
167
+ // Output: Task breakdown, technical approach
168
+ ```
169
+
170
+ **Localização:** `.claude/commands/engineer/plan.md`
171
+
172
+ ### `/engineer/work`
173
+
174
+ ```typescript
175
+ command: '/engineer/work';
176
+ // Propósito: Modo de desenvolvimento ativo
177
+ // Ação: Code, test, commit cycle
178
+ ```
179
+
180
+ **Localização:** `.claude/commands/engineer/work.md\*\*
181
+
182
+ ### `/engineer/pr`
183
+
184
+ ```typescript
185
+ command: '/engineer/pr';
186
+ // Propósito: Prepara e cria Pull Request
187
+ // Ação: Code review, tests, documentation, PR creation
188
+ ```
189
+
190
+ **Localização:** `.claude/commands/engineer/pr.md`
191
+
192
+ ### `/engineer/pre-pr`
193
+
194
+ ```typescript
195
+ command: '/engineer/pre-pr';
196
+ // Propósito: Validações antes de criar PR
197
+ // Validação: Linter, tests, documentation
198
+ ```
199
+
200
+ **Localização:** `.claude/commands/engineer/pre-pr.md`
201
+
202
+ ### `/engineer/pr-update`
203
+
204
+ ```typescript
205
+ command: '/engineer/pr-update';
206
+ // Propósito: Atualiza PR com base em feedback
207
+ // Ação: Apply changes, update documentation
208
+ ```
209
+
210
+ **Localização:** `.claude/commands/engineer/pr-update.md`
211
+
212
+ ### `/engineer/bump`
213
+
214
+ ```typescript
215
+ command: '/engineer/bump';
216
+ // Propósito: Incrementa versão do projeto
217
+ // Ação: Update version, changelog, tags
218
+ ```
219
+
220
+ **Localização:** `.claude/commands/engineer/bump.md`
221
+
222
+ ### `/engineer/hotfix`
223
+
224
+ ```typescript
225
+ command: '/engineer/hotfix';
226
+ // Propósito: Workflow de hotfix emergencial
227
+ // Ação: Fast-track fix from production
228
+ ```
229
+
230
+ **Localização:** `.claude/commands/engineer/hotfix.md`
231
+
232
+ ### `/engineer/docs`
233
+
234
+ ```typescript
235
+ command: '/engineer/docs';
236
+ // Propósito: Gera/atualiza documentação técnica
237
+ // Output: Technical docs, API docs, README
238
+ ```
239
+
240
+ **Localização:** `.claude/commands/engineer/docs.md`
241
+
242
+ ### `/engineer/validate-phase-sync`
243
+
244
+ ```typescript
245
+ command: '/engineer/validate-phase-sync';
246
+ // Propósito: Valida sincronização entre fases
247
+ // Validação: Consistency checks
248
+ ```
249
+
250
+ **Localização:** `.claude/commands/engineer/validate-phase-sync.md`
251
+
252
+ ### `/engineer/warm-up`
253
+
254
+ ```typescript
255
+ command: '/engineer/warm-up';
256
+ // Propósito: Carrega contexto técnico para sessão
257
+ // Ação: Load codebase context, recent changes
258
+ ```
259
+
260
+ **Localização:** `.claude/commands/engineer/warm-up.md`
261
+
262
+ ---
263
+
264
+ ## Git Workflow
265
+
266
+ ### `/git/init`
267
+
268
+ ```typescript
269
+ command: '/git/init';
270
+ // Propósito: Inicializa repositório Git com estrutura padrão
271
+ // Ação: Git init, .gitignore, initial commit
272
+ ```
273
+
274
+ **Localização:** `.claude/commands/git/init.md`
275
+
276
+ ### `/git/sync`
277
+
278
+ ```typescript
279
+ command: '/git/sync';
280
+ // Propósito: Sincroniza branch com remote
281
+ // Ação: Pull, rebase, push
282
+ ```
283
+
284
+ **Localização:** `.claude/commands/git/sync.md`
285
+
286
+ ### `/git/code-review`
287
+
288
+ ```typescript
289
+ command: '/git/code-review';
290
+ // Propósito: Executa code review sistemático
291
+ // Ação: Analysis, suggestions, approval/changes requested
292
+ ```
293
+
294
+ **Localização:** `.claude/commands/git/code-review.md`
295
+
296
+ ### `/git/help`
297
+
298
+ ```typescript
299
+ command: '/git/help';
300
+ // Propósito: Ajuda com comandos e workflows Git
301
+ // Output: Command reference, best practices
302
+ ```
303
+
304
+ **Localização:** `.claude/commands/git/help.md`
305
+
306
+ ### Feature Workflow
307
+
308
+ #### `/git/feature/start`
309
+
310
+ ```typescript
311
+ command: '/git/feature/start';
312
+ // Propósito: Inicia nova feature branch
313
+ // Ação: Create branch from develop, setup tracking
314
+ ```
315
+
316
+ **Localização:** `.claude/commands/git/feature/start.md`
317
+
318
+ #### `/git/feature/publish`
319
+
320
+ ```typescript
321
+ command: '/git/feature/publish';
322
+ // Propósito: Publica feature branch para remote
323
+ // Ação: Push branch, setup tracking
324
+ ```
325
+
326
+ **Localização:** `.claude/commands/git/feature/publish.md`
327
+
328
+ #### `/git/feature/finish`
329
+
330
+ ```typescript
331
+ command: '/git/feature/finish';
332
+ // Propósito: Finaliza feature branch
333
+ // Ação: Merge to develop, cleanup, close task
334
+ ```
335
+
336
+ **Localização:** `.claude/commands/git/feature/finish.md`
337
+
338
+ ### Release Workflow
339
+
340
+ #### `/git/release/start`
341
+
342
+ ```typescript
343
+ command: '/git/release/start';
344
+ // Propósito: Inicia release branch
345
+ // Ação: Create release branch, version bump
346
+ ```
347
+
348
+ **Localização:** `.claude/commands/git/release/start.md`
349
+
350
+ #### `/git/release/finish`
351
+
352
+ ```typescript
353
+ command: '/git/release/finish';
354
+ // Propósito: Finaliza release
355
+ // Ação: Merge to main, tag, deploy
356
+ ```
357
+
358
+ **Localização:** `.claude/commands/git/release/finish.md`
359
+
360
+ ### Hotfix Workflow
361
+
362
+ #### `/git/hotfix/start`
363
+
364
+ ```typescript
365
+ command: '/git/hotfix/start';
366
+ // Propósito: Inicia hotfix de produção
367
+ // Ação: Branch from main, emergency setup
368
+ ```
369
+
370
+ **Localização:** `.claude/commands/git/hotfix/start.md`
371
+
372
+ #### `/git/hotfix/finish`
373
+
374
+ ```typescript
375
+ command: '/git/hotfix/finish';
376
+ // Propósito: Finaliza hotfix
377
+ // Ação: Merge to main and develop, tag, deploy
378
+ ```
379
+
380
+ **Localização:** `.claude/commands/git/hotfix/finish.md`
381
+
382
+ ---
383
+
384
+ ## Documentation
385
+
386
+ ### `/docs/build-business-docs`
387
+
388
+ ```typescript
389
+ command: '/docs/build-business-docs';
390
+ // Propósito: Gera documentação de negócio
391
+ // Output: Business specs, requirements docs
392
+ ```
393
+
394
+ **Localização:** `.claude/commands/docs/build-business-docs.md`
395
+
396
+ ### `/docs/build-tech-docs`
397
+
398
+ ```typescript
399
+ command: '/docs/build-tech-docs';
400
+ // Propósito: Gera documentação técnica
401
+ // Output: Architecture, API docs, technical specs
402
+ ```
403
+
404
+ **Localização:** `.claude/commands/docs/build-tech-docs.md`
405
+
406
+ ### `/docs/build-compliance-docs`
407
+
408
+ ```typescript
409
+ command: '/docs/build-compliance-docs';
410
+ // Propósito: Gera documentação de compliance
411
+ // Output: Security, privacy, regulatory docs
412
+ ```
413
+
414
+ **Localização:** `.claude/commands/docs/build-compliance-docs.md`
415
+
416
+ ### `/docs/build-index`
417
+
418
+ ```typescript
419
+ command: '/docs/build-index';
420
+ // Propósito: Cria índice de toda documentação
421
+ // Output: Central documentation index
422
+ ```
423
+
424
+ **Localização:** `.claude/commands/docs/build-index.md`
425
+
426
+ ### `/docs/docs-health`
427
+
428
+ ```typescript
429
+ command: '/docs/docs-health';
430
+ // Propósito: Analisa saúde da documentação
431
+ // Validação: Completeness, accuracy, freshness
432
+ ```
433
+
434
+ **Localização:** `.claude/commands/docs/docs-health.md`
435
+
436
+ ### `/docs/reverse-consolidate`
437
+
438
+ ```typescript
439
+ command: '/docs/reverse-consolidate';
440
+ // Propósito: Consolida documentação espalhada
441
+ // Ação: Merge, organize, deduplicate
442
+ ```
443
+
444
+ **Localização:** `.claude/commands/docs/reverse-consolidate.md`
445
+
446
+ ### `/docs/refine-vision`
447
+
448
+ ```typescript
449
+ command: '/docs/refine-vision';
450
+ // Propósito: Refina documento de visão do projeto
451
+ // Ação: Update vision, goals, roadmap
452
+ ```
453
+
454
+ **Localização:** `.claude/commands/docs/refine-vision.md`
455
+
456
+ ### `/docs/sync-sessions`
457
+
458
+ ```typescript
459
+ command: '/docs/sync-sessions';
460
+ // Propósito: Sincroniza documentação de sessões
461
+ // Ação: Update session logs, learnings
462
+ ```
463
+
464
+ **Localização:** `.claude/commands/docs/sync-sessions.md`
465
+
466
+ ### `/docs/validate-docs`
467
+
468
+ ```typescript
469
+ command: '/docs/validate-docs';
470
+ // Propósito: Valida qualidade da documentação
471
+ // Validação: Links, formatting, completeness
472
+ ```
473
+
474
+ **Localização:** `.claude/commands/docs/validate-docs.md`
475
+
476
+ ### `/docs/help`
477
+
478
+ ```typescript
479
+ command: '/docs/help';
480
+ // Propósito: Ajuda com comandos de documentação
481
+ // Output: Documentation command reference
482
+ ```
483
+
484
+ **Localização:** `.claude/commands/docs/help.md`
485
+
486
+ ---
487
+
488
+ ## Validation
489
+
490
+ ### `/validate/workflow`
491
+
492
+ ```typescript
493
+ command: '/validate/workflow';
494
+ // Propósito: Valida conformidade com workflow
495
+ // Validação: Process compliance, gate checks
496
+ ```
497
+
498
+ **Localização:** `.claude/commands/validate/workflow.md`
499
+
500
+ ---
501
+
502
+ ## Common Utilities
503
+
504
+ ### `/warm-up`
505
+
506
+ ```typescript
507
+ command: '/warm-up';
508
+ // Propósito: Carrega contexto geral para sessão
509
+ // Ação: Load project context, recent activity
510
+ ```
511
+
512
+ **Localização:** `.claude/commands/warm-up.md`
513
+
514
+ ### `/all-tools`
515
+
516
+ ```typescript
517
+ command: '/all-tools';
518
+ // Propósito: Alias para /meta/all-tools
519
+ // Ver: /meta/all-tools
520
+ ```
521
+
522
+ **Localização:** `.claude/commands/all-tools.md`
523
+
524
+ ### Common Templates
525
+
526
+ #### Business Context Template
527
+
528
+ ```typescript
529
+ template: 'business_context_template';
530
+ // Propósito: Template para contexto de negócio
531
+ // Uso: Base para documentação de requisitos
532
+ ```
533
+
534
+ **Localização:** `.claude/commands/common/templates/business_context_template.md`
535
+
536
+ #### Technical Context Template
537
+
538
+ ```typescript
539
+ template: 'technical_context_template';
540
+ // Propósito: Template para contexto técnico
541
+ // Uso: Base para documentação técnica
542
+ ```
543
+
544
+ **Localização:** `.claude/commands/common/templates/technical_context_template.md`
545
+
546
+ ### Common Prompts
547
+
548
+ #### Technical Prompts
549
+
550
+ ```typescript
551
+ prompts: 'technical_prompts';
552
+ // Propósito: Prompts técnicos reutilizáveis
553
+ // Uso: Code analysis, architecture, reviews
554
+ ```
555
+
556
+ **Localização:** `.claude/commands/common/prompts/technical.md`
557
+
558
+ ---
559
+
560
+ ## 🎯 Categorização por Fase
561
+
562
+ ### 1️⃣ Discovery & Planning
563
+
564
+ - `/product/feature`
565
+ - `/product/spec`
566
+ - `/product/refine`
567
+ - `/product/collect`
568
+
569
+ ### 2️⃣ Development
570
+
571
+ - `/engineer/start`
572
+ - `/engineer/plan`
573
+ - `/engineer/work`
574
+ - `/git/feature/start`
575
+
576
+ ### 3️⃣ Testing & Review
577
+
578
+ - `/engineer/pre-pr`
579
+ - `/git/code-review`
580
+ - `/product/validate-task`
581
+
582
+ ### 4️⃣ Integration
583
+
584
+ - `/engineer/pr`
585
+ - `/git/feature/finish`
586
+ - `/git/sync`
587
+
588
+ ### 5️⃣ Release
589
+
590
+ - `/git/release/start`
591
+ - `/engineer/bump`
592
+ - `/git/release/finish`
593
+
594
+ ### 🚨 Emergency
595
+
596
+ - `/engineer/hotfix`
597
+ - `/git/hotfix/start`
598
+ - `/git/hotfix/finish`
599
+
600
+ ### 📚 Documentation
601
+
602
+ - `/docs/*` (todos os comandos de docs)
603
+ - `/engineer/docs`
604
+
605
+ ### ✅ Validation
606
+
607
+ - `/validate/workflow`
608
+ - `/product/check`
609
+ - `/engineer/validate-phase-sync`
610
+
611
+ ---
612
+
613
+ ## 💡 Padrões de Uso
614
+
615
+ ### Workflow Completo de Feature
616
+
617
+ ```bash
618
+ 1. /product/feature # Planejar feature
619
+ 2. /engineer/start # Iniciar desenvolvimento
620
+ 3. /git/feature/start # Criar branch
621
+ 4. /engineer/work # Desenvolver
622
+ 5. /engineer/pre-pr # Validar
623
+ 6. /engineer/pr # Criar PR
624
+ 7. /git/feature/finish # Merge e cleanup
625
+ ```
626
+
627
+ ### Workflow de Hotfix
628
+
629
+ ```bash
630
+ 1. /git/hotfix/start # Criar hotfix branch
631
+ 2. /engineer/work # Fix rápido
632
+ 3. /engineer/pr # PR emergencial
633
+ 4. /git/hotfix/finish # Deploy urgente
634
+ ```
635
+
636
+ ### Workflow de Documentação
637
+
638
+ ```bash
639
+ 1. /docs/build-tech-docs # Docs técnicas
640
+ 2. /docs/build-business-docs # Docs de negócio
641
+ 3. /docs/build-index # Índice geral
642
+ 4. /docs/validate-docs # Validar
643
+ 5. /docs/docs-health # Health check
644
+ ```
645
+
646
+ ---
647
+
648
+ ## 📊 Estatísticas
649
+
650
+ | Categoria | Comandos | Mais Usado |
651
+ | -------------- | -------- | ----------------------- |
652
+ | **Product** | 10 | `/product/feature` |
653
+ | **Engineer** | 11 | `/engineer/work` |
654
+ | **Git** | 11 | `/git/feature/start` |
655
+ | **Docs** | 9 | `/docs/build-tech-docs` |
656
+ | **Validation** | 1 | `/validate/workflow` |
657
+ | **Common** | 3 | `/warm-up` |
658
+ | **Meta** | 1 | `/meta/all-tools` |
659
+
660
+ **Total:** 46 comandos organizados
661
+
662
+ ---
663
+
664
+ ## 🔗 Recursos Relacionados
665
+
666
+ - [Ferramentas MCP](./mcps.md)
667
+ - [Agentes Especializados](./agents.md)
668
+ - [Workflows](./workflows.md)
669
+ - [Regras do Workspace](./rules.md)