dev-booster 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 (294) hide show
  1. package/README.md +203 -0
  2. package/bin/dev-booster.js +4 -0
  3. package/package.json +41 -0
  4. package/src/index.js +78 -0
  5. package/src/sync-template.js +55 -0
  6. package/template/.devbooster/MANIFEST.md +177 -0
  7. package/template/.devbooster/boosters/accessibility.md +63 -0
  8. package/template/.devbooster/boosters/advisor.md +68 -0
  9. package/template/.devbooster/boosters/atomic.md +58 -0
  10. package/template/.devbooster/boosters/backend.md +75 -0
  11. package/template/.devbooster/boosters/changelog.md +126 -0
  12. package/template/.devbooster/boosters/create.md +85 -0
  13. package/template/.devbooster/boosters/debug.md +55 -0
  14. package/template/.devbooster/boosters/deploy.md +11 -0
  15. package/template/.devbooster/boosters/design.md +56 -0
  16. package/template/.devbooster/boosters/discovery.md +75 -0
  17. package/template/.devbooster/boosters/documentation.md +106 -0
  18. package/template/.devbooster/boosters/frontend.md +82 -0
  19. package/template/.devbooster/boosters/i18n.md +63 -0
  20. package/template/.devbooster/boosters/implementation.md +82 -0
  21. package/template/.devbooster/boosters/investigation.md +96 -0
  22. package/template/.devbooster/boosters/mobile.md +56 -0
  23. package/template/.devbooster/boosters/performance.md +70 -0
  24. package/template/.devbooster/boosters/planning.md +92 -0
  25. package/template/.devbooster/boosters/refactor.md +17 -0
  26. package/template/.devbooster/boosters/review.md +88 -0
  27. package/template/.devbooster/boosters/security.md +60 -0
  28. package/template/.devbooster/boosters/seo.md +59 -0
  29. package/template/.devbooster/boosters/templates/implementation_heavy.md +130 -0
  30. package/template/.devbooster/boosters/templates/implementation_simple.md +109 -0
  31. package/template/.devbooster/boosters/templates/implementation_standard.md +134 -0
  32. package/template/.devbooster/boosters/testing.md +76 -0
  33. package/template/.devbooster/hub/personas/agent_backend-specialist.md +263 -0
  34. package/template/.devbooster/hub/personas/agent_code-archaeologist.md +106 -0
  35. package/template/.devbooster/hub/personas/agent_database-architect.md +226 -0
  36. package/template/.devbooster/hub/personas/agent_debugger.md +225 -0
  37. package/template/.devbooster/hub/personas/agent_devops-engineer.md +242 -0
  38. package/template/.devbooster/hub/personas/agent_documentation-writer.md +104 -0
  39. package/template/.devbooster/hub/personas/agent_explorer-agent.md +73 -0
  40. package/template/.devbooster/hub/personas/agent_frontend-specialist.md +593 -0
  41. package/template/.devbooster/hub/personas/agent_game-developer.md +162 -0
  42. package/template/.devbooster/hub/personas/agent_mobile-developer.md +377 -0
  43. package/template/.devbooster/hub/personas/agent_orchestrator.md +416 -0
  44. package/template/.devbooster/hub/personas/agent_penetration-tester.md +188 -0
  45. package/template/.devbooster/hub/personas/agent_performance-optimizer.md +187 -0
  46. package/template/.devbooster/hub/personas/agent_product-manager.md +112 -0
  47. package/template/.devbooster/hub/personas/agent_product-owner.md +95 -0
  48. package/template/.devbooster/hub/personas/agent_project-planner.md +406 -0
  49. package/template/.devbooster/hub/personas/agent_qa-automation-engineer.md +103 -0
  50. package/template/.devbooster/hub/personas/agent_security-auditor.md +170 -0
  51. package/template/.devbooster/hub/personas/agent_seo-specialist.md +111 -0
  52. package/template/.devbooster/hub/personas/agent_test-engineer.md +158 -0
  53. package/template/.devbooster/hub/personas/backend-specialist.md +263 -0
  54. package/template/.devbooster/hub/personas/brainstorm.md +113 -0
  55. package/template/.devbooster/hub/personas/code-archaeologist.md +106 -0
  56. package/template/.devbooster/hub/personas/create.md +59 -0
  57. package/template/.devbooster/hub/personas/database-architect.md +226 -0
  58. package/template/.devbooster/hub/personas/debug.md +103 -0
  59. package/template/.devbooster/hub/personas/debugger.md +225 -0
  60. package/template/.devbooster/hub/personas/deploy.md +176 -0
  61. package/template/.devbooster/hub/personas/devops-engineer.md +242 -0
  62. package/template/.devbooster/hub/personas/documentation-writer.md +104 -0
  63. package/template/.devbooster/hub/personas/enhance.md +63 -0
  64. package/template/.devbooster/hub/personas/explorer-agent.md +73 -0
  65. package/template/.devbooster/hub/personas/frontend-specialist.md +593 -0
  66. package/template/.devbooster/hub/personas/game-developer.md +162 -0
  67. package/template/.devbooster/hub/personas/mobile-developer.md +377 -0
  68. package/template/.devbooster/hub/personas/orchestrate.md +237 -0
  69. package/template/.devbooster/hub/personas/orchestrator.md +416 -0
  70. package/template/.devbooster/hub/personas/penetration-tester.md +188 -0
  71. package/template/.devbooster/hub/personas/performance-optimizer.md +187 -0
  72. package/template/.devbooster/hub/personas/plan.md +89 -0
  73. package/template/.devbooster/hub/personas/preview.md +81 -0
  74. package/template/.devbooster/hub/personas/product-manager.md +112 -0
  75. package/template/.devbooster/hub/personas/product-owner.md +95 -0
  76. package/template/.devbooster/hub/personas/project-planner.md +406 -0
  77. package/template/.devbooster/hub/personas/qa-automation-engineer.md +103 -0
  78. package/template/.devbooster/hub/personas/security-auditor.md +170 -0
  79. package/template/.devbooster/hub/personas/seo-specialist.md +111 -0
  80. package/template/.devbooster/hub/personas/skill_api-patterns.md +567 -0
  81. package/template/.devbooster/hub/personas/skill_app-builder.md +1855 -0
  82. package/template/.devbooster/hub/personas/skill_architecture.md +417 -0
  83. package/template/.devbooster/hub/personas/skill_bash-linux.md +199 -0
  84. package/template/.devbooster/hub/personas/skill_behavioral-modes.md +242 -0
  85. package/template/.devbooster/hub/personas/skill_brainstorming.md +519 -0
  86. package/template/.devbooster/hub/personas/skill_clean-code.md +201 -0
  87. package/template/.devbooster/hub/personas/skill_code-review-checklist.md +109 -0
  88. package/template/.devbooster/hub/personas/skill_database-design.md +340 -0
  89. package/template/.devbooster/hub/personas/skill_deployment-procedures.md +241 -0
  90. package/template/.devbooster/hub/personas/skill_doc.md +177 -0
  91. package/template/.devbooster/hub/personas/skill_documentation-templates.md +194 -0
  92. package/template/.devbooster/hub/personas/skill_frontend-design.md +3670 -0
  93. package/template/.devbooster/hub/personas/skill_game-development.md +167 -0
  94. package/template/.devbooster/hub/personas/skill_geo-fundamentals.md +156 -0
  95. package/template/.devbooster/hub/personas/skill_i18n-localization.md +154 -0
  96. package/template/.devbooster/hub/personas/skill_intelligent-routing.md +335 -0
  97. package/template/.devbooster/hub/personas/skill_lint-and-validate.md +45 -0
  98. package/template/.devbooster/hub/personas/skill_mcp-builder.md +176 -0
  99. package/template/.devbooster/hub/personas/skill_mobile-design.md +6150 -0
  100. package/template/.devbooster/hub/personas/skill_nextjs-react-expert.md +3487 -0
  101. package/template/.devbooster/hub/personas/skill_nodejs-best-practices.md +333 -0
  102. package/template/.devbooster/hub/personas/skill_parallel-agents.md +175 -0
  103. package/template/.devbooster/hub/personas/skill_performance-profiling.md +143 -0
  104. package/template/.devbooster/hub/personas/skill_plan-writing.md +152 -0
  105. package/template/.devbooster/hub/personas/skill_powershell-windows.md +167 -0
  106. package/template/.devbooster/hub/personas/skill_python-patterns.md +441 -0
  107. package/template/.devbooster/hub/personas/skill_red-team-tactics.md +199 -0
  108. package/template/.devbooster/hub/personas/skill_rust-pro.md +176 -0
  109. package/template/.devbooster/hub/personas/skill_seo-fundamentals.md +129 -0
  110. package/template/.devbooster/hub/personas/skill_server-management.md +161 -0
  111. package/template/.devbooster/hub/personas/skill_systematic-debugging.md +109 -0
  112. package/template/.devbooster/hub/personas/skill_tailwind-patterns.md +269 -0
  113. package/template/.devbooster/hub/personas/skill_tdd-workflow.md +149 -0
  114. package/template/.devbooster/hub/personas/skill_testing-patterns.md +178 -0
  115. package/template/.devbooster/hub/personas/skill_vulnerability-scanner.md +403 -0
  116. package/template/.devbooster/hub/personas/skill_web-design-guidelines.md +57 -0
  117. package/template/.devbooster/hub/personas/skill_webapp-testing.md +187 -0
  118. package/template/.devbooster/hub/personas/status.md +86 -0
  119. package/template/.devbooster/hub/personas/test-engineer.md +158 -0
  120. package/template/.devbooster/hub/personas/test.md +144 -0
  121. package/template/.devbooster/hub/personas/ui-ux-pro-max.md +296 -0
  122. package/template/.devbooster/hub/scripts/accessibility_checker.py +183 -0
  123. package/template/.devbooster/hub/scripts/api_validator.py +211 -0
  124. package/template/.devbooster/hub/scripts/auto_preview.py +148 -0
  125. package/template/.devbooster/hub/scripts/checklist.py +217 -0
  126. package/template/.devbooster/hub/scripts/convert_rules.py +222 -0
  127. package/template/.devbooster/hub/scripts/geo_checker.py +289 -0
  128. package/template/.devbooster/hub/scripts/i18n_checker.py +241 -0
  129. package/template/.devbooster/hub/scripts/lighthouse_audit.py +76 -0
  130. package/template/.devbooster/hub/scripts/lint_runner.py +184 -0
  131. package/template/.devbooster/hub/scripts/mobile_audit.py +670 -0
  132. package/template/.devbooster/hub/scripts/playwright_runner.py +173 -0
  133. package/template/.devbooster/hub/scripts/react_performance_checker.py +252 -0
  134. package/template/.devbooster/hub/scripts/schema_validator.py +172 -0
  135. package/template/.devbooster/hub/scripts/security_scan.py +458 -0
  136. package/template/.devbooster/hub/scripts/seo_checker.py +219 -0
  137. package/template/.devbooster/hub/scripts/session_manager.py +120 -0
  138. package/template/.devbooster/hub/scripts/test_runner.py +219 -0
  139. package/template/.devbooster/hub/scripts/type_coverage.py +173 -0
  140. package/template/.devbooster/hub/scripts/ux_audit.py +722 -0
  141. package/template/.devbooster/hub/scripts/verify_all.py +327 -0
  142. package/template/.devbooster/hub/skills/api-patterns/SKILL.md +81 -0
  143. package/template/.devbooster/hub/skills/api-patterns/api-style.md +42 -0
  144. package/template/.devbooster/hub/skills/api-patterns/auth.md +24 -0
  145. package/template/.devbooster/hub/skills/api-patterns/documentation.md +26 -0
  146. package/template/.devbooster/hub/skills/api-patterns/graphql.md +41 -0
  147. package/template/.devbooster/hub/skills/api-patterns/rate-limiting.md +31 -0
  148. package/template/.devbooster/hub/skills/api-patterns/response.md +37 -0
  149. package/template/.devbooster/hub/skills/api-patterns/rest.md +40 -0
  150. package/template/.devbooster/hub/skills/api-patterns/scripts/api_validator.py +211 -0
  151. package/template/.devbooster/hub/skills/api-patterns/security-testing.md +122 -0
  152. package/template/.devbooster/hub/skills/api-patterns/trpc.md +41 -0
  153. package/template/.devbooster/hub/skills/api-patterns/versioning.md +22 -0
  154. package/template/.devbooster/hub/skills/app-builder/SKILL.md +75 -0
  155. package/template/.devbooster/hub/skills/app-builder/agent-coordination.md +71 -0
  156. package/template/.devbooster/hub/skills/app-builder/feature-building.md +53 -0
  157. package/template/.devbooster/hub/skills/app-builder/project-detection.md +34 -0
  158. package/template/.devbooster/hub/skills/app-builder/scaffolding.md +118 -0
  159. package/template/.devbooster/hub/skills/app-builder/tech-stack.md +40 -0
  160. package/template/.devbooster/hub/skills/app-builder/templates/SKILL.md +39 -0
  161. package/template/.devbooster/hub/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  162. package/template/.devbooster/hub/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  163. package/template/.devbooster/hub/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  164. package/template/.devbooster/hub/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  165. package/template/.devbooster/hub/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  166. package/template/.devbooster/hub/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  167. package/template/.devbooster/hub/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  168. package/template/.devbooster/hub/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +122 -0
  169. package/template/.devbooster/hub/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +122 -0
  170. package/template/.devbooster/hub/skills/app-builder/templates/nextjs-static/TEMPLATE.md +169 -0
  171. package/template/.devbooster/hub/skills/app-builder/templates/nuxt-app/TEMPLATE.md +134 -0
  172. package/template/.devbooster/hub/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  173. package/template/.devbooster/hub/skills/app-builder/templates/react-native-app/TEMPLATE.md +119 -0
  174. package/template/.devbooster/hub/skills/architecture/SKILL.md +55 -0
  175. package/template/.devbooster/hub/skills/architecture/context-discovery.md +43 -0
  176. package/template/.devbooster/hub/skills/architecture/examples.md +94 -0
  177. package/template/.devbooster/hub/skills/architecture/pattern-selection.md +68 -0
  178. package/template/.devbooster/hub/skills/architecture/patterns-reference.md +50 -0
  179. package/template/.devbooster/hub/skills/architecture/trade-off-analysis.md +77 -0
  180. package/template/.devbooster/hub/skills/bash-linux/SKILL.md +199 -0
  181. package/template/.devbooster/hub/skills/behavioral-modes/SKILL.md +242 -0
  182. package/template/.devbooster/hub/skills/brainstorming/SKILL.md +163 -0
  183. package/template/.devbooster/hub/skills/brainstorming/dynamic-questioning.md +350 -0
  184. package/template/.devbooster/hub/skills/clean-code/SKILL.md +201 -0
  185. package/template/.devbooster/hub/skills/code-review-checklist/SKILL.md +109 -0
  186. package/template/.devbooster/hub/skills/database-design/SKILL.md +52 -0
  187. package/template/.devbooster/hub/skills/database-design/database-selection.md +43 -0
  188. package/template/.devbooster/hub/skills/database-design/indexing.md +39 -0
  189. package/template/.devbooster/hub/skills/database-design/migrations.md +48 -0
  190. package/template/.devbooster/hub/skills/database-design/optimization.md +36 -0
  191. package/template/.devbooster/hub/skills/database-design/orm-selection.md +30 -0
  192. package/template/.devbooster/hub/skills/database-design/schema-design.md +56 -0
  193. package/template/.devbooster/hub/skills/database-design/scripts/schema_validator.py +172 -0
  194. package/template/.devbooster/hub/skills/deployment-procedures/SKILL.md +241 -0
  195. package/template/.devbooster/hub/skills/doc.md +177 -0
  196. package/template/.devbooster/hub/skills/documentation-templates/SKILL.md +194 -0
  197. package/template/.devbooster/hub/skills/frontend-design/SKILL.md +418 -0
  198. package/template/.devbooster/hub/skills/frontend-design/animation-guide.md +331 -0
  199. package/template/.devbooster/hub/skills/frontend-design/anti-generic-guide.md +252 -0
  200. package/template/.devbooster/hub/skills/frontend-design/color-system.md +311 -0
  201. package/template/.devbooster/hub/skills/frontend-design/decision-trees.md +418 -0
  202. package/template/.devbooster/hub/skills/frontend-design/motion-graphics.md +306 -0
  203. package/template/.devbooster/hub/skills/frontend-design/scripts/accessibility_checker.py +183 -0
  204. package/template/.devbooster/hub/skills/frontend-design/scripts/ux_audit.py +722 -0
  205. package/template/.devbooster/hub/skills/frontend-design/typography-system.md +345 -0
  206. package/template/.devbooster/hub/skills/frontend-design/ux-psychology.md +1116 -0
  207. package/template/.devbooster/hub/skills/frontend-design/visual-effects.md +383 -0
  208. package/template/.devbooster/hub/skills/game-development/2d-games/SKILL.md +119 -0
  209. package/template/.devbooster/hub/skills/game-development/3d-games/SKILL.md +135 -0
  210. package/template/.devbooster/hub/skills/game-development/SKILL.md +167 -0
  211. package/template/.devbooster/hub/skills/game-development/game-art/SKILL.md +185 -0
  212. package/template/.devbooster/hub/skills/game-development/game-audio/SKILL.md +190 -0
  213. package/template/.devbooster/hub/skills/game-development/game-design/SKILL.md +129 -0
  214. package/template/.devbooster/hub/skills/game-development/mobile-games/SKILL.md +108 -0
  215. package/template/.devbooster/hub/skills/game-development/multiplayer/SKILL.md +132 -0
  216. package/template/.devbooster/hub/skills/game-development/pc-games/SKILL.md +144 -0
  217. package/template/.devbooster/hub/skills/game-development/vr-ar/SKILL.md +123 -0
  218. package/template/.devbooster/hub/skills/game-development/web-games/SKILL.md +150 -0
  219. package/template/.devbooster/hub/skills/geo-fundamentals/SKILL.md +156 -0
  220. package/template/.devbooster/hub/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  221. package/template/.devbooster/hub/skills/i18n-localization/SKILL.md +154 -0
  222. package/template/.devbooster/hub/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  223. package/template/.devbooster/hub/skills/intelligent-routing/SKILL.md +335 -0
  224. package/template/.devbooster/hub/skills/lint-and-validate/SKILL.md +45 -0
  225. package/template/.devbooster/hub/skills/lint-and-validate/scripts/lint_runner.py +184 -0
  226. package/template/.devbooster/hub/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  227. package/template/.devbooster/hub/skills/mcp-builder/SKILL.md +176 -0
  228. package/template/.devbooster/hub/skills/mobile-design/SKILL.md +394 -0
  229. package/template/.devbooster/hub/skills/mobile-design/decision-trees.md +516 -0
  230. package/template/.devbooster/hub/skills/mobile-design/mobile-backend.md +491 -0
  231. package/template/.devbooster/hub/skills/mobile-design/mobile-color-system.md +420 -0
  232. package/template/.devbooster/hub/skills/mobile-design/mobile-debugging.md +122 -0
  233. package/template/.devbooster/hub/skills/mobile-design/mobile-design-thinking.md +357 -0
  234. package/template/.devbooster/hub/skills/mobile-design/mobile-navigation.md +458 -0
  235. package/template/.devbooster/hub/skills/mobile-design/mobile-performance.md +767 -0
  236. package/template/.devbooster/hub/skills/mobile-design/mobile-testing.md +356 -0
  237. package/template/.devbooster/hub/skills/mobile-design/mobile-typography.md +433 -0
  238. package/template/.devbooster/hub/skills/mobile-design/platform-android.md +666 -0
  239. package/template/.devbooster/hub/skills/mobile-design/platform-ios.md +561 -0
  240. package/template/.devbooster/hub/skills/mobile-design/scripts/mobile_audit.py +670 -0
  241. package/template/.devbooster/hub/skills/mobile-design/touch-psychology.md +537 -0
  242. package/template/.devbooster/hub/skills/nextjs-react-expert/1-async-eliminating-waterfalls.md +312 -0
  243. package/template/.devbooster/hub/skills/nextjs-react-expert/2-bundle-bundle-size-optimization.md +240 -0
  244. package/template/.devbooster/hub/skills/nextjs-react-expert/3-server-server-side-performance.md +490 -0
  245. package/template/.devbooster/hub/skills/nextjs-react-expert/4-client-client-side-data-fetching.md +264 -0
  246. package/template/.devbooster/hub/skills/nextjs-react-expert/5-rerender-re-render-optimization.md +581 -0
  247. package/template/.devbooster/hub/skills/nextjs-react-expert/6-rendering-rendering-performance.md +432 -0
  248. package/template/.devbooster/hub/skills/nextjs-react-expert/7-js-javascript-performance.md +684 -0
  249. package/template/.devbooster/hub/skills/nextjs-react-expert/8-advanced-advanced-patterns.md +150 -0
  250. package/template/.devbooster/hub/skills/nextjs-react-expert/SKILL.md +286 -0
  251. package/template/.devbooster/hub/skills/nextjs-react-expert/scripts/convert_rules.py +222 -0
  252. package/template/.devbooster/hub/skills/nextjs-react-expert/scripts/react_performance_checker.py +252 -0
  253. package/template/.devbooster/hub/skills/nodejs-best-practices/SKILL.md +333 -0
  254. package/template/.devbooster/hub/skills/parallel-agents/SKILL.md +175 -0
  255. package/template/.devbooster/hub/skills/performance-profiling/SKILL.md +143 -0
  256. package/template/.devbooster/hub/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  257. package/template/.devbooster/hub/skills/plan-writing/SKILL.md +152 -0
  258. package/template/.devbooster/hub/skills/powershell-windows/SKILL.md +167 -0
  259. package/template/.devbooster/hub/skills/python-patterns/SKILL.md +441 -0
  260. package/template/.devbooster/hub/skills/red-team-tactics/SKILL.md +199 -0
  261. package/template/.devbooster/hub/skills/rust-pro/SKILL.md +176 -0
  262. package/template/.devbooster/hub/skills/seo-fundamentals/SKILL.md +129 -0
  263. package/template/.devbooster/hub/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  264. package/template/.devbooster/hub/skills/server-management/SKILL.md +161 -0
  265. package/template/.devbooster/hub/skills/systematic-debugging/SKILL.md +109 -0
  266. package/template/.devbooster/hub/skills/tailwind-patterns/SKILL.md +269 -0
  267. package/template/.devbooster/hub/skills/tdd-workflow/SKILL.md +149 -0
  268. package/template/.devbooster/hub/skills/testing-patterns/SKILL.md +178 -0
  269. package/template/.devbooster/hub/skills/testing-patterns/scripts/test_runner.py +219 -0
  270. package/template/.devbooster/hub/skills/vulnerability-scanner/SKILL.md +276 -0
  271. package/template/.devbooster/hub/skills/vulnerability-scanner/checklists.md +121 -0
  272. package/template/.devbooster/hub/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  273. package/template/.devbooster/hub/skills/web-design-guidelines/SKILL.md +57 -0
  274. package/template/.devbooster/hub/skills/webapp-testing/SKILL.md +187 -0
  275. package/template/.devbooster/hub/skills/webapp-testing/scripts/playwright_runner.py +173 -0
  276. package/template/.devbooster/hub/workflows/brainstorm.md +113 -0
  277. package/template/.devbooster/hub/workflows/create.md +59 -0
  278. package/template/.devbooster/hub/workflows/debug.md +103 -0
  279. package/template/.devbooster/hub/workflows/deploy.md +176 -0
  280. package/template/.devbooster/hub/workflows/enhance.md +63 -0
  281. package/template/.devbooster/hub/workflows/orchestrate.md +237 -0
  282. package/template/.devbooster/hub/workflows/plan.md +89 -0
  283. package/template/.devbooster/hub/workflows/preview.md +81 -0
  284. package/template/.devbooster/hub/workflows/status.md +86 -0
  285. package/template/.devbooster/hub/workflows/test.md +144 -0
  286. package/template/.devbooster/hub/workflows/ui-ux-pro-max.md +296 -0
  287. package/template/.devbooster/rules/BACKEND.md +72 -0
  288. package/template/.devbooster/rules/COMERCIAL.md +69 -0
  289. package/template/.devbooster/rules/FRONTEND.md +76 -0
  290. package/template/.devbooster/rules/GUIDE.md +111 -0
  291. package/template/.devbooster/rules/PROJECT.md +83 -0
  292. package/template/.devbooster/rules/PROTOCOL.md +42 -0
  293. package/template/.devbooster/rules/USER_PREFERENCES.md +33 -0
  294. package/template/DEVBOOSTER_INIT.md +42 -0
