autodoc-agent-kit 1.0.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.
Files changed (187) hide show
  1. package/README.md +362 -0
  2. package/package.json +49 -0
  3. package/src/core/module.yaml +5 -0
  4. package/src/modules/design/module.yaml +9 -0
  5. package/src/modules/design/skills/brand-guidelines/LICENSE.txt +202 -0
  6. package/src/modules/design/skills/brand-guidelines/SKILL.md +73 -0
  7. package/src/modules/design/skills/frontend-design/LICENSE.txt +177 -0
  8. package/src/modules/design/skills/frontend-design/SKILL.md +42 -0
  9. package/src/modules/design/skills/web-artifacts-builder/SKILL.md +229 -0
  10. package/src/modules/devops/module.yaml +10 -0
  11. package/src/modules/devops/skills/devops-helper/SKILL.md +60 -0
  12. package/src/modules/devops/skills/k8s-helm/SKILL.md +360 -0
  13. package/src/modules/devops/skills/monitoring-observability/SKILL.md +240 -0
  14. package/src/modules/devops/skills/security-auditor/SKILL.md +105 -0
  15. package/src/modules/engineering/module.yaml +22 -0
  16. package/src/modules/engineering/skills/ai-sdk/SKILL.md +314 -0
  17. package/src/modules/engineering/skills/api-designer/SKILL.md +77 -0
  18. package/src/modules/engineering/skills/code-reviewer/SKILL.md +71 -0
  19. package/src/modules/engineering/skills/db-architect/SKILL.md +50 -0
  20. package/src/modules/engineering/skills/debugger/SKILL.md +59 -0
  21. package/src/modules/engineering/skills/docs-generator/SKILL.md +51 -0
  22. package/src/modules/engineering/skills/git-workflow/SKILL.md +258 -0
  23. package/src/modules/engineering/skills/mcp-builder/LICENSE.txt +202 -0
  24. package/src/modules/engineering/skills/mcp-builder/SKILL.md +236 -0
  25. package/src/modules/engineering/skills/mcp-builder/reference/evaluation.md +602 -0
  26. package/src/modules/engineering/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
  27. package/src/modules/engineering/skills/mcp-builder/reference/node_mcp_server.md +970 -0
  28. package/src/modules/engineering/skills/mcp-builder/reference/python_mcp_server.md +719 -0
  29. package/src/modules/engineering/skills/mcp-builder/scripts/connections.py +151 -0
  30. package/src/modules/engineering/skills/mcp-builder/scripts/evaluation.py +373 -0
  31. package/src/modules/engineering/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
  32. package/src/modules/engineering/skills/mcp-builder/scripts/requirements.txt +2 -0
  33. package/src/modules/engineering/skills/nextjs-15/SKILL.md +312 -0
  34. package/src/modules/engineering/skills/perf-optimizer/SKILL.md +60 -0
  35. package/src/modules/engineering/skills/react-19/SKILL.md +257 -0
  36. package/src/modules/engineering/skills/refactorer/SKILL.md +60 -0
  37. package/src/modules/engineering/skills/skill-authoring-workflow/SKILL.md +183 -0
  38. package/src/modules/engineering/skills/skill-creator/LICENSE.txt +202 -0
  39. package/src/modules/engineering/skills/skill-creator/SKILL.md +356 -0
  40. package/src/modules/engineering/skills/skill-creator/references/output-patterns.md +82 -0
  41. package/src/modules/engineering/skills/skill-creator/references/workflows.md +28 -0
  42. package/src/modules/engineering/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-313.pyc +0 -0
  43. package/src/modules/engineering/skills/skill-creator/scripts/init_skill.py +303 -0
  44. package/src/modules/engineering/skills/skill-creator/scripts/package_skill.py +110 -0
  45. package/src/modules/engineering/skills/skill-creator/scripts/quick_validate.py +95 -0
  46. package/src/modules/engineering/skills/typescript/SKILL.md +231 -0
  47. package/src/modules/engineering/skills/zod-4/SKILL.md +223 -0
  48. package/src/modules/product/module.yaml +51 -0
  49. package/src/modules/product/skills/acquisition-channel-advisor/SKILL.md +643 -0
  50. package/src/modules/product/skills/acquisition-channel-advisor/examples/conversation-flow.md +531 -0
  51. package/src/modules/product/skills/ai-shaped-readiness-advisor/SKILL.md +923 -0
  52. package/src/modules/product/skills/altitude-horizon-framework/SKILL.md +250 -0
  53. package/src/modules/product/skills/altitude-horizon-framework/examples/sample.md +85 -0
  54. package/src/modules/product/skills/business-health-diagnostic/SKILL.md +783 -0
  55. package/src/modules/product/skills/company-research/SKILL.md +385 -0
  56. package/src/modules/product/skills/company-research/examples/sample.md +164 -0
  57. package/src/modules/product/skills/company-research/template.md +60 -0
  58. package/src/modules/product/skills/context-engineering-advisor/SKILL.md +763 -0
  59. package/src/modules/product/skills/customer-journey-map/SKILL.md +346 -0
  60. package/src/modules/product/skills/customer-journey-map/examples/meta-product-manager-skills.md +40 -0
  61. package/src/modules/product/skills/customer-journey-map/examples/sample.md +33 -0
  62. package/src/modules/product/skills/customer-journey-map/template.md +28 -0
  63. package/src/modules/product/skills/customer-journey-mapping-workshop/SKILL.md +523 -0
  64. package/src/modules/product/skills/director-readiness-advisor/SKILL.md +351 -0
  65. package/src/modules/product/skills/director-readiness-advisor/examples/conversation-flow.md +96 -0
  66. package/src/modules/product/skills/discovery-interview-prep/SKILL.md +410 -0
  67. package/src/modules/product/skills/discovery-process/SKILL.md +504 -0
  68. package/src/modules/product/skills/discovery-process/examples/sample.md +60 -0
  69. package/src/modules/product/skills/discovery-process/template.md +39 -0
  70. package/src/modules/product/skills/eol-message/SKILL.md +348 -0
  71. package/src/modules/product/skills/eol-message/examples/sample.md +87 -0
  72. package/src/modules/product/skills/eol-message/template.md +74 -0
  73. package/src/modules/product/skills/epic-breakdown-advisor/SKILL.md +665 -0
  74. package/src/modules/product/skills/epic-hypothesis/SKILL.md +277 -0
  75. package/src/modules/product/skills/epic-hypothesis/examples/sample.md +104 -0
  76. package/src/modules/product/skills/epic-hypothesis/template.md +30 -0
  77. package/src/modules/product/skills/executive-onboarding-playbook/SKILL.md +280 -0
  78. package/src/modules/product/skills/executive-onboarding-playbook/examples/sample.md +116 -0
  79. package/src/modules/product/skills/feature-investment-advisor/SKILL.md +639 -0
  80. package/src/modules/product/skills/feature-investment-advisor/examples/conversation-flow.md +538 -0
  81. package/src/modules/product/skills/finance-based-pricing-advisor/SKILL.md +763 -0
  82. package/src/modules/product/skills/finance-metrics-quickref/SKILL.md +309 -0
  83. package/src/modules/product/skills/jobs-to-be-done/SKILL.md +370 -0
  84. package/src/modules/product/skills/jobs-to-be-done/examples/sample.md +80 -0
  85. package/src/modules/product/skills/jobs-to-be-done/template.md +65 -0
  86. package/src/modules/product/skills/lean-ux-canvas/SKILL.md +561 -0
  87. package/src/modules/product/skills/lean-ux-canvas/examples/sample.md +88 -0
  88. package/src/modules/product/skills/lean-ux-canvas/template.md +32 -0
  89. package/src/modules/product/skills/opportunity-solution-tree/SKILL.md +420 -0
  90. package/src/modules/product/skills/opportunity-solution-tree/examples/sample.md +104 -0
  91. package/src/modules/product/skills/opportunity-solution-tree/template.md +33 -0
  92. package/src/modules/product/skills/pestel-analysis/SKILL.md +376 -0
  93. package/src/modules/product/skills/pestel-analysis/examples/sample.md +143 -0
  94. package/src/modules/product/skills/pestel-analysis/template.md +53 -0
  95. package/src/modules/product/skills/pol-probe/SKILL.md +217 -0
  96. package/src/modules/product/skills/pol-probe/examples/sample.md +136 -0
  97. package/src/modules/product/skills/pol-probe/template.md +59 -0
  98. package/src/modules/product/skills/pol-probe-advisor/SKILL.md +492 -0
  99. package/src/modules/product/skills/positioning-statement/SKILL.md +230 -0
  100. package/src/modules/product/skills/positioning-statement/examples/sample.md +51 -0
  101. package/src/modules/product/skills/positioning-statement/template.md +25 -0
  102. package/src/modules/product/skills/positioning-workshop/SKILL.md +424 -0
  103. package/src/modules/product/skills/prd-development/SKILL.md +655 -0
  104. package/src/modules/product/skills/prd-development/examples/sample.md +43 -0
  105. package/src/modules/product/skills/prd-development/template.md +55 -0
  106. package/src/modules/product/skills/press-release/SKILL.md +269 -0
  107. package/src/modules/product/skills/press-release/examples/sample.md +73 -0
  108. package/src/modules/product/skills/press-release/template.md +39 -0
  109. package/src/modules/product/skills/prioritization-advisor/SKILL.md +448 -0
  110. package/src/modules/product/skills/problem-framing-canvas/SKILL.md +466 -0
  111. package/src/modules/product/skills/problem-framing-canvas/examples/sample.md +58 -0
  112. package/src/modules/product/skills/problem-framing-canvas/template.md +22 -0
  113. package/src/modules/product/skills/problem-statement/SKILL.md +246 -0
  114. package/src/modules/product/skills/problem-statement/examples/sample.md +82 -0
  115. package/src/modules/product/skills/problem-statement/template.md +37 -0
  116. package/src/modules/product/skills/product-strategy-session/SKILL.md +426 -0
  117. package/src/modules/product/skills/product-strategy-session/examples/sample.md +67 -0
  118. package/src/modules/product/skills/product-strategy-session/template.md +38 -0
  119. package/src/modules/product/skills/proto-persona/SKILL.md +326 -0
  120. package/src/modules/product/skills/proto-persona/examples/sample.md +97 -0
  121. package/src/modules/product/skills/proto-persona/template.md +45 -0
  122. package/src/modules/product/skills/recommendation-canvas/SKILL.md +375 -0
  123. package/src/modules/product/skills/recommendation-canvas/examples/sample.md +94 -0
  124. package/src/modules/product/skills/recommendation-canvas/template.md +86 -0
  125. package/src/modules/product/skills/roadmap-planning/SKILL.md +505 -0
  126. package/src/modules/product/skills/roadmap-planning/examples/sample.md +62 -0
  127. package/src/modules/product/skills/roadmap-planning/template.md +30 -0
  128. package/src/modules/product/skills/saas-economics-efficiency-metrics/SKILL.md +694 -0
  129. package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/cash-trap.md +365 -0
  130. package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/healthy-unit-economics.md +279 -0
  131. package/src/modules/product/skills/saas-economics-efficiency-metrics/template.md +263 -0
  132. package/src/modules/product/skills/saas-revenue-growth-metrics/SKILL.md +630 -0
  133. package/src/modules/product/skills/saas-revenue-growth-metrics/examples/healthy-saas.md +131 -0
  134. package/src/modules/product/skills/saas-revenue-growth-metrics/examples/warning-signs.md +229 -0
  135. package/src/modules/product/skills/saas-revenue-growth-metrics/template.md +192 -0
  136. package/src/modules/product/skills/storyboard/SKILL.md +252 -0
  137. package/src/modules/product/skills/storyboard/examples/sample.md +71 -0
  138. package/src/modules/product/skills/storyboard/template.md +41 -0
  139. package/src/modules/product/skills/tam-sam-som-calculator/SKILL.md +392 -0
  140. package/src/modules/product/skills/tam-sam-som-calculator/examples/sample.md +142 -0
  141. package/src/modules/product/skills/tam-sam-som-calculator/scripts/market-sizing.py +95 -0
  142. package/src/modules/product/skills/tam-sam-som-calculator/template.md +35 -0
  143. package/src/modules/product/skills/user-story/SKILL.md +272 -0
  144. package/src/modules/product/skills/user-story/examples/sample.md +110 -0
  145. package/src/modules/product/skills/user-story/scripts/user-story-template.py +65 -0
  146. package/src/modules/product/skills/user-story/template.md +32 -0
  147. package/src/modules/product/skills/user-story-mapping/SKILL.md +285 -0
  148. package/src/modules/product/skills/user-story-mapping/examples/sample.md +77 -0
  149. package/src/modules/product/skills/user-story-mapping/template.md +41 -0
  150. package/src/modules/product/skills/user-story-mapping-workshop/SKILL.md +477 -0
  151. package/src/modules/product/skills/user-story-mapping-workshop/template.md +28 -0
  152. package/src/modules/product/skills/user-story-splitting/SKILL.md +303 -0
  153. package/src/modules/product/skills/user-story-splitting/examples/sample.md +147 -0
  154. package/src/modules/product/skills/user-story-splitting/template.md +37 -0
  155. package/src/modules/product/skills/vp-cpo-readiness-advisor/SKILL.md +409 -0
  156. package/src/modules/product/skills/vp-cpo-readiness-advisor/examples/conversation-flow.md +95 -0
  157. package/src/modules/product/skills/workshop-facilitation/SKILL.md +87 -0
  158. package/src/modules/productivity/module.yaml +9 -0
  159. package/src/modules/productivity/skills/doc-coauthoring/SKILL.md +375 -0
  160. package/src/modules/productivity/skills/internal-comms/LICENSE.txt +202 -0
  161. package/src/modules/productivity/skills/internal-comms/SKILL.md +32 -0
  162. package/src/modules/productivity/skills/internal-comms/examples/3p-updates.md +47 -0
  163. package/src/modules/productivity/skills/internal-comms/examples/company-newsletter.md +65 -0
  164. package/src/modules/productivity/skills/internal-comms/examples/faq-answers.md +30 -0
  165. package/src/modules/productivity/skills/internal-comms/examples/general-comms.md +16 -0
  166. package/src/modules/productivity/skills/technical-writing/SKILL.md +266 -0
  167. package/src/modules/qa/module.yaml +9 -0
  168. package/src/modules/qa/skills/test-strategy/SKILL.md +263 -0
  169. package/src/modules/qa/skills/test-writer/SKILL.md +57 -0
  170. package/src/modules/qa/skills/webapp-testing/LICENSE.txt +202 -0
  171. package/src/modules/qa/skills/webapp-testing/SKILL.md +96 -0
  172. package/src/modules/qa/skills/webapp-testing/examples/console_logging.py +35 -0
  173. package/src/modules/qa/skills/webapp-testing/examples/element_discovery.py +40 -0
  174. package/src/modules/qa/skills/webapp-testing/examples/static_html_automation.py +33 -0
  175. package/src/modules/qa/skills/webapp-testing/scripts/with_server.py +106 -0
  176. package/tools/autodoc-npx-wrapper.js +34 -0
  177. package/tools/cli/autodoc-cli.js +55 -0
  178. package/tools/cli/commands/install.js +36 -0
  179. package/tools/cli/commands/status.js +35 -0
  180. package/tools/cli/commands/uninstall.js +60 -0
  181. package/tools/cli/installers/lib/core/installer.js +164 -0
  182. package/tools/cli/installers/lib/core/manifest.js +49 -0
  183. package/tools/cli/installers/lib/ide/manager.js +112 -0
  184. package/tools/cli/installers/lib/ide/platform-codes.yaml +207 -0
  185. package/tools/cli/installers/lib/modules/manager.js +59 -0
  186. package/tools/cli/lib/ui.js +199 -0
  187. package/tools/cli/lib/welcome.js +82 -0