package/README.md ADDED
@@ -0,0 +1,203 @@
1
+ # 🦾 Dev Booster
2
+
3
+ > Drop a production-grade AI governance kit into any project — in one command.
4
+
5
+ ```bash
6
+ npx dev-booster
7
+ ```
8
+
9
+ ---
10
+
11
+ ## What it does
12
+
13
+ **Dev Booster** installs a complete **Agentic Kit** into your project — a structured set of rules, boosters, and skills that supercharge any AI assistant (Gemini, Claude, Copilot, Cursor, etc.) with deep project context and expert behavior.
14
+
15
+ Unlike generic agent folders, **Dev Booster** uses a manual, activation-first model:
16
+ - boosters are activated intentionally by the user
17
+ - most boosters use lazy loading instead of loading the full kit immediately
18
+ - context is pulled only when the task, artifact, or pain point actually requires it
19
+ - each booster has a distinct operational role, instead of behaving like a generic prompt blob
20
+
21
+ This gives the kit a stronger product identity and helps avoid unnecessary context bloat.
22
+
23
+ After running the command, your project gets:
24
+
25
+ ```
26
+ .devbooster/
27
+ ├── MANIFEST.md ← inventory of all agents, skills, and boosters
28
+ ├── boosters/ ← 23 expert activators (debug, review, design, deploy...)
29
+ ├── hub/ ← 40+ skills and operational scripts
30
+ └── rules/
31
+ ├── PROTOCOL.md ← governance and conduct rules
32
+ ├── PROJECT.md ← whitelabel → auto-fills with your architecture
33
+ ├── FRONTEND.md ← whitelabel → auto-fills with your frontend stack
34
+ ├── BACKEND.md ← whitelabel → auto-fills with your backend stack
35
+ ├── COMERCIAL.md ← whitelabel → auto-fills with your business model
36
+ └── USER_PREFERENCES.md
37
+ DEVBOOSTER_INIT.md ← bootstrap orchestrator (read below)
38
+ ```
39
+
40
+ ---
41
+
42
+ ## Bootstrap: DEVBOOSTER_INIT.md
43
+
44
+ After installation, open your AI assistant and say:
45
+
46
+ > **"Read DEVBOOSTER_INIT.md and execute all bootstrap steps."**
47
+
48
+ The AI will:
49
+ 1. Read your project's architecture, stack, and business logic
50
+ 2. Auto-fill all whitelabel rule files with project-specific documentation
51
+ 3. Report what it found and flag any gaps it couldn't auto-detect
52
+
53
+ This process only needs to run once. The `DEVBOOSTER_INIT.md` stays in your project — if you need to re-run after a major architectural change, just ask again.
54
+
55
+ ---
56
+
57
+ ## Boosters
58
+
59
+ Boosters are expert activators you invoke manually during development.
60
+
61
+ | Booster | When to use |
62
+ |---|---|
63
+ | `implementation.md` | Selecting the right implementation plan after context is mature |
64
+ | `debug.md` | Systematic root cause analysis |
65
+ | `review.md` | Pre-PR code audit |
66
+ | `design.md` | UI/UX component review |
67
+ | `deploy.md` | Pre-flight deployment checks |
68
+ | `security.md` | Security posture audit |
69
+ | `refactor.md` | Cleaning technical debt |
70
+ | `planning.md` | Validating readiness, risks, and gaps before implementation |
71
+ | `discovery.md` | Product brainstorm |
72
+ | `performance.md` | Core Web Vitals / bundle issues |
73
+ | + 13 more | See `.devbooster/MANIFEST.md` |
74
+
75
+ The practical activation flow is simple:
76
+ - drag a booster file into the chat
77
+ - send it
78
+ - let the mode activate
79
+ - then send the real task, artifact, or objective
80
+
81
+ Many boosters now use a two-step flow:
82
+ 1. Activate the mode
83
+ 2. Provide the real task, context, artifact, or pain point so the booster can load only what it needs
84
+
85
+ ---
86
+
87
+ ## Smart Usage Patterns
88
+
89
+ One of the main strengths of Dev Booster is that boosters can be used in sequence, not just in isolation.
90
+
91
+ ### 1. Investigate before implementation
92
+
93
+ Use this when the repository is complex and you do not want the AI to jump straight into coding.
94
+
95
+ Flow:
96
+ 1. `investigation.md`
97
+ 2. `planning.md`
98
+ 3. `implementation.md`
99
+ 4. `review.md`
100
+
101
+ What this gives you:
102
+ - repository-aware analysis first
103
+ - readiness and risk alignment before execution
104
+ - the right implementation template (`simple`, `standard`, or `heavy`)
105
+ - a stronger validation pass at the end
106
+
107
+ ### 2. Product idea to executable plan
108
+
109
+ Use this when the idea is still being shaped.
110
+
111
+ Flow:
112
+ 1. `discovery.md`
113
+ 2. `planning.md`
114
+ 3. `implementation.md`
115
+
116
+ What this gives you:
117
+ - idea exploration
118
+ - clarification of business rules and gaps
119
+ - a structured path into execution only after the context is mature
120
+
121
+ ### 3. Mature context to technical documentation
122
+
123
+ Use this after discovery or investigation has already produced enough context.
124
+
125
+ Flow:
126
+ 1. `investigation.md` or `discovery.md`
127
+ 2. `documentation.md`
128
+
129
+ What this gives you:
130
+ - synthesis of the current conversation context
131
+ - confirmation before generation
132
+ - a reusable technical document instead of fragmented chat history
133
+
134
+ ### 4. Safe review in a fresh chat
135
+
136
+ Use this when you want a stronger validation pass with minimal prior bias.
137
+
138
+ Flow:
139
+ 1. Open a fresh chat
140
+ 2. Activate `review.md`
141
+ 3. Paste the implementation plan, documentation, diff, or reference
142
+
143
+ What this gives you:
144
+ - a cleaner validation environment
145
+ - artifact-first review
146
+ - skill/persona loading only after the review target is provided
147
+
148
+ ### 5. Release note generation from real Git state
149
+
150
+ Use this when you want changelogs based on what actually changed, not on memory.
151
+
152
+ Flow:
153
+ 1. Activate `changelog.md`
154
+ 2. If there are uncommitted changes, the booster uses the working tree
155
+ 3. If the repo is clean, provide compact input like `3 C`
156
+
157
+ What this gives you:
158
+ - Git-driven changelog generation
159
+ - three detail levels:
160
+ - `A` = basic
161
+ - `B` = hybrid
162
+ - `C` = technical
163
+ - always includes changed files and changed lines
164
+
165
+ ### 6. Domain mode plus execution mode
166
+
167
+ Boosters can also be combined by role.
168
+
169
+ Example flow:
170
+ 1. `frontend.md`
171
+ 2. `planning.md`
172
+ 3. `implementation.md`
173
+
174
+ This works well when:
175
+ - you know the task belongs to a domain
176
+ - but you still want alignment and execution discipline before building
177
+
178
+ ### 7. Use Advisor when you are unsure
179
+
180
+ If you do not know which booster should come first:
181
+ 1. activate `advisor.md`
182
+ 2. describe the task in one message
183
+ 3. let it recommend the smallest effective booster path
184
+
185
+ The advisor recommends boosters only, keeping the path clean and focused.
186
+
187
+ ---
188
+
189
+ ## Requirements
190
+
191
+ - Node.js >= 20
192
+
193
+ ---
194
+
195
+ ## Credits
196
+
197
+ Adapted and maintained by [Maikon Rodrigs](https://github.com/MaikonRodrigs).
198
+
199
+ ---
200
+
201
+ ## License
202
+
203
+ MIT
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ import { run } from '../src/index.js'
3
+
4
+ run()
package/package.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "dev-booster",
3
+ "version": "1.0.0",
4
+ "description": "Reusable AI development kit with manual boosters, governance, and project bootstrap",
5
+ "type": "module",
6
+ "scripts": {
7
+ "sync-template": "node ./src/sync-template.js"
8
+ },
9
+ "bin": {
10
+ "dev-booster": "./bin/dev-booster.js"
11
+ },
12
+ "files": [
13
+ "bin",
14
+ "src",
15
+ "template"
16
+ ],
17
+ "engines": {
18
+ "node": ">=20"
19
+ },
20
+ "keywords": [
21
+ "ai",
22
+ "agent",
23
+ "cli",
24
+ "booster",
25
+ "agentic",
26
+ "cursor",
27
+ "gemini",
28
+ "claude",
29
+ "copilot"
30
+ ],
31
+ "author": "Maikon Rodrigs",
32
+ "homepage": "https://github.com/MaikonRodrigs",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/MaikonRodrigs/dev-booster.git"
36
+ },
37
+ "bugs": {
38
+ "url": "https://github.com/MaikonRodrigs/dev-booster/issues"
39
+ },
40
+ "license": "MIT"
41
+ }
package/src/index.js ADDED
@@ -0,0 +1,78 @@
1
+ import fs from 'fs'
2
+ import path from 'path'
3
+ import { fileURLToPath } from 'url'
4
+
5
+ const __dirname = path.dirname(fileURLToPath(import.meta.url))
6
+
7
+ // Source: the `template/` folder shipped inside the npm package
8
+ const TEMPLATE_DIR = path.resolve(__dirname, '..', 'template')
9
+
10
+ // Destination: the user's current working directory (where they ran npx)
11
+ const TARGET_DIR = process.cwd()
12
+
13
+ function copyDir(src, dest) {
14
+ fs.mkdirSync(dest, { recursive: true })
15
+
16
+ for (const entry of fs.readdirSync(src, { withFileTypes: true })) {
17
+ if (entry.name === '.DS_Store') continue
18
+
19
+ const srcPath = path.join(src, entry.name)
20
+ const destPath = path.join(dest, entry.name)
21
+
22
+ if (entry.isDirectory()) {
23
+ copyDir(srcPath, destPath)
24
+ } else {
25
+ fs.copyFileSync(srcPath, destPath)
26
+ }
27
+ }
28
+ }
29
+
30
+ export function run() {
31
+ console.log(`
32
+ ╭──────────────────────────────────────────────╮
33
+ │ DEV BOOSTER │
34
+ │ instalador do kit agentico │
35
+ ╰──────────────────────────────────────────────╯
36
+ `)
37
+
38
+ // 1. Copy the full .devbooster/ kit to the user's project
39
+ const agentSrc = path.join(TEMPLATE_DIR, '.devbooster')
40
+ const agentDest = path.join(TARGET_DIR, '.devbooster')
41
+
42
+ if (fs.existsSync(agentDest)) {
43
+ console.log('▸ .devbooster/')
44
+ console.log(' status: ja existe no projeto')
45
+ console.log(' acao: copia ignorada para evitar sobrescrita')
46
+ console.log(' dica: renomeie ou remova a pasta se quiser reinstalar\n')
47
+ } else {
48
+ copyDir(agentSrc, agentDest)
49
+ console.log('▸ .devbooster/')
50
+ console.log(' status: instalado com sucesso\n')
51
+ }
52
+
53
+ // 2. Drop DEVBOOSTER_INIT.md at the root of the user's project
54
+ const initSrc = path.join(TEMPLATE_DIR, 'DEVBOOSTER_INIT.md')
55
+ const initDest = path.join(TARGET_DIR, 'DEVBOOSTER_INIT.md')
56
+
57
+ if (fs.existsSync(initDest)) {
58
+ console.log('▸ DEVBOOSTER_INIT.md')
59
+ console.log(' status: ja existe no projeto')
60
+ console.log(' acao: criacao ignorada\n')
61
+ } else {
62
+ fs.copyFileSync(initSrc, initDest)
63
+ console.log('▸ DEVBOOSTER_INIT.md')
64
+ console.log(' status: criado na raiz do projeto\n')
65
+ }
66
+
67
+ console.log(`
68
+ ╭──────────────────────────────────────────────╮
69
+ │ PROXIMO PASSO │
70
+ ╰──────────────────────────────────────────────╯
71
+
72
+ Abra sua LLM / assistente de IA neste projeto e envie:
73
+
74
+ "Leia o DEVBOOSTER_INIT.md e execute todos os passos de bootstrap."
75
+
76
+ O kit vai se configurar com base no stack do projeto.
77
+ `)
78
+ }
@@ -0,0 +1,55 @@
1
+ import fs from 'fs'
2
+ import path from 'path'
3
+ import { fileURLToPath } from 'url'
4
+
5
+ const __dirname = path.dirname(fileURLToPath(import.meta.url))
6
+ const ROOT_DIR = path.resolve(__dirname, '..')
7
+ const SOURCE_DIR = path.join(ROOT_DIR, '.devbooster')
8
+ const TEMPLATE_DIR = path.join(ROOT_DIR, 'template')
9
+ const TEMPLATE_KIT_DIR = path.join(TEMPLATE_DIR, '.devbooster')
10
+ const INIT_FILE = 'DEVBOOSTER_INIT.md'
11
+
12
+ function copyDir(src, dest) {
13
+ fs.mkdirSync(dest, { recursive: true })
14
+
15
+ for (const entry of fs.readdirSync(src, { withFileTypes: true })) {
16
+ if (entry.name === '.DS_Store') continue
17
+
18
+ const srcPath = path.join(src, entry.name)
19
+ const destPath = path.join(dest, entry.name)
20
+
21
+ if (entry.isDirectory()) {
22
+ copyDir(srcPath, destPath)
23
+ } else {
24
+ fs.copyFileSync(srcPath, destPath)
25
+ }
26
+ }
27
+ }
28
+
29
+ function ensureExists(targetPath, label) {
30
+ if (!fs.existsSync(targetPath)) {
31
+ throw new Error(`${label} not found: ${targetPath}`)
32
+ }
33
+ }
34
+
35
+ function run() {
36
+ ensureExists(SOURCE_DIR, 'Source kit')
37
+ ensureExists(path.join(ROOT_DIR, INIT_FILE), 'Root init file')
38
+
39
+ fs.mkdirSync(TEMPLATE_DIR, { recursive: true })
40
+ fs.rmSync(TEMPLATE_KIT_DIR, { recursive: true, force: true })
41
+ copyDir(SOURCE_DIR, TEMPLATE_KIT_DIR)
42
+ fs.copyFileSync(path.join(ROOT_DIR, INIT_FILE), path.join(TEMPLATE_DIR, INIT_FILE))
43
+
44
+ console.log('╭──────────────────────────────────────────────╮')
45
+ console.log('│ DEV BOOSTER TEMPLATE SYNC │')
46
+ console.log('╰──────────────────────────────────────────────╯')
47
+ console.log('')
48
+ console.log('▸ origem: .devbooster/')
49
+ console.log('▸ destino: template/.devbooster/')
50
+ console.log(`▸ init: template/${INIT_FILE}`)
51
+ console.log('')
52
+ console.log('status: sync concluido com sucesso')
53
+ }
54
+
55
+ run()
@@ -0,0 +1,177 @@
1
+ # 🦾 MASTER AGENTIC HUB MANIFEST (EXHAUSTIVE V2)
2
+
3
+ > [!IMPORTANT]
4
+ > **This file is the canonical local inventory for this repository.**
5
+ > Paths below assume the Dev Booster repository structure: `.devbooster/` for runtime rules and `.devbooster/hub/` for reusable assets.
6
+
7
+ **Inventory File:** `.devbooster/MANIFEST.md`
8
+ **Repository Root:** Use this repository root directly.
9
+ **Role:** Inventory of Dev Booster capabilities — Personas, Skills, Boosters, Workflows, and Scripts.
10
+ **Credits:** Adapted and maintained by [Maikon Rodrigs](https://github.com/MaikonRodrigs).
11
+
12
+ ---
13
+
14
+ ## 👥 1. SPECIALIZED AGENTS (PERSONAS)
15
+
16
+ ### Core Engineering
17
+ - `agent_frontend-specialist`: Next.js, React, UI/UX Logic expert.
18
+ - `agent_backend-specialist`: Node.js, tRPC, PostgreSQL, Prisma architect.
19
+ - `agent_database-architect`: Complex schemas, migrations, query optimization.
20
+ - `agent_debugger`: Deep root cause analysis and logical fix generation.
21
+ - `agent_performance-optimizer`: Core Web Vitals, bundle size, expensive operations.
22
+ - `agent_explorer-agent`: Deep codebase analysis, structural mapping, and reverse engineering.
23
+
24
+ ### Architecture & Strategy
25
+ - `agent_project-planner`: Context consolidation, risk mapping, and readiness validation before implementation.
26
+ - `agent_orchestrator`: Management of multiple agents for high-complexity tasks.
27
+ - `agent_product-owner`: Business rules, user value, and monetization logic.
28
+ - `agent_product-manager`: Product lifecycle, requirements, and discovery.
29
+
30
+ ### Quality & Infrastructure
31
+ - `agent_test-engineer`: Unit/Integration tests, AAA patterns.
32
+ - `agent_qa-automation-engineer`: E2E (Playwright/Cypress) and CI testing.
33
+ - `agent_devops-engineer`: VPS, Linux, Docker, Deployment, Server management.
34
+ - `agent_security-auditor`: Security logic, auth bypass, and PII protection.
35
+ - `agent_penetration-tester`: Vulnerability hunting and red team simulation.
36
+
37
+ ### Specialized Domains
38
+ - `agent_mobile-developer`: React Native, Expo, and Responsive Mobile logic.
39
+ - `agent_game-developer`: Game engines, physics, and gameplay loops.
40
+ - `agent_seo-specialist`: Search engine indexation and semantic HTML.
41
+ - `agent_code-archaeologist`: Legacy code analysis and refactoring safety.
42
+ - `agent_documentation-writer`: Technical manual generation and global docs.
43
+
44
+ ---
45
+
46
+ ## 🛠️ 2. TECHNICAL SKILL MATRIX (DENSE KNOWLEDGE)
47
+
48
+ ### Frontend & UI/UX
49
+ - `skill_ui-ux-pro-max`: Premium UI Bible (50 styles, 21 palettes, 50 fonts).
50
+ - `skill_frontend-design`: The "Anti-Generic" design patterns and system tokens.
51
+ - `skill_react-best-practices`: 57+ Vercel rules for React & Next.js performance.
52
+ - `skill_web-design-guidelines`: UX Audit (100+ rules for accessibility & Web Vitals).
53
+ - `skill_tailwind-patterns`: Atomic CSS v4 and modern utility-first systems.
54
+ - `skill_mobile-design`: Specialized Mobile UX and touch patterns.
55
+
56
+ ### Backend, API & Database
57
+ - `skill_nodejs-best-practices`: Node.js async, modules, and error handling.
58
+ - `skill_api-patterns`: REST, GraphQL, tRPC, and contract-first design.
59
+ - `skill_nestjs-expert`: NestJS modules, DI, and enterprise patterns.
60
+ - `skill_python-patterns`: FastAPI, automation, and AI pipelines.
61
+ - `skill_database-design`: Schema optimization and indexing strategy.
62
+ - `skill_prisma-expert`: Prisma ORM, migrations, and deep relationships.
63
+
64
+ ### Architecture & Quality
65
+ - `skill_architecture`: Clean Architecture, Hexagonal, and SOLID principles.
66
+ - `skill_clean-code`: Global standards for readable/maintainable code.
67
+ - `skill_app-builder`: Full-stack scaffolding and rapid prototyping.
68
+ - `skill_plan-writing` / `skill_brainstorming`: Discovery and Socratic task planning.
69
+ - `skill_testing-patterns`: Jest, Vitest, and AAA testing strategies.
70
+ - `skill_webapp-testing`: E2E mastery (Playwright/Cypress).
71
+ - `skill_tdd-workflow`: Test-driven development implementation.
72
+ - `skill_code-review-checklist`: Code quality standards and PR audit rules.
73
+ - `skill_lint-and-validate`: Universal linting and static analysis.
74
+
75
+ ### Security, DevOps & Cloud
76
+ - `skill_vulnerability-scanner`: OWASP Top 10 auditing and secret detection.
77
+ - `skill_red-team-tactics`: Offensive security and threat modeling.
78
+ - `skill_docker-expert`: Containerization, Compose, and orchestration.
79
+ - `skill_deployment-procedures`: Release safety and CI/CD workflows.
80
+ - `skill_server-management` / `skill_bash-linux`: VPS and Shell mastery.
81
+
82
+ ### Specialized Tools & Growth
83
+ - `skill_intelligent-routing`: Autonomous agent selection and task routing logic.
84
+ - `skill_typescript-expert`: Type-level programming and performance.
85
+ - `skill_rust-pro`: Memory safety and performance-critical module development.
86
+ - `skill_mcp-builder`: Model Context Protocol component mastery.
87
+ - `skill_parallel-agents`: Multi-agent orchestration logic.
88
+ - `skill_seo-fundamentals`: E-E-A-T and semantic HTML compliance.
89
+ - `skill_geo-fundamentals`: GenAI Optimization (AI Citations Readiness).
90
+ - `skill_i18n-localization`: Global strings and internationalization patterns.
91
+ - `skill_game-development`: Mechanics, logic, and state management.
92
+ - `skill_systematic-debugging`: Root cause analysis and hypothesis engine.
93
+ - `skill_doc`: Technical writing standards and semantic documentation guide.
94
+
95
+ ---
96
+
97
+ ## 🚀 3. BOOSTER ACTIVATORS (CURRENT KIT)
98
+ *All boosters live at: `.devbooster/boosters/`*
99
+
100
+ | Booster | Purpose |
101
+ |---|---|
102
+ | `create.md` | Master Architect — builds new features and apps with structural scaffolding. |
103
+ | `performance.md` | Performance Engineer — optimizes loading speed and Core Web Vitals. |
104
+ | `i18n.md` | Localization Specialist — handles internationalization and translations. |
105
+ | `accessibility.md` | Accessibility Auditor — ensures WCAG compliance and semantic HTML. |
106
+ | `refactor.md` | Quality Lead — refactors code, applies Clean Code/SOLID, and clears technical debt. |
107
+ | `implementation.md` | Reviews context, selects `simple` / `standard` / `heavy`, and asks for confirmation before generating the plan. |
108
+ | `documentation.md` | Generates the 17-section universal technical documentation spec. |
109
+ | `atomic.md` | Surgical, single-step implementation spec (final execution stage). |
110
+ | `advisor.md` | Hub Consultant — recommends the best booster path for the user's task. |
111
+ | `review.md` | Elite Auditor — multi-agent orchestration for plan validation. |
112
+ | `debug.md` | Systematic Root Cause Analysis with hypothesis engine. |
113
+ | `discovery.md` | Strategic Product Consultant — 3-path brainstorm protocol. |
114
+ | `investigation.md` | Context Pre-Orchestrator — no-code analysis before implementation. |
115
+ | `design.md` | UI/UX Design standards and component audit. |
116
+ | `deploy.md` | Pre-flight checks and deployment execution protocol. |
117
+ | `security.md` | Security posture audit and threat modeling. |
118
+ | `testing.md` | Test generation strategy and runner coordination. |
119
+ | `changelog.md` | Structured release note and changelog generation. |
120
+ | `planning.md` | Consolidates context, maps risks/gaps, and validates whether the task is ready for implementation. |
121
+ | `frontend.md` | Frontend specialist activation with stack-specific rules. |
122
+ | `backend.md` | Backend specialist activation with API/DB constraints. |
123
+ | `seo.md` | SEO audit and semantic HTML compliance check. |
124
+ | `mobile.md` | Mobile UX activation (React Native / Expo patterns). |
125
+
126
+ ---
127
+
128
+ ## 🏗️ 4. OPERATIONAL SCRIPTS
129
+ *Canonical path: `.devbooster/hub/scripts/`*
130
+
131
+ ### 🔍 Core Validation & Quality
132
+ - **`checklist.py`**: Priority-based validation (Security, Lint, Schema, UX, SEO). **MANDATORY FOR DEV.**
133
+ - **`verify_all.py`**: The definitive pre-release Master Check (Lighthouse, E2E, i18n).
134
+ - **`react_performance_checker.py`**: Waterfall and barrel import audit.
135
+ - **`lighthouse_audit.py`**: Performance web (LCP, FID, CLS, SEO).
136
+ - **`type_coverage.py`**: Coverage analysis (TS/Python) and `any` detection.
137
+ - **`lint_runner.py`**: Unified interface for ESLint, TSC, Ruff, Mypy.
138
+ - **`test_runner.py`**: Universal executor (Vitest, Jest, Pytest).
139
+
140
+ ### 🎨 UX & Mobile Intelligence
141
+ - **`ux_audit.py`**: Psychology of design audit (Hick, Fitts) and UX rules.
142
+ - **`mobile_audit.py`**: 50+ Mobile-specific checks (Touch targets, haptics).
143
+ - **`accessibility_checker.py`**: WCAG compliance and semantic audit.
144
+ - **`i18n_checker.py`**: Detection of hardcoded strings and missing translations.
145
+
146
+ ### 🛡️ Security & Database
147
+ - **`security_scan.py`**: Secrets, tokens, and dangerous code patterns.
148
+ - **`api_validator.py`**: API contract validation (OpenAPI/Swagger).
149
+ - **`schema_validator.py`**: Database integrity (Prisma/Drizzle/SQL).
150
+
151
+ ### 🤖 AI Ready & Ops
152
+ - **`geo_checker.py`**: "AI Citations Readiness" (Schema.org, FAQ).
153
+ - **`seo_checker.py`**: Deep SEO audit (Meta, Semantics, Indexability).
154
+ - **`playwright_runner.py`**: E2E Health checks with headless screenshots.
155
+ - **`session_manager.py`**: Rapid tech stack analysis and file-level statistics.
156
+ - **`auto_preview.py`**: Automated dev server lifecycle management.
157
+ - **`convert_rules.py`**: Agent rule transformation and standardization.
158
+
159
+ ---
160
+
161
+ ## 📊 5. KIT STATISTICS
162
+
163
+ | Metric | Value |
164
+ |---|---|
165
+ | **Total Agents** | 20 |
166
+ | **Total Skills** | 40+ |
167
+ | **Master Boosters** | 23 |
168
+ | **Operational Scripts** | 2 (Master) + 21 (Skill-level) |
169
+ | **Coverage** | ~95% Full-stack Web/Mobile |
170
+
171
+ ---
172
+
173
+ ## ⚡ 6. NAVIGATION GUIDELINE
174
+ When the user asks "How can the kit help?", the Advisor MUST:
175
+ 1. Scan requirements.
176
+ 2. Recommend the best **Booster** entry point for the task.
177
+ 3. Suggest supporting boosters only when the task clearly spans multiple phases or domains.
@@ -0,0 +1,63 @@
1
+ # ♿ BOOSTER: ACCESSIBILITY AUDITOR (EXPERT)
2
+ You are the Accessibility Auditor. Your goal is to ensure WCAG compliance and semantic integrity.
3
+
4
+ ## 00. DEV BOOSTER ACTIVATION CONTRACT
5
+ This booster behaves as a Dev Booster mode, not as an automatic execution order.
6
+
7
+ If the user invokes this booster alone, or uses it only to activate the mode:
8
+ - Do NOT start analysis, planning, implementation, or review automatically.
9
+ - Do NOT assume there is already a task to execute.
10
+ - Do NOT load the full context package yet.
11
+ - Only confirm activation, expose the available mastery domain, and wait for the next instruction.
12
+ - The activation response must follow the global language configured for the active LLM/environment.
13
+
14
+ Use this activation response format:
15
+
16
+ ```md
17
+ ## 🤖 [DEV BOOSTER // ACCESSIBILITY]
18
+
19
+ [Localized mode label]: Accessibility Auditor
20
+ [Localized status label]: Armed
21
+
22
+ [Localized master skills label]:
23
+ - Web design guidelines
24
+ - Frontend design
25
+ - Accessibility auditing
26
+ ```
27
+
28
+ Formatting rules for this activation:
29
+ - `Mode` and `Status` must always be rendered on separate lines.
30
+ - Do NOT merge labels into a single sentence or paragraph.
31
+ - Keep each activation block on its own line.
32
+
33
+ Only switch to execution mode when the user provides a concrete accessibility concern, WCAG issue, audit target, semantic problem, or inclusive UX objective.
34
+
35
+ ## 0.1 INITIAL LOAD STRATEGY
36
+ When the first real accessibility request arrives:
37
+ - Read the user's pain, target, or desired outcome.
38
+ - Infer which minimum set of personas and skills is necessary.
39
+ - Load only the assets required for that first response.
40
+
41
+ Examples:
42
+ - If the pain is semantics, contrast, or keyboard navigation, prioritize web design guidelines.
43
+ - If the pain is tied to interface composition or interaction states, add frontend design support.
44
+
45
+ ## 0.2 PROGRESSIVE REINFORCEMENT
46
+ This booster may progressively load more assets during execution, but only from its allowed accessibility inventory.
47
+
48
+ Rules:
49
+ - Start with the minimum viable context.
50
+ - Expand only when the current task clearly demands more depth.
51
+ - Keep the user inside the same booster mode while expanding context.
52
+
53
+ ## 1. ALLOWED INVENTORY
54
+ - `.devbooster/hub/skills/web-design-guidelines`
55
+ - `.devbooster/hub/skills/frontend-design`
56
+ - `agent_frontend-specialist`
57
+
58
+ ## 2. ACCESSIBILITY PROTOCOL
59
+ 1. **Audit**: Check semantic HTML, ARIA labels, and keyboard navigation.
60
+ 2. **Contrast**: Verify color contrast ratios and focus states.
61
+ 3. **Remediation**: Apply fixes for screen reader compatibility and WCAG 2.1 standards.
62
+
63
+ **Reply:** On activation only, use the armed-mode banner above. On the first real task, load the minimum required accessibility context based on the user's pain, then execute.