package/README.md ADDED
@@ -0,0 +1,362 @@
1
+ # Claude Code Setup — Kit de Desenvolvimento AI
2
+
3
+ Setup portavel do Claude Code com agentes, skills, comandos, MCP servers e permissoes pre-configurados. Copie a pasta `.claude/` para a raiz de qualquer projeto e comece a desenvolver.
4
+
5
+ ---
6
+
7
+ ## Instalacao Rapida
8
+
9
+ ```bash
10
+ # 1. Copie a pasta .claude/ para seu projeto
11
+ cp -r /caminho/para/.claude/ ./meu-projeto/
12
+
13
+ # 2. Copie o template e preencha com os dados do seu projeto
14
+ cp .claude/CLAUDE.template.md ./CLAUDE.md
15
+
16
+ # 3. Autentique os MCP servers (apenas na primeira vez)
17
+ # Dentro do Claude Code, execute:
18
+ /mcp
19
+ # Siga o fluxo de login para GitHub e Figma
20
+ ```
21
+
22
+ ---
23
+
24
+ ## Estrutura da Pasta
25
+
26
+ ```
27
+ .claude/
28
+ ├── CLAUDE.md # Regras de comportamento do agente
29
+ ├── CLAUDE.template.md # Template para criar CLAUDE.md do projeto
30
+ ├── settings.json # Permissoes (allow/deny)
31
+ ├── .mcp.json # Servidores MCP configurados
32
+ ├── agents/ # 10 agentes especializados
33
+ ├── commands/ # 13 comandos slash (7 dev + 6 PM)
34
+ ├── skills/ # 53 skills (7 dev + 46 PM)
35
+ └── README.md # Este arquivo
36
+ ```
37
+
38
+ ---
39
+
40
+ ## Agentes Especializados
41
+
42
+ Agentes sao acionados automaticamente pelo Claude quando a tarefa se encaixa, ou voce pode pedir diretamente.
43
+
44
+ | Agente | O que faz | Quando usar |
45
+ |--------|-----------|-------------|
46
+ | `code-reviewer` | Review profundo com foco em bugs, seguranca e qualidade | "Revise esse PR", "Tem algo errado nesse arquivo?" |
47
+ | `test-writer` | Gera suites de teste seguindo os padroes do projeto | "Crie testes para esse service" |
48
+ | `debugger` | Debugging sistematico com analise de causa raiz | "Esse erro aparece quando...", "Por que isso falha?" |
49
+ | `refactorer` | Refatoracao segura e incremental com verificacao | "Refatore essa funcao", "Simplifique esse modulo" |
50
+ | `docs-generator` | Gera documentacao a partir do codigo | "Documente essa API", "Gere docs desse modulo" |
51
+ | `db-architect` | Design de schema, migrations e otimizacao de queries | "Crie a tabela de pedidos", "Essa query esta lenta" |
52
+ | `api-designer` | Design de endpoints REST com OpenAPI specs | "Projete a API de usuarios" |
53
+ | `security-auditor` | Scan de vulnerabilidades e remediacao | "Tem alguma falha de seguranca?" |
54
+ | `perf-optimizer` | Profiling e otimizacao de performance | "A pagina esta lenta", "Otimize esse componente" |
55
+ | `devops-helper` | CI/CD, Docker, deploy e infra | "Configure o Dockerfile", "Crie o pipeline de CI" |
56
+
57
+ ### Exemplo de uso
58
+
59
+ ```
60
+ > Revise o codigo que eu mudei hoje procurando bugs e vulnerabilidades
61
+ → Claude aciona o code-reviewer automaticamente
62
+
63
+ > Use o db-architect para projetar o schema de um e-commerce
64
+ → Voce pode pedir um agente especifico pelo nome
65
+ ```
66
+
67
+ ---
68
+
69
+ ## Comandos Slash
70
+
71
+ Comandos rapidos para acoes frequentes. Digite diretamente no Claude Code.
72
+
73
+ | Comando | Descricao |
74
+ |---------|-----------|
75
+ | `/review` | Roda code review nas mudancas staged |
76
+ | `/test-gen` | Gera testes para um arquivo ou funcao |
77
+ | `/explain` | Explicacao detalhada de uma secao de codigo |
78
+ | `/security-check` | Auditoria de seguranca no codebase |
79
+ | `/pre-commit` | Roda todas as verificacoes antes de commitar |
80
+ | `/debug` | Debugging sistematico de um problema |
81
+ | `/optimize` | Analisa e otimiza performance de um trecho |
82
+
83
+ ### Comandos PM (Product Management)
84
+
85
+ | Comando | Descricao |
86
+ |---------|-----------|
87
+ | `/discover` | Fluxo estruturado de discovery: problem framing → opportunity mapping → validacao |
88
+ | `/strategy` | Estrategia de produto: posicionamento → oportunidade → roadmap |
89
+ | `/write-prd` | Cria PRD completo encadeando problem framing, requisitos e user stories |
90
+ | `/plan-roadmap` | Transforma estrategia em roadmap sequenciado com tradeoffs claros |
91
+ | `/prioritize` | Seleciona o metodo de priorizacao certo para o seu contexto |
92
+ | `/leadership-transition` | Guia transicao PM → Director → VP/CPO com diagnosticos e onboarding |
93
+
94
+ ### Exemplo de uso
95
+
96
+ ```
97
+ > /review
98
+ → Revisa tudo que esta no git stage
99
+
100
+ > /test-gen src/services/auth.ts
101
+ → Gera testes para o arquivo especificado
102
+
103
+ > /explain src/lib/cache.ts:45-80
104
+ → Explica as linhas 45 a 80 do arquivo
105
+
106
+ > /write-prd "Mobile onboarding redesign"
107
+ → Gera PRD estruturado com problema, personas, solucao e metricas
108
+
109
+ > /discover "Reduce onboarding drop-off for self-serve users"
110
+ → Executa ciclo de discovery completo
111
+ ```
112
+
113
+ ---
114
+
115
+ ## Skills
116
+
117
+ Skills sao conhecimentos especializados que o Claude carrega automaticamente quando o contexto se encaixa.
118
+
119
+ | Skill | Acionada quando... |
120
+ |-------|--------------------|
121
+ | `frontend-design` | Criando interfaces, componentes UI, landing pages |
122
+ | `nextjs-15` | Trabalhando com Next.js App Router, Server Components |
123
+ | `react-19` | Escrevendo componentes React, hooks, React Compiler |
124
+ | `zod-4` | Criando schemas de validacao com Zod |
125
+ | `brand-guidelines` | Aplicando identidade visual Anthropic |
126
+ | `webapp-testing` | Testando aplicacoes web com Playwright |
127
+ | `skill-creator` | Criando novas skills customizadas |
128
+
129
+ ### Como funcionam
130
+
131
+ Skills sao **automaticas** — voce nao precisa chamar. Quando voce pede "crie um componente de login com Next.js", o Claude carrega as skills `nextjs-15`, `react-19` e `frontend-design` automaticamente.
132
+
133
+ ---
134
+
135
+ ## Skills de Product Management
136
+
137
+ 46 skills de PM do [Product-Manager-Skills](https://github.com/deanpeters/Product-Manager-Skills) por Dean Peters. Organizadas em tres niveis:
138
+
139
+ ### Component Skills (20) — Templates e Artefatos
140
+
141
+ | Skill | Quando usar |
142
+ |-------|-------------|
143
+ | `altitude-horizon-framework` | Entender a transicao PM→Director: escopo, horizonte temporal, zonas de transicao |
144
+ | `company-research` | Pesquisa profunda de concorrentes ou empresas |
145
+ | `customer-journey-map` | Mapear experiencia do cliente em todos os touchpoints |
146
+ | `eol-message` | Comunicar descontinuacao de produto/feature |
147
+ | `epic-hypothesis` | Transformar iniciativas vagas em hipoteses testaveis |
148
+ | `finance-metrics-quickref` | Lookup rapido de 32+ metricas SaaS com formulas e benchmarks |
149
+ | `jobs-to-be-done` | Entender o que clientes estao tentando fazer (framework JTBD) |
150
+ | `pestel-analysis` | Analisar fatores externos (Politico, Economico, Social, Tech, Ambiental, Legal) |
151
+ | `pol-probe` | Definir experimentos de validacao leves antes de construir |
152
+ | `positioning-statement` | Definir quem voce serve e como e diferente (Geoffrey Moore) |
153
+ | `press-release` | Escrever press release futuro para clarificar visao (Amazon Working Backwards) |
154
+ | `problem-statement` | Enquadrar problema do cliente com evidencia antes de pular para solucoes |
155
+ | `proto-persona` | Criar personas baseadas em hipoteses antes de pesquisa completa |
156
+ | `recommendation-canvas` | Documentar recomendacoes de produto com AI |
157
+ | `saas-economics-efficiency-metrics` | Avaliar unit economics e eficiencia de capital |
158
+ | `saas-revenue-growth-metrics` | Calcular metricas de receita, retencao e crescimento |
159
+ | `storyboard` | Visualizar jornadas do usuario com storyboards de 6 quadros |
160
+ | `user-story` | Escrever user stories com acceptance criteria (Mike Cohn + Gherkin) |
161
+ | `user-story-mapping` | Organizar stories por workflow do usuario (Jeff Patton) |
162
+ | `user-story-splitting` | Quebrar stories grandes usando 8 padroes comprovados |
163
+
164
+ ### Interactive Skills (20) — Discovery Guiado
165
+
166
+ | Skill | O que faz |
167
+ |-------|-----------|
168
+ | `acquisition-channel-advisor` | Avalia canais de aquisicao por unit economics e escalabilidade |
169
+ | `ai-shaped-readiness-advisor` | Avalia se voce e AI-first ou AI-shaped, recomenda proxima competencia |
170
+ | `business-health-diagnostic` | Diagnostica saude do SaaS: crescimento, retencao, eficiencia, capital |
171
+ | `context-engineering-advisor` | Diagnostica context stuffing vs context engineering |
172
+ | `customer-journey-mapping-workshop` | Workshop guiado de mapeamento de jornada com pain points |
173
+ | `director-readiness-advisor` | Coaching para transicao PM→Director em 4 cenarios |
174
+ | `discovery-interview-prep` | Planeja entrevistas de discovery (estilo Mom Test) |
175
+ | `epic-breakdown-advisor` | Quebra epics em user stories (9 padroes de Richard Lawrence) |
176
+ | `feature-investment-advisor` | Avalia investimento em features: receita, custo, ROI, estrategia |
177
+ | `finance-based-pricing-advisor` | Avalia mudancas de pricing com analise financeira |
178
+ | `lean-ux-canvas` | Planejamento baseado em hipoteses (Jeff Gothelf Lean UX Canvas v2) |
179
+ | `opportunity-solution-tree` | Gera oportunidades e solucoes, recomenda melhor PoC (Teresa Torres) |
180
+ | `pol-probe-advisor` | Recomenda tipo de prototipo baseado na hipotese e risco |
181
+ | `positioning-workshop` | Workshop guiado para definir posicionamento |
182
+ | `prioritization-advisor` | Recomenda framework de priorizacao (RICE, ICE, Kano, etc.) |
183
+ | `problem-framing-canvas` | MITRE Problem Framing: Look Inward/Outward/Reframe |
184
+ | `tam-sam-som-calculator` | Projeta tamanho de mercado com dados reais e citacoes |
185
+ | `user-story-mapping-workshop` | Workshop guiado de story mapping com backbone e release slices |
186
+ | `vp-cpo-readiness-advisor` | Coaching para transicao Director→VP/CPO |
187
+ | `workshop-facilitation` | Protocolo de facilitacao step-by-step para skills interativas |
188
+
189
+ ### Workflow Skills (6) — Processos End-to-End
190
+
191
+ | Skill | O que faz | Timeline |
192
+ |-------|-----------|----------|
193
+ | `discovery-process` | Ciclo completo: enquadrar problema → pesquisar → sintetizar → validar | 3-4 semanas |
194
+ | `executive-onboarding-playbook` | Playbook 30-60-90 dias para transicao VP/CPO | 90 dias |
195
+ | `prd-development` | PRD estruturado: problema → personas → solucao → metricas → stories | 2-4 dias |
196
+ | `product-strategy-session` | Estrategia completa: posicionamento → problem framing → roadmap | 2-4 semanas |
197
+ | `roadmap-planning` | Roadmap estrategico: inputs → epics → priorizar → sequenciar | 1-2 semanas |
198
+ | `skill-authoring-workflow` | Meta-workflow: criar/validar/publicar skills | 30-90 min |
199
+
200
+ ---
201
+
202
+ ## MCP Servers
203
+
204
+ Servidores que estendem as capacidades do Claude com ferramentas externas.
205
+
206
+ | Servidor | Tipo | O que faz |
207
+ |----------|------|-----------|
208
+ | `github` | HTTP/OAuth | Issues, PRs, reviews, actions — tudo do GitHub |
209
+ | `figma` | HTTP/OAuth | Acessa designs, componentes e tokens do Figma |
210
+ | `sequential-thinking` | stdio (local) | Raciocinio passo-a-passo para problemas complexos |
211
+ | `context7` | stdio (local) | Busca documentacao atualizada de libs e frameworks |
212
+
213
+ ### Autenticacao
214
+
215
+ Servidores HTTP (GitHub, Figma) precisam de login na primeira vez:
216
+
217
+ ```
218
+ # Dentro do Claude Code
219
+ /mcp
220
+ # Selecione "Authenticate" para cada servidor
221
+ ```
222
+
223
+ Servidores stdio (sequential-thinking, context7) funcionam imediatamente.
224
+
225
+ ---
226
+
227
+ ## Permissoes e Seguranca
228
+
229
+ O `settings.json` define o que o Claude pode ou nao fazer sem pedir confirmacao.
230
+
231
+ ### Permitido automaticamente
232
+ - Ler arquivos, buscar no codebase
233
+ - `git status`, `git diff`, `git log`
234
+ - `pnpm lint`, `pnpm typecheck`, `pnpm test`, `pnpm build`
235
+ - `npx prisma *`, `ls *`
236
+
237
+ ### Bloqueado permanentemente
238
+ - `rm -rf` — nunca deleta recursivamente
239
+ - `git push --force` — nunca forca push
240
+ - `git reset --hard` — nunca descarta mudancas
241
+ - `git checkout -- .` — nunca reverte tudo
242
+ - `DROP DATABASE` — nunca dropa banco
243
+
244
+ ### Precisa de confirmacao
245
+ Tudo que nao esta nas listas acima (instalar pacotes, criar arquivos, rodar scripts, etc.) vai pedir sua aprovacao.
246
+
247
+ ---
248
+
249
+ ## Workflows Sugeridos
250
+
251
+ ### 1. Iniciar um novo projeto
252
+
253
+ ```
254
+ 1. Copie .claude/ para a raiz do projeto
255
+ 2. Copie CLAUDE.template.md para CLAUDE.md na raiz
256
+ 3. Preencha stack, estrutura, comandos e convencoes
257
+ 4. Rode /mcp para autenticar GitHub e Figma
258
+ 5. Comece a desenvolver
259
+ ```
260
+
261
+ ### 2. Feature nova (do design ao codigo)
262
+
263
+ ```
264
+ 1. "Busque o design da tela X no Figma"
265
+ → Claude usa o MCP do Figma para extrair o layout
266
+
267
+ 2. "Implemente esse design como componente React"
268
+ → Skills frontend-design + react-19 + nextjs-15 ativam automaticamente
269
+
270
+ 3. "Crie testes para esse componente"
271
+ → /test-gen ou peca diretamente
272
+
273
+ 4. /review
274
+ → Revisa tudo antes de commitar
275
+
276
+ 5. /pre-commit
277
+ → Roda lint, typecheck, testes
278
+ ```
279
+
280
+ ### 3. Debugging de producao
281
+
282
+ ```
283
+ 1. "Esse erro esta acontecendo em producao: [erro]"
284
+ → Agente debugger faz analise de causa raiz
285
+
286
+ 2. "Busque na documentacao do [lib] como resolver isso"
287
+ → MCP context7 busca docs atualizadas
288
+
289
+ 3. Aplique o fix e rode /review + /security-check
290
+ ```
291
+
292
+ ### 4. Code review completo
293
+
294
+ ```
295
+ 1. /review
296
+ → Review automatico das mudancas staged
297
+
298
+ 2. "Tem alguma vulnerabilidade de seguranca?"
299
+ → /security-check
300
+
301
+ 3. "A performance esta boa?"
302
+ → /optimize nos trechos criticos
303
+ ```
304
+
305
+ ### 5. Modelagem de banco de dados
306
+
307
+ ```
308
+ 1. "Projete o schema para um sistema de [dominio]"
309
+ → Agente db-architect cria o schema
310
+
311
+ 2. "Gere a migration do Prisma"
312
+ → Claude roda npx prisma migrate dev
313
+
314
+ 3. "Documente esse schema"
315
+ → Agente docs-generator cria a documentacao
316
+ ```
317
+
318
+ ### 6. Refatoracao segura
319
+
320
+ ```
321
+ 1. "Refatore o modulo X para [objetivo]"
322
+ → Agente refactorer faz mudancas incrementais
323
+
324
+ 2. /test-gen para os trechos refatorados
325
+ → Garante que nada quebrou
326
+
327
+ 3. /pre-commit antes de commitar
328
+ ```
329
+
330
+ ---
331
+
332
+ ## Dicas
333
+
334
+ - **Seja especifico**: "Otimize a query de listagem de produtos com paginacao" funciona melhor que "melhore a performance"
335
+ - **Use /explain antes de mudar**: Se nao entende um trecho, peca explicacao antes de modificar
336
+ - **Combine agentes**: Voce pode pedir review + security check + optimization em sequencia
337
+ - **Context7 para docs**: Quando precisar de documentacao atualizada de qualquer lib, o Claude busca automaticamente via context7
338
+ - **Figma to code**: Peca para o Claude buscar um design no Figma e implementar — ele faz o fluxo completo
339
+
340
+ ---
341
+
342
+ ## Adicionando ao Setup
343
+
344
+ ### Nova skill
345
+ ```bash
346
+ # Copiar de skills do usuario
347
+ cp -r ~/.claude/skills/nome-da-skill .claude/skills/
348
+
349
+ # Ou criar do zero
350
+ # Use /skill-creator dentro do Claude Code
351
+ ```
352
+
353
+ ### Novo MCP server
354
+ ```bash
355
+ claude mcp add --scope project nome-do-server -- npx -y @pacote/servidor
356
+ ```
357
+
358
+ ### Novo comando
359
+ Crie um arquivo `.md` em `.claude/commands/` com as instrucoes do comando.
360
+
361
+ ### Novo agente
362
+ Crie um arquivo `.md` em `.claude/agents/` com o system prompt do agente.
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "autodoc-agent-kit",
3
+ "version": "1.0.0",
4
+ "description": "AI dev team in a box — install skills for Product, Engineering, QA, Design, and DevOps across any AI IDE",
5
+ "keywords": [
6
+ "ai",
7
+ "agents",
8
+ "skills",
9
+ "claude",
10
+ "cursor",
11
+ "gemini",
12
+ "devops",
13
+ "product-management"
14
+ ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/autodocdev/autodoc-agent-kit.git"
18
+ },
19
+ "license": "MIT",
20
+ "main": "tools/cli/autodoc-cli.js",
21
+ "bin": {
22
+ "autodoc-agent-kit": "tools/autodoc-npx-wrapper.js"
23
+ },
24
+ "scripts": {
25
+ "install:local": "node tools/cli/autodoc-cli.js install",
26
+ "status": "node tools/cli/autodoc-cli.js status"
27
+ },
28
+ "dependencies": {
29
+ "@clack/prompts": "^1.0.0",
30
+ "chalk": "^4.1.2",
31
+ "cli-progress": "^3.12.0",
32
+ "commander": "^14.0.0",
33
+ "fs-extra": "^11.3.0",
34
+ "glob": "^11.0.3",
35
+ "js-yaml": "^4.1.0",
36
+ "picocolors": "^1.1.1",
37
+ "semver": "^7.6.3"
38
+ },
39
+ "engines": {
40
+ "node": ">=20.0.0"
41
+ },
42
+ "publishConfig": {
43
+ "access": "public"
44
+ },
45
+ "files": [
46
+ "tools/",
47
+ "src/"
48
+ ]
49
+ }
@@ -0,0 +1,5 @@
1
+ code: core
2
+ name: "Core"
3
+ description: "Foundation of the autodoc-agent-kit. Always installed — contains kit metadata and manifest tracking."
4
+ default_selected: true
5
+ always_install: true
@@ -0,0 +1,9 @@
1
+ code: design
2
+ name: "Design"
3
+ description: "Design toolkit — production-grade frontend UI, brand guidelines, and multi-component interactive web artifact builder with React, Tailwind CSS, and shadcn/ui. 3 skills."
4
+ default_selected: false
5
+ skills_count: 3
6
+ skills:
7
+ - frontend-design
8
+ - brand-guidelines
9
+ - web-artifacts-builder
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.