jfl 0.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 (381) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +313 -0
  3. package/clawdbot-skill/README.md +328 -0
  4. package/clawdbot-skill/SKILL.md +362 -0
  5. package/clawdbot-skill/index.ts +486 -0
  6. package/clawdbot-skill/package.json +28 -0
  7. package/clawdbot-skill/skill.json +28 -0
  8. package/dist/commands/agents.d.ts +5 -0
  9. package/dist/commands/agents.d.ts.map +1 -0
  10. package/dist/commands/agents.js +399 -0
  11. package/dist/commands/agents.js.map +1 -0
  12. package/dist/commands/context-hub.d.ts +12 -0
  13. package/dist/commands/context-hub.d.ts.map +1 -0
  14. package/dist/commands/context-hub.js +642 -0
  15. package/dist/commands/context-hub.js.map +1 -0
  16. package/dist/commands/deploy.d.ts +5 -0
  17. package/dist/commands/deploy.d.ts.map +1 -0
  18. package/dist/commands/deploy.js +370 -0
  19. package/dist/commands/deploy.js.map +1 -0
  20. package/dist/commands/feedback.d.ts +2 -0
  21. package/dist/commands/feedback.d.ts.map +1 -0
  22. package/dist/commands/feedback.js +178 -0
  23. package/dist/commands/feedback.js.map +1 -0
  24. package/dist/commands/hud.d.ts +4 -0
  25. package/dist/commands/hud.d.ts.map +1 -0
  26. package/dist/commands/hud.js +262 -0
  27. package/dist/commands/hud.js.map +1 -0
  28. package/dist/commands/init.d.ts +4 -0
  29. package/dist/commands/init.d.ts.map +1 -0
  30. package/dist/commands/init.js +553 -0
  31. package/dist/commands/init.js.map +1 -0
  32. package/dist/commands/login.d.ts +23 -0
  33. package/dist/commands/login.d.ts.map +1 -0
  34. package/dist/commands/login.js +818 -0
  35. package/dist/commands/login.js.map +1 -0
  36. package/dist/commands/ralph.d.ts +9 -0
  37. package/dist/commands/ralph.d.ts.map +1 -0
  38. package/dist/commands/ralph.js +67 -0
  39. package/dist/commands/ralph.js.map +1 -0
  40. package/dist/commands/repair.d.ts +7 -0
  41. package/dist/commands/repair.d.ts.map +1 -0
  42. package/dist/commands/repair.js +283 -0
  43. package/dist/commands/repair.js.map +1 -0
  44. package/dist/commands/session-mgmt.d.ts +33 -0
  45. package/dist/commands/session-mgmt.d.ts.map +1 -0
  46. package/dist/commands/session-mgmt.js +404 -0
  47. package/dist/commands/session-mgmt.js.map +1 -0
  48. package/dist/commands/session.d.ts +2 -0
  49. package/dist/commands/session.d.ts.map +1 -0
  50. package/dist/commands/session.js +639 -0
  51. package/dist/commands/session.js.map +1 -0
  52. package/dist/commands/skills.d.ts +31 -0
  53. package/dist/commands/skills.d.ts.map +1 -0
  54. package/dist/commands/skills.js +314 -0
  55. package/dist/commands/skills.js.map +1 -0
  56. package/dist/commands/status.d.ts +2 -0
  57. package/dist/commands/status.d.ts.map +1 -0
  58. package/dist/commands/status.js +127 -0
  59. package/dist/commands/status.js.map +1 -0
  60. package/dist/commands/synopsis.d.ts +10 -0
  61. package/dist/commands/synopsis.d.ts.map +1 -0
  62. package/dist/commands/synopsis.js +277 -0
  63. package/dist/commands/synopsis.js.map +1 -0
  64. package/dist/commands/update.d.ts +10 -0
  65. package/dist/commands/update.d.ts.map +1 -0
  66. package/dist/commands/update.js +165 -0
  67. package/dist/commands/update.js.map +1 -0
  68. package/dist/commands/voice.d.ts +410 -0
  69. package/dist/commands/voice.d.ts.map +1 -0
  70. package/dist/commands/voice.js +4763 -0
  71. package/dist/commands/voice.js.map +1 -0
  72. package/dist/index.d.ts +9 -0
  73. package/dist/index.d.ts.map +1 -0
  74. package/dist/index.js +512 -0
  75. package/dist/index.js.map +1 -0
  76. package/dist/mcp/context-hub-mcp.d.ts +11 -0
  77. package/dist/mcp/context-hub-mcp.d.ts.map +1 -0
  78. package/dist/mcp/context-hub-mcp.js +548 -0
  79. package/dist/mcp/context-hub-mcp.js.map +1 -0
  80. package/dist/telegram/voice.d.ts +146 -0
  81. package/dist/telegram/voice.d.ts.map +1 -0
  82. package/dist/telegram/voice.js +351 -0
  83. package/dist/telegram/voice.js.map +1 -0
  84. package/dist/types/skills.d.ts +44 -0
  85. package/dist/types/skills.d.ts.map +1 -0
  86. package/dist/types/skills.js +5 -0
  87. package/dist/types/skills.js.map +1 -0
  88. package/dist/ui/banner.d.ts +18 -0
  89. package/dist/ui/banner.d.ts.map +1 -0
  90. package/dist/ui/banner.js +323 -0
  91. package/dist/ui/banner.js.map +1 -0
  92. package/dist/ui/index.d.ts +8 -0
  93. package/dist/ui/index.d.ts.map +1 -0
  94. package/dist/ui/index.js +8 -0
  95. package/dist/ui/index.js.map +1 -0
  96. package/dist/ui/prompts.d.ts +52 -0
  97. package/dist/ui/prompts.d.ts.map +1 -0
  98. package/dist/ui/prompts.js +72 -0
  99. package/dist/ui/prompts.js.map +1 -0
  100. package/dist/ui/theme.d.ts +82 -0
  101. package/dist/ui/theme.d.ts.map +1 -0
  102. package/dist/ui/theme.js +142 -0
  103. package/dist/ui/theme.js.map +1 -0
  104. package/dist/utils/auth-guard.d.ts +66 -0
  105. package/dist/utils/auth-guard.d.ts.map +1 -0
  106. package/dist/utils/auth-guard.js +348 -0
  107. package/dist/utils/auth-guard.js.map +1 -0
  108. package/dist/utils/ensure-project.d.ts +11 -0
  109. package/dist/utils/ensure-project.d.ts.map +1 -0
  110. package/dist/utils/ensure-project.js +70 -0
  111. package/dist/utils/ensure-project.js.map +1 -0
  112. package/dist/utils/git.d.ts +73 -0
  113. package/dist/utils/git.d.ts.map +1 -0
  114. package/dist/utils/git.js +219 -0
  115. package/dist/utils/git.js.map +1 -0
  116. package/dist/utils/github-auth.d.ts +54 -0
  117. package/dist/utils/github-auth.d.ts.map +1 -0
  118. package/dist/utils/github-auth.js +375 -0
  119. package/dist/utils/github-auth.js.map +1 -0
  120. package/dist/utils/github-repo.d.ts +30 -0
  121. package/dist/utils/github-repo.d.ts.map +1 -0
  122. package/dist/utils/github-repo.js +219 -0
  123. package/dist/utils/github-repo.js.map +1 -0
  124. package/dist/utils/platform-auth.d.ts +81 -0
  125. package/dist/utils/platform-auth.d.ts.map +1 -0
  126. package/dist/utils/platform-auth.js +191 -0
  127. package/dist/utils/platform-auth.js.map +1 -0
  128. package/dist/utils/project-config.d.ts +43 -0
  129. package/dist/utils/project-config.d.ts.map +1 -0
  130. package/dist/utils/project-config.js +97 -0
  131. package/dist/utils/project-config.js.map +1 -0
  132. package/dist/utils/skill-registry.d.ts +49 -0
  133. package/dist/utils/skill-registry.d.ts.map +1 -0
  134. package/dist/utils/skill-registry.js +192 -0
  135. package/dist/utils/skill-registry.js.map +1 -0
  136. package/dist/utils/wallet.d.ts +62 -0
  137. package/dist/utils/wallet.d.ts.map +1 -0
  138. package/dist/utils/wallet.js +252 -0
  139. package/dist/utils/wallet.js.map +1 -0
  140. package/dist/utils/x402-client.d.ts +86 -0
  141. package/dist/utils/x402-client.d.ts.map +1 -0
  142. package/dist/utils/x402-client.js +265 -0
  143. package/dist/utils/x402-client.js.map +1 -0
  144. package/package.json +76 -0
  145. package/scripts/postinstall.js +116 -0
  146. package/scripts/test-onboarding.sh +121 -0
  147. package/scripts/voice-start.sh +128 -0
  148. package/scripts/voice-stop.sh +33 -0
  149. package/template/.claude/settings.json +92 -0
  150. package/template/.claude/skills/agent-browser/SKILL.md +116 -0
  151. package/template/.claude/skills/brand-architect/SKILL.md +240 -0
  152. package/template/.claude/skills/brand-architect/config.yaml +137 -0
  153. package/template/.claude/skills/campaign-hud/config.yaml +112 -0
  154. package/template/.claude/skills/content-creator/SKILL.md +294 -0
  155. package/template/.claude/skills/debug/MULTI_AGENT.md +360 -0
  156. package/template/.claude/skills/debug/SKILL.md +549 -0
  157. package/template/.claude/skills/fly-deploy/SKILL.md +676 -0
  158. package/template/.claude/skills/founder-video/SKILL.md +467 -0
  159. package/template/.claude/skills/hud/SKILL.md +157 -0
  160. package/template/.claude/skills/ralph-tui/SKILL.md +210 -0
  161. package/template/.claude/skills/react-best-practices/AGENTS.md +2249 -0
  162. package/template/.claude/skills/react-best-practices/README.md +123 -0
  163. package/template/.claude/skills/react-best-practices/SKILL.md +125 -0
  164. package/template/.claude/skills/react-best-practices/metadata.json +15 -0
  165. package/template/.claude/skills/react-best-practices/rules/_sections.md +46 -0
  166. package/template/.claude/skills/react-best-practices/rules/_template.md +28 -0
  167. package/template/.claude/skills/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
  168. package/template/.claude/skills/react-best-practices/rules/advanced-use-latest.md +49 -0
  169. package/template/.claude/skills/react-best-practices/rules/async-api-routes.md +38 -0
  170. package/template/.claude/skills/react-best-practices/rules/async-defer-await.md +80 -0
  171. package/template/.claude/skills/react-best-practices/rules/async-dependencies.md +36 -0
  172. package/template/.claude/skills/react-best-practices/rules/async-parallel.md +28 -0
  173. package/template/.claude/skills/react-best-practices/rules/async-suspense-boundaries.md +99 -0
  174. package/template/.claude/skills/react-best-practices/rules/bundle-barrel-imports.md +59 -0
  175. package/template/.claude/skills/react-best-practices/rules/bundle-conditional.md +31 -0
  176. package/template/.claude/skills/react-best-practices/rules/bundle-defer-third-party.md +49 -0
  177. package/template/.claude/skills/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
  178. package/template/.claude/skills/react-best-practices/rules/bundle-preload.md +50 -0
  179. package/template/.claude/skills/react-best-practices/rules/client-event-listeners.md +74 -0
  180. package/template/.claude/skills/react-best-practices/rules/client-swr-dedup.md +56 -0
  181. package/template/.claude/skills/react-best-practices/rules/js-batch-dom-css.md +82 -0
  182. package/template/.claude/skills/react-best-practices/rules/js-cache-function-results.md +80 -0
  183. package/template/.claude/skills/react-best-practices/rules/js-cache-property-access.md +28 -0
  184. package/template/.claude/skills/react-best-practices/rules/js-cache-storage.md +70 -0
  185. package/template/.claude/skills/react-best-practices/rules/js-combine-iterations.md +32 -0
  186. package/template/.claude/skills/react-best-practices/rules/js-early-exit.md +50 -0
  187. package/template/.claude/skills/react-best-practices/rules/js-hoist-regexp.md +45 -0
  188. package/template/.claude/skills/react-best-practices/rules/js-index-maps.md +37 -0
  189. package/template/.claude/skills/react-best-practices/rules/js-length-check-first.md +49 -0
  190. package/template/.claude/skills/react-best-practices/rules/js-min-max-loop.md +82 -0
  191. package/template/.claude/skills/react-best-practices/rules/js-set-map-lookups.md +24 -0
  192. package/template/.claude/skills/react-best-practices/rules/js-tosorted-immutable.md +57 -0
  193. package/template/.claude/skills/react-best-practices/rules/rendering-activity.md +26 -0
  194. package/template/.claude/skills/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
  195. package/template/.claude/skills/react-best-practices/rules/rendering-conditional-render.md +40 -0
  196. package/template/.claude/skills/react-best-practices/rules/rendering-content-visibility.md +38 -0
  197. package/template/.claude/skills/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
  198. package/template/.claude/skills/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
  199. package/template/.claude/skills/react-best-practices/rules/rendering-svg-precision.md +28 -0
  200. package/template/.claude/skills/react-best-practices/rules/rerender-defer-reads.md +39 -0
  201. package/template/.claude/skills/react-best-practices/rules/rerender-dependencies.md +45 -0
  202. package/template/.claude/skills/react-best-practices/rules/rerender-derived-state.md +29 -0
  203. package/template/.claude/skills/react-best-practices/rules/rerender-functional-setstate.md +74 -0
  204. package/template/.claude/skills/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
  205. package/template/.claude/skills/react-best-practices/rules/rerender-memo.md +44 -0
  206. package/template/.claude/skills/react-best-practices/rules/rerender-transitions.md +40 -0
  207. package/template/.claude/skills/react-best-practices/rules/server-after-nonblocking.md +73 -0
  208. package/template/.claude/skills/react-best-practices/rules/server-cache-lru.md +41 -0
  209. package/template/.claude/skills/react-best-practices/rules/server-cache-react.md +26 -0
  210. package/template/.claude/skills/react-best-practices/rules/server-parallel-fetching.md +79 -0
  211. package/template/.claude/skills/react-best-practices/rules/server-serialization.md +38 -0
  212. package/template/.claude/skills/remotion-best-practices/SKILL.md +43 -0
  213. package/template/.claude/skills/remotion-best-practices/rules/3d.md +86 -0
  214. package/template/.claude/skills/remotion-best-practices/rules/animations.md +29 -0
  215. package/template/.claude/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
  216. package/template/.claude/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
  217. package/template/.claude/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
  218. package/template/.claude/skills/remotion-best-practices/rules/assets.md +78 -0
  219. package/template/.claude/skills/remotion-best-practices/rules/audio.md +172 -0
  220. package/template/.claude/skills/remotion-best-practices/rules/calculate-metadata.md +104 -0
  221. package/template/.claude/skills/remotion-best-practices/rules/can-decode.md +75 -0
  222. package/template/.claude/skills/remotion-best-practices/rules/charts.md +58 -0
  223. package/template/.claude/skills/remotion-best-practices/rules/compositions.md +146 -0
  224. package/template/.claude/skills/remotion-best-practices/rules/display-captions.md +126 -0
  225. package/template/.claude/skills/remotion-best-practices/rules/extract-frames.md +229 -0
  226. package/template/.claude/skills/remotion-best-practices/rules/fonts.md +152 -0
  227. package/template/.claude/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
  228. package/template/.claude/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
  229. package/template/.claude/skills/remotion-best-practices/rules/get-video-duration.md +58 -0
  230. package/template/.claude/skills/remotion-best-practices/rules/gifs.md +138 -0
  231. package/template/.claude/skills/remotion-best-practices/rules/images.md +130 -0
  232. package/template/.claude/skills/remotion-best-practices/rules/import-srt-captions.md +67 -0
  233. package/template/.claude/skills/remotion-best-practices/rules/lottie.md +68 -0
  234. package/template/.claude/skills/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
  235. package/template/.claude/skills/remotion-best-practices/rules/measuring-text.md +143 -0
  236. package/template/.claude/skills/remotion-best-practices/rules/sequencing.md +106 -0
  237. package/template/.claude/skills/remotion-best-practices/rules/tailwind.md +11 -0
  238. package/template/.claude/skills/remotion-best-practices/rules/text-animations.md +20 -0
  239. package/template/.claude/skills/remotion-best-practices/rules/timing.md +179 -0
  240. package/template/.claude/skills/remotion-best-practices/rules/transcribe-captions.md +19 -0
  241. package/template/.claude/skills/remotion-best-practices/rules/transitions.md +122 -0
  242. package/template/.claude/skills/remotion-best-practices/rules/trimming.md +53 -0
  243. package/template/.claude/skills/remotion-best-practices/rules/videos.md +171 -0
  244. package/template/.claude/skills/search/SKILL.md +220 -0
  245. package/template/.claude/skills/spec/SKILL.md +377 -0
  246. package/template/.claude/skills/startup/SKILL.md +310 -0
  247. package/template/.claude/skills/web-architect/SKILL.md +309 -0
  248. package/template/.claude/skills/x-algorithm/SKILL.md +305 -0
  249. package/template/.jfl/config.json +8 -0
  250. package/template/.mcp.json +11 -0
  251. package/template/CLAUDE.md +960 -0
  252. package/template/content/.gitkeep +0 -0
  253. package/template/context-hub +3 -0
  254. package/template/knowledge/BRAND_BRIEF.md +124 -0
  255. package/template/knowledge/BRAND_DECISIONS.md +168 -0
  256. package/template/knowledge/NARRATIVE.md +114 -0
  257. package/template/knowledge/ROADMAP.md +128 -0
  258. package/template/knowledge/THESIS.md +108 -0
  259. package/template/knowledge/VISION.md +74 -0
  260. package/template/knowledge/VOICE_AND_TONE.md +146 -0
  261. package/template/previews/.gitkeep +0 -0
  262. package/template/scripts/session/auto-commit.sh +245 -0
  263. package/template/scripts/session/auto-merge.sh +325 -0
  264. package/template/scripts/session/jfl-doctor.sh +587 -0
  265. package/template/scripts/session/session-end.sh +194 -0
  266. package/template/scripts/session/session-init.sh +163 -0
  267. package/template/scripts/session/session-sync.sh +167 -0
  268. package/template/scripts/session/test-context-preservation.sh +160 -0
  269. package/template/skills/agent-browser/SKILL.md +116 -0
  270. package/template/skills/brand-architect/SKILL.md +240 -0
  271. package/template/skills/brand-architect/config.yaml +137 -0
  272. package/template/skills/campaign-hud/config.yaml +112 -0
  273. package/template/skills/content-creator/SKILL.md +294 -0
  274. package/template/skills/debug/MULTI_AGENT.md +360 -0
  275. package/template/skills/debug/SKILL.md +549 -0
  276. package/template/skills/fly-deploy/SKILL.md +676 -0
  277. package/template/skills/founder-video/SKILL.md +467 -0
  278. package/template/skills/hud/SKILL.md +204 -0
  279. package/template/skills/ralph-tui/SKILL.md +210 -0
  280. package/template/skills/react-best-practices/AGENTS.md +2249 -0
  281. package/template/skills/react-best-practices/README.md +123 -0
  282. package/template/skills/react-best-practices/SKILL.md +125 -0
  283. package/template/skills/react-best-practices/metadata.json +15 -0
  284. package/template/skills/react-best-practices/rules/_sections.md +46 -0
  285. package/template/skills/react-best-practices/rules/_template.md +28 -0
  286. package/template/skills/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
  287. package/template/skills/react-best-practices/rules/advanced-use-latest.md +49 -0
  288. package/template/skills/react-best-practices/rules/async-api-routes.md +38 -0
  289. package/template/skills/react-best-practices/rules/async-defer-await.md +80 -0
  290. package/template/skills/react-best-practices/rules/async-dependencies.md +36 -0
  291. package/template/skills/react-best-practices/rules/async-parallel.md +28 -0
  292. package/template/skills/react-best-practices/rules/async-suspense-boundaries.md +99 -0
  293. package/template/skills/react-best-practices/rules/bundle-barrel-imports.md +59 -0
  294. package/template/skills/react-best-practices/rules/bundle-conditional.md +31 -0
  295. package/template/skills/react-best-practices/rules/bundle-defer-third-party.md +49 -0
  296. package/template/skills/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
  297. package/template/skills/react-best-practices/rules/bundle-preload.md +50 -0
  298. package/template/skills/react-best-practices/rules/client-event-listeners.md +74 -0
  299. package/template/skills/react-best-practices/rules/client-swr-dedup.md +56 -0
  300. package/template/skills/react-best-practices/rules/js-batch-dom-css.md +82 -0
  301. package/template/skills/react-best-practices/rules/js-cache-function-results.md +80 -0
  302. package/template/skills/react-best-practices/rules/js-cache-property-access.md +28 -0
  303. package/template/skills/react-best-practices/rules/js-cache-storage.md +70 -0
  304. package/template/skills/react-best-practices/rules/js-combine-iterations.md +32 -0
  305. package/template/skills/react-best-practices/rules/js-early-exit.md +50 -0
  306. package/template/skills/react-best-practices/rules/js-hoist-regexp.md +45 -0
  307. package/template/skills/react-best-practices/rules/js-index-maps.md +37 -0
  308. package/template/skills/react-best-practices/rules/js-length-check-first.md +49 -0
  309. package/template/skills/react-best-practices/rules/js-min-max-loop.md +82 -0
  310. package/template/skills/react-best-practices/rules/js-set-map-lookups.md +24 -0
  311. package/template/skills/react-best-practices/rules/js-tosorted-immutable.md +57 -0
  312. package/template/skills/react-best-practices/rules/rendering-activity.md +26 -0
  313. package/template/skills/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
  314. package/template/skills/react-best-practices/rules/rendering-conditional-render.md +40 -0
  315. package/template/skills/react-best-practices/rules/rendering-content-visibility.md +38 -0
  316. package/template/skills/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
  317. package/template/skills/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
  318. package/template/skills/react-best-practices/rules/rendering-svg-precision.md +28 -0
  319. package/template/skills/react-best-practices/rules/rerender-defer-reads.md +39 -0
  320. package/template/skills/react-best-practices/rules/rerender-dependencies.md +45 -0
  321. package/template/skills/react-best-practices/rules/rerender-derived-state.md +29 -0
  322. package/template/skills/react-best-practices/rules/rerender-functional-setstate.md +74 -0
  323. package/template/skills/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
  324. package/template/skills/react-best-practices/rules/rerender-memo.md +44 -0
  325. package/template/skills/react-best-practices/rules/rerender-transitions.md +40 -0
  326. package/template/skills/react-best-practices/rules/server-after-nonblocking.md +73 -0
  327. package/template/skills/react-best-practices/rules/server-cache-lru.md +41 -0
  328. package/template/skills/react-best-practices/rules/server-cache-react.md +26 -0
  329. package/template/skills/react-best-practices/rules/server-parallel-fetching.md +79 -0
  330. package/template/skills/react-best-practices/rules/server-serialization.md +38 -0
  331. package/template/skills/remotion-best-practices/SKILL.md +43 -0
  332. package/template/skills/remotion-best-practices/rules/3d.md +86 -0
  333. package/template/skills/remotion-best-practices/rules/animations.md +29 -0
  334. package/template/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
  335. package/template/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
  336. package/template/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
  337. package/template/skills/remotion-best-practices/rules/assets.md +78 -0
  338. package/template/skills/remotion-best-practices/rules/audio.md +172 -0
  339. package/template/skills/remotion-best-practices/rules/calculate-metadata.md +104 -0
  340. package/template/skills/remotion-best-practices/rules/can-decode.md +75 -0
  341. package/template/skills/remotion-best-practices/rules/charts.md +58 -0
  342. package/template/skills/remotion-best-practices/rules/compositions.md +146 -0
  343. package/template/skills/remotion-best-practices/rules/display-captions.md +126 -0
  344. package/template/skills/remotion-best-practices/rules/extract-frames.md +229 -0
  345. package/template/skills/remotion-best-practices/rules/fonts.md +152 -0
  346. package/template/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
  347. package/template/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
  348. package/template/skills/remotion-best-practices/rules/get-video-duration.md +58 -0
  349. package/template/skills/remotion-best-practices/rules/gifs.md +138 -0
  350. package/template/skills/remotion-best-practices/rules/images.md +130 -0
  351. package/template/skills/remotion-best-practices/rules/import-srt-captions.md +67 -0
  352. package/template/skills/remotion-best-practices/rules/lottie.md +68 -0
  353. package/template/skills/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
  354. package/template/skills/remotion-best-practices/rules/measuring-text.md +143 -0
  355. package/template/skills/remotion-best-practices/rules/sequencing.md +106 -0
  356. package/template/skills/remotion-best-practices/rules/tailwind.md +11 -0
  357. package/template/skills/remotion-best-practices/rules/text-animations.md +20 -0
  358. package/template/skills/remotion-best-practices/rules/timing.md +179 -0
  359. package/template/skills/remotion-best-practices/rules/transcribe-captions.md +19 -0
  360. package/template/skills/remotion-best-practices/rules/transitions.md +122 -0
  361. package/template/skills/remotion-best-practices/rules/trimming.md +53 -0
  362. package/template/skills/remotion-best-practices/rules/videos.md +171 -0
  363. package/template/skills/search/SKILL.md +220 -0
  364. package/template/skills/spec/SKILL.md +377 -0
  365. package/template/skills/startup/SKILL.md +310 -0
  366. package/template/skills/web-architect/SKILL.md +309 -0
  367. package/template/skills/x-algorithm/SKILL.md +305 -0
  368. package/template/suggestions/.gitkeep +0 -0
  369. package/template/templates/QUICKSTART_SKILL_TO_PRODUCT.md +242 -0
  370. package/template/templates/brand/BRAND_BRIEF.md +124 -0
  371. package/template/templates/brand/BRAND_DECISIONS.md +168 -0
  372. package/template/templates/brand/BRAND_GUIDELINES.md +251 -0
  373. package/template/templates/brand/VOICE_AND_TONE.md +146 -0
  374. package/template/templates/brand/global.css +240 -0
  375. package/template/templates/collaboration/CONTRIBUTOR.md +74 -0
  376. package/template/templates/collaboration/CRM.md +97 -0
  377. package/template/templates/collaboration/TASKS.md +83 -0
  378. package/template/templates/strategic/NARRATIVE.md +114 -0
  379. package/template/templates/strategic/ROADMAP.md +128 -0
  380. package/template/templates/strategic/THESIS.md +108 -0
  381. package/template/templates/strategic/VISION.md +74 -0
@@ -0,0 +1,467 @@
1
+ ---
2
+ name: founder-video
3
+ description: Generate viral short-form video scripts for founder personal brand - hooks, stories, reels
4
+ ---
5
+
6
+ # Founder Video Skill
7
+
8
+ Generate scroll-stopping video content for founder personal brand. Based on Jun Yuh's frameworks—extracted from his actual viral content.
9
+
10
+ ## Philosophy
11
+
12
+ **You are the niche.** Your unique story draws people in who champion you beyond expertise. Weave your journey—age, background, challenges, wins—into every piece.
13
+
14
+ **"I haven't missed a day of posting in five and a half years."** — Jun Yuh
15
+
16
+ The elite show up with the same energy and confidence after a flop, acting as if it didn't bother them. That's the difference.
17
+
18
+ ## Commands
19
+
20
+ ```
21
+ /video idea [topic] # Generate concept with hook options
22
+ /video script [topic] # Full script with shot list
23
+ /video hook [topic] # 5 hook variations
24
+ /video story [experience] # Extract video from your story
25
+ /video batch [theme] # Weekly content batch (7-day plan)
26
+ /video calendar # Weekly calendar with effort levels
27
+ /video repurpose [source] # Rule of 7 repurposing from one video
28
+ /video diagnose [problem] # Fix underperforming videos
29
+ /video ideas60 # Generate 60 ideas using Lego Method
30
+ ```
31
+
32
+ ---
33
+
34
+ ## THE CORE FRAMEWORKS
35
+
36
+ ### 1. Hook-Story-Visuals-CTA
37
+
38
+ Every video follows this structure:
39
+
40
+ | Phase | Time | Goal | Key Principle |
41
+ |-------|------|------|---------------|
42
+ | **HOOK** | 0-3s | Stop the scroll | Create curiosity gap |
43
+ | **AGITATE** | 3-8s | Lock them in | Make them feel the pain |
44
+ | **RE-HOOK** | 8-12s | Sustain retention | Ask question or change scene |
45
+ | **CONTEXT** | 12-25s | Build understanding | Establish what's happening |
46
+ | **SOLUTION** | 25-45s | Deliver value | Build toward the payoff |
47
+ | **CTA** | Last 5s | Convert | Weave into last point, don't break flow |
48
+
49
+ **End at peak engagement to encourage second watch.**
50
+
51
+ ---
52
+
53
+ ### 2. The 4 Hook Types (Massive Claim Framework)
54
+
55
+ | Hook Type | Template | Example | Principle |
56
+ |-----------|----------|---------|-----------|
57
+ | **Massive Claim** | "I just [huge result]..." | "I just made $3 million in the last 9 months..." | Establish Authority |
58
+ | **Before-After Contrast** | "I went from [before] to [after]..." | "I went from wanting $100k/year as an engineer to making $100k/month as an entrepreneur" | Create Relatability |
59
+ | **Counter-Intuitive Promise** | "Here's what they don't tell you about [topic]. It's actually [opposite of expected]." | "Internet money is actually way simpler than you think" | Challenge Assumptions |
60
+ | **Outcome First** | "This means you have [problem], so [solution]." | "This means you have a bad hook, so state the outcome before the explanation" | Immediate Value |
61
+
62
+ ---
63
+
64
+ ### 3. Video Diagnosis & Prescription
65
+
66
+ Use this to fix underperforming videos:
67
+
68
+ | Symptom | Diagnosis | Prescription |
69
+ |---------|-----------|--------------|
70
+ | Drop-off in first 3 seconds | **Bad hook** | State the outcome BEFORE the explanation |
71
+ | Drop-off at CTA | **CTA breaks the flow** | Weave CTA into the last point, don't announce it |
72
+ | Drop-off mid-video | **Solved problem too early** | Explain why it matters FIRST (build tension) |
73
+ | Drop-off at 10 seconds | **Re-hook is too late** | Ask a question or change scenes in first 10 seconds |
74
+ | Video performs well | **Keep repeating what works** | Don't reinvent—iterate on winning formats |
75
+ | Complete flop | **Test a different hook** | Same content, new hook, try again |
76
+
77
+ ---
78
+
79
+ ### 4. The Rule of 7 (Repurposing)
80
+
81
+ **One piece of source content → 7 different posts:**
82
+
83
+ | # | Format | What It Is | Effort |
84
+ |---|--------|------------|--------|
85
+ | 1 | **Source** | The original video (vlog, talking head) | HIGH |
86
+ | 2 | **Green Screen** | React to one clip, explain why you did what you did | MEDIUM |
87
+ | 3 | **Lesson Carousel** | Screenshots from video + key takeaways as carousel | MEDIUM |
88
+ | 4 | **Caption Video** | One B-roll clip + text on screen + value in caption | LOW |
89
+ | 5 | **Storytelling Recut** | Reorder clips + different message = new video | MEDIUM |
90
+ | 6 | **Split Screen** | Two perspectives contrasted, one line at a time | LOW |
91
+ | 7 | **Storyframes** | Screenshots + quote, framework, or BTS caption | LOW |
92
+
93
+ **This is why posting every day isn't exhausting—you're not creating 7x, you're repurposing 1x.**
94
+
95
+ ---
96
+
97
+ ### 5. The 7-Day Content Plan (Effort-Based)
98
+
99
+ | Day | Effort | Focus | What to Post |
100
+ |-----|--------|-------|--------------|
101
+ | **1** | HIGH | Trust | Your story—a real struggle, the shift you made, the lesson |
102
+ | **2** | LOW | Relatability | Behind the scenes, day in life, something unpolished |
103
+ | **3** | MEDIUM | Authority | Teach one thing—technique, decision, key takeaway |
104
+ | **4** | LOW | Reach | Trending format + your message (format does the work) |
105
+ | **5** | MEDIUM | Value | Break something down—3-step system, mistake, mini framework |
106
+ | **6** | LOWEST | Consistency | Reflection, quote, or answer a common question |
107
+ | **7** | HIGH | Depth | Longer reel, mini lesson, or short vlog |
108
+
109
+ **Scaling down:**
110
+ - 6 days/week: Remove Day 6
111
+ - 5 days/week: Remove Day 2
112
+ - 4 days/week: Remove Day 3
113
+
114
+ ---
115
+
116
+ ### 6. The Build in Public Plan (7 Days)
117
+
118
+ | Day | Theme | What to Share | Outcome |
119
+ |-----|-------|---------------|---------|
120
+ | **1** | Honesty | Real struggle + shift + insight | Builds trust instantly |
121
+ | **2** | Progress | What you're building (feature, workflow, screenshot) | Proves you're doing the work |
122
+ | **3** | Process | One decision, technique, or insight | Positions you as expert |
123
+ | **4** | Reach | Trending format + your message | Brand-building viral moment |
124
+ | **5** | Failure | What you tried, failed, and changed | Makes you human |
125
+ | **6** | Discipline | Document one real day of your journey | Earns deep trust |
126
+ | **7** | Recap | What you built, learned, and what's next | Keeps people invested |
127
+
128
+ ---
129
+
130
+ ### 7. The Lego Method (60 Ideas Fast)
131
+
132
+ **Step 1: Find Your Message**
133
+ - What's your contrarian view?
134
+ - What do friends naturally turn to you for help with?
135
+
136
+ **Step 2: Choose Content Pillars (4 total)**
137
+ - Pillar 1-3: Your interests/expertise
138
+ - Pillar 4: Your personal story
139
+
140
+ **Step 3: List Topics**
141
+ For each pillar, list 5-10 relevant topics.
142
+
143
+ **Step 4: List Audience Struggles & Desires**
144
+ - What pain do they have?
145
+ - What outcome do they want?
146
+
147
+ **Step 5: Build Legos**
148
+ Stack in order: **Struggle + Topic + Desire**
149
+
150
+ | Struggle | Topic | Desire | = Video Idea |
151
+ |----------|-------|--------|--------------|
152
+ | "No time" | Scripting framework | Create content fast | "If you have no time, here's your 10-minute scripting framework to create content fast" |
153
+ | "Making $0" | Digital products | First $10k | "If you're making $0, here's the one digital product to earn your first $10k" |
154
+ | "Don't know what to post" | Content strategy | Winning ideas | "If you don't know what to post, here's your Lego building content strategy" |
155
+
156
+ ---
157
+
158
+ ### 8. The Split Screen Format
159
+
160
+ **Highest converting format right now:**
161
+
162
+ 1. Take one perspective
163
+ 2. Pair with contrasting perspective
164
+ 3. Center around one problem
165
+ 4. Trade responses one line at a time
166
+ 5. Change scenes between perspectives
167
+
168
+ **Example:**
169
+ ```
170
+ LEFT: "I don't feel motivated to work today."
171
+ RIGHT: "I stay disciplined even when I don't feel like it."
172
+ ```
173
+
174
+ Use this to spice up talking head content that's not performing.
175
+
176
+ ---
177
+
178
+ ### 9. The Attention-to-Money Framework
179
+
180
+ **The path from content to income:**
181
+
182
+ ```
183
+ POST → DISCOVER → ALIGN → CREATE
184
+
185
+ 1. POST: Build attention around who you are, what you know, what you care about
186
+ 2. DISCOVER: Talk about your life, experiences, stories
187
+ 3. ALIGN: Notice where your skills meet your audience's problems
188
+ 4. CREATE: Build something that helps them at scale (education, software, digital products)
189
+ ```
190
+
191
+ **"Every entrepreneur, athlete, actor and creator I looked up to was doing the exact same thing—building attention."**
192
+
193
+ ---
194
+
195
+ ## MINDSET PRINCIPLES
196
+
197
+ ### The Non-Negotiables
198
+
199
+ > "I haven't missed a day of posting in five and a half years. I don't know how to communicate that to you in a way that's as mind-blowing for you as it is for me."
200
+
201
+ - Worked through birthday, holidays, sickness, surgeries, moving
202
+ - The elite show up with same energy after flops
203
+ - Don't rely on motivation—rely on your content system
204
+ - Discipline + structure is what keeps you consistent
205
+
206
+ ### The Cost of Elite
207
+
208
+ Be honest about the cost:
209
+ - Flopping for 100 videos in a row
210
+ - Friends and family calling you "cringy"
211
+ - Sharing posts in group chats, only to keep posting knowing the same people are watching
212
+ - Coming home from a hard day of work and having to ideate, film, edit, post—only for it not to perform
213
+
214
+ **This is what separates the elite from the rest.**
215
+
216
+ ### The Purpose That Sustains
217
+
218
+ What keeps you going when it's hard:
219
+ - People DMing that your content changed their life
220
+ - Being able to pay off family debt
221
+ - Wiring money to friends when they're struggling
222
+ - The compound effect of showing up daily
223
+
224
+ ---
225
+
226
+ ## WORKFLOWS
227
+
228
+ ### /video script [topic]
229
+
230
+ ```
231
+ /video script "why most founders fail"
232
+
233
+ FULL SCRIPT
234
+ ─────────────────────────────────────
235
+
236
+ TITLE: Why Most Founders Fail
237
+ FORMAT: Talking Head
238
+ LENGTH: 52 seconds
239
+
240
+ ───────────────────────────────────────
241
+
242
+ [HOOK - 0:00-0:03]
243
+ VISUAL: Close up, direct to camera
244
+ AUDIO: "I've watched 50 founders fail. They all made the same mistake."
245
+
246
+ [AGITATE - 0:03-0:08]
247
+ VISUAL: Same shot, lean in slightly
248
+ AUDIO: "They thought working harder would fix it.
249
+ It won't. Here's what actually kills startups."
250
+
251
+ [RE-HOOK - 0:08-0:12]
252
+ VISUAL: Cut to different angle OR text on screen
253
+ AUDIO: "And I'm going to tell you exactly how to avoid it."
254
+ [Scene change or question creates retention spike]
255
+
256
+ [CONTEXT - 0:12-0:25]
257
+ VISUAL: Medium shot, conversational
258
+ AUDIO: "Most founders optimize for product.
259
+ They think if they build something great, people will come.
260
+ But distribution is the game.
261
+ The best product doesn't win. The best distributed product wins."
262
+
263
+ [SOLUTION - 0:25-0:45]
264
+ VISUAL: Can use B-roll or screen recordings here
265
+ AUDIO: "Here's what the winners do differently:
266
+ They build audience before they build product.
267
+ They ship ugly things fast.
268
+ They talk to customers every single day.
269
+ They treat distribution as a first-class problem."
270
+
271
+ [CTA - 0:45-0:52]
272
+ VISUAL: Back to talking head, text overlay appears
273
+ AUDIO: "The founders who get this are building in public right now.
274
+ Follow if you want to see how it's actually done."
275
+ [CTA woven into last point, not announced separately]
276
+
277
+ ───────────────────────────────────────
278
+
279
+ SHOT LIST:
280
+ □ Close-up (hook + agitate)
281
+ □ Different angle or scene change (re-hook)
282
+ □ Medium shot (context + solution)
283
+ □ Text overlay: "Follow @[handle]"
284
+
285
+ CAPTION: [Write engaging caption with hook + value]
286
+
287
+ ───────────────────────────────────────
288
+ ```
289
+
290
+ ### /video diagnose [problem]
291
+
292
+ ```
293
+ /video diagnose "my videos get views but no followers"
294
+
295
+ DIAGNOSIS
296
+ ─────────────────────────────────────
297
+
298
+ SYMPTOM: High views, low follower conversion
299
+
300
+ LIKELY CAUSES:
301
+ 1. CTA is breaking the flow (announced instead of woven)
302
+ 2. No clear reason to follow (what will they get?)
303
+ 3. Video ends abruptly instead of at peak engagement
304
+ 4. Content is entertaining but not positioning you as expert
305
+
306
+ PRESCRIPTIONS:
307
+
308
+ 1. WEAVE YOUR CTA
309
+ ❌ "Make sure to follow for more content like this"
310
+ ✅ "I've been posting about this every day for 5 years—follow to see how it's done"
311
+
312
+ 2. PROMISE FUTURE VALUE
313
+ ❌ "Follow me"
314
+ ✅ "Follow if you want to see [specific outcome they care about]"
315
+
316
+ 3. END AT PEAK
317
+ Don't let energy drop after main point
318
+ End with strongest statement, CTA embedded
319
+
320
+ 4. POSITION AS EXPERT
321
+ Add one line that shows you've done this:
322
+ "After [X years / X results], here's what I've learned..."
323
+
324
+ TEST: Re-edit your best performing video with new CTA approach.
325
+ ```
326
+
327
+ ### /video repurpose [source]
328
+
329
+ ```
330
+ /video repurpose "my morning routine vlog"
331
+
332
+ RULE OF 7 REPURPOSING
333
+ ─────────────────────────────────────
334
+
335
+ SOURCE: Morning routine vlog
336
+
337
+ 7 POSTS FROM ONE VIDEO:
338
+
339
+ 1. SOURCE (already done)
340
+ Your original vlog
341
+
342
+ 2. GREEN SCREEN REACT
343
+ Hook: "Here's why I wake up at 5am (it's not productivity)"
344
+ Format: React to one clip, explain the real reason
345
+ Effort: 15 min
346
+
347
+ 3. LESSON CAROUSEL
348
+ Hook: "My 5am routine in 5 slides"
349
+ Format: Screenshots from vlog + key takeaways
350
+ Effort: 20 min
351
+
352
+ 4. CAPTION VIDEO
353
+ Hook: "The one thing I do every morning that changed everything"
354
+ Format: Best B-roll clip + text overlay + full breakdown in caption
355
+ Effort: 10 min
356
+
357
+ 5. STORYTELLING RECUT
358
+ Hook: "What my morning looked like 2 years ago vs now"
359
+ Format: Same clips, reordered, different narrative
360
+ Effort: 25 min
361
+
362
+ 6. SPLIT SCREEN
363
+ Hook: "Most people's morning vs mine"
364
+ Format: Contrast scrolling phone vs your routine
365
+ Effort: 15 min
366
+
367
+ 7. STORYFRAME
368
+ Hook: Screenshot of you working + quote about discipline
369
+ Format: Single image + caption story
370
+ Effort: 5 min
371
+
372
+ TOTAL NEW CONTENT: 6 posts
373
+ TOTAL TIME: ~90 min
374
+ DAYS OF CONTENT: 1 week
375
+
376
+ ─────────────────────────────────────
377
+ ```
378
+
379
+ ### /video ideas60
380
+
381
+ ```
382
+ /video ideas60
383
+
384
+ LEGO METHOD: 60 IDEAS
385
+ ─────────────────────────────────────
386
+
387
+ First, answer these:
388
+
389
+ 1. YOUR MESSAGE
390
+ - Contrarian view: [what do you believe others don't?]
391
+ - Natural expertise: [what do friends ask you for help with?]
392
+
393
+ 2. YOUR PILLARS (fill in)
394
+ - Pillar 1: [interest/expertise]
395
+ - Pillar 2: [interest/expertise]
396
+ - Pillar 3: [interest/expertise]
397
+ - Pillar 4: [your story]
398
+
399
+ 3. YOUR AUDIENCE
400
+ - Struggles: [list 5 pains they have]
401
+ - Desires: [list 5 outcomes they want]
402
+
403
+ 4. BUILD LEGOS
404
+ Formula: "If you [struggle], here's [topic] to [desire]"
405
+
406
+ [After you provide these, I'll generate 60 video ideas by combining:]
407
+ - 5 struggles × 4 pillars × 3 angles = 60 ideas
408
+
409
+ ─────────────────────────────────────
410
+ ```
411
+
412
+ ---
413
+
414
+ ## OUTPUT FILES
415
+
416
+ ```
417
+ outputs/
418
+ ├── video/
419
+ │ ├── scripts/
420
+ │ │ └── script-{date}-{topic}.md
421
+ │ ├── hooks/
422
+ │ │ └── hooks-{date}-{topic}.md
423
+ │ ├── calendars/
424
+ │ │ └── calendar-week-{number}.md
425
+ │ ├── repurpose/
426
+ │ │ └── repurpose-{source}.md
427
+ │ └── ideas/
428
+ │ └── ideas-lego-{date}.md
429
+ ```
430
+
431
+ ---
432
+
433
+ ## QUICK REFERENCE
434
+
435
+ ### The Formula
436
+ ```
437
+ Hook (outcome first) → Agitate (pain) → Re-hook (scene change/question) → Context → Solution → CTA (woven in)
438
+ ```
439
+
440
+ ### Posting Frequency
441
+ - 7 days: Use full 7-day plan
442
+ - 6 days: Remove Day 6 (lowest effort)
443
+ - 5 days: Remove Day 2 (low effort)
444
+ - 4 days: Remove Day 3 (medium effort)
445
+
446
+ ### Content Mix
447
+ - 5 easy (trends, B-roll, repurposed)
448
+ - 2 hard (scripted talking head, vlog)
449
+
450
+ ### Repurposing
451
+ - 1 source video = 7 posts (Rule of 7)
452
+ - Never create from scratch when you can repurpose
453
+
454
+ ### When It's Not Working
455
+ 1. Diagnose with the symptom chart
456
+ 2. Test new hook, same content
457
+ 3. Try split screen format
458
+ 4. Show up with same energy anyway
459
+
460
+ ---
461
+
462
+ ## SOURCES
463
+
464
+ Frameworks extracted from Jun Yuh's viral content:
465
+ - [@jun_yuh](https://www.instagram.com/jun_yuh/) - 8M+ followers
466
+ - Creator College co-founder
467
+ - 5.5 years of daily posting
@@ -0,0 +1,204 @@
1
+ ---
2
+ name: hud
3
+ description: Project dashboard that guides you through setup and tracks progress
4
+ ---
5
+
6
+ # Project HUD
7
+
8
+ Shows status and **actively guides you** through what's next.
9
+
10
+ ## Core Principle
11
+
12
+ **Vision emerges from doing, not declaring.**
13
+
14
+ Don't force users through setup forms. Let them build. Capture context into the knowledge docs AS you work together - the docs become a record, not a gate.
15
+
16
+ If they tell you what they want to build → get right into it, save context in background.
17
+ If they're lost → ask "What are you building?" and go from there.
18
+
19
+ ## Usage
20
+
21
+ ```
22
+ /hud # Full dashboard + guided next step
23
+ /hud --compact # One-line status
24
+ ```
25
+
26
+ ## Workflow
27
+
28
+ ### Step 1: Read Context & Assess State
29
+
30
+ **A. Query memory for recent context (FIRST):**
31
+ ```bash
32
+ # Memory is the hub - query it for what we were working on
33
+ node product/packages/memory/dist/cli.js context "recent work current phase" --limit 5 2>/dev/null || true
34
+ ```
35
+
36
+ **B. Read recent journal entries:**
37
+ ```bash
38
+ # Journal captures decisions as they happen
39
+ # Read the last ~50 lines for recent context
40
+ tail -100 journal/2026-01.md 2>/dev/null || true
41
+ ```
42
+
43
+ The journal has timestamped entries with `<!-- refs -->` tags linking to:
44
+ - `decision:` - named decisions
45
+ - `files:` - files affected
46
+ - `related_docs:` - specs and docs
47
+ - `status:` - implemented/planned/etc
48
+
49
+ **C. Pull CRM pipeline (REQUIRED):**
50
+ ```bash
51
+ # Get current pipeline from Google Sheets
52
+ ./crm list
53
+ ```
54
+
55
+ Look for these statuses that need attention:
56
+ - 🟠 `IN_CONVO` - Active conversations, may need follow-up
57
+ - 🟡 `REACHED_OUT` - Waiting for response
58
+ - 🔴 `HOT` - Urgent action needed
59
+ - 📞 `CALL_SCHEDULED` - Prep needed
60
+
61
+ **D. Read knowledge files:**
62
+ - `knowledge/VISION.md` - What you're building
63
+ - `knowledge/ROADMAP.md` - Timeline and phases (get ship date!)
64
+ - `knowledge/TASKS.md` - Current tasks
65
+
66
+ **E. Assess state:**
67
+ - Is there a launch date? Calculate days remaining
68
+ - What phase are we in?
69
+ - Any active CRM convos that need follow-up?
70
+ - What decisions were made recently? (from journal)
71
+ - What's the current focus? (from memory query)
72
+
73
+ ### Step 2: Route Based on State
74
+
75
+ ```
76
+ IF foundation docs are templates/empty:
77
+ → ONBOARDING MODE (guide through setup)
78
+
79
+ IF foundation is done but no brand:
80
+ → BRAND MODE (guide to /brand-architect)
81
+
82
+ IF everything set up:
83
+ → EXECUTION MODE (show status, next tasks)
84
+ ```
85
+
86
+ ### Step 3A: New Project (Foundation Empty)
87
+
88
+ Don't force setup. **Get them building.**
89
+
90
+ ```
91
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
92
+ {PROJECT NAME}
93
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
94
+
95
+ What are you building? Let's get into it.
96
+
97
+ (Vision emerges from doing, not declaring -
98
+ I'll capture context as we go.)
99
+ ```
100
+
101
+ When they tell you:
102
+ - **Start building immediately** - use skills, write code, whatever they need
103
+ - **Capture context in background** - save what they said to VISION.md
104
+ - As you make decisions together, record them in appropriate docs
105
+ - Don't interrupt flow to "fill out forms"
106
+
107
+ ### Step 3B: Brand Mode (Foundation Done, No Brand)
108
+
109
+ ```
110
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
111
+ {PROJECT NAME}
112
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
113
+
114
+ Vision: ✓
115
+ Roadmap: ✓
116
+ Narrative: ✓
117
+
118
+ Next up: Brand identity.
119
+
120
+ Ready to create your visual identity?
121
+ I'll generate logo marks, colors, and typography.
122
+
123
+ Say "let's do it" or /brand-architect
124
+ ```
125
+
126
+ ### Step 3C: Execution Mode (Everything Set Up)
127
+
128
+ ```
129
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
130
+ {PROJECT NAME}
131
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
132
+
133
+ Ship: {date} ({days} days)
134
+ Phase: {current phase}
135
+ Memory: {X} docs, {Y} memories indexed
136
+
137
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
138
+ PIPELINE (from ./crm list)
139
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
140
+ 🟠 Jack (Nascent) - IN_CONVO - needs follow-up docs
141
+ 🟠 Wes (Formation) - IN_CONVO - waiting on beta timing
142
+ 🟡 Avi (Coinfund) - REACHED_OUT - no response yet
143
+
144
+ {Only show IN_CONVO, REACHED_OUT, HOT - skip COLD}
145
+
146
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
147
+ RECENT WORK
148
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
149
+ {from journal + memory query - recent decisions/work}
150
+ {what's next based on that context}
151
+
152
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
153
+ THIS WEEK
154
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
155
+ {from knowledge/TASKS.md or inferred priorities}
156
+ 1. {most urgent based on pipeline + context}
157
+ 2. {second priority}
158
+ 3. {third priority}
159
+
160
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
161
+ NEXT ACTION
162
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
163
+ {Pick ONE specific thing based on:
164
+ - Urgent pipeline items (follow-ups due)
165
+ - Recent journal entries (what's in progress)
166
+ - This week's priorities from TASKS.md}
167
+
168
+ What do you want to tackle?
169
+ ```
170
+
171
+ ### Compact Mode (--compact)
172
+
173
+ ```
174
+ {project} | {days}d | Phase: {phase} | Next: {action}
175
+ ```
176
+
177
+ ## Key Behaviors
178
+
179
+ 1. **Never end with open questions** like "What do you want to work on?"
180
+ - Instead: Suggest the specific next action
181
+ - Or: Ask a specific question to move forward
182
+
183
+ 2. **Detect returning users**
184
+ - Check journal for recent work (last few entries)
185
+ - Query memory for "recent decisions" or "current focus"
186
+ - "You were working on X. Want to continue?"
187
+
188
+ 3. **Guide, don't report**
189
+ - Bad: "Your docs are templates. Fill them in."
190
+ - Good: "What are you building? Tell me in 2-3 sentences."
191
+
192
+ 4. **One thing at a time**
193
+ - Don't overwhelm with all missing pieces
194
+ - Focus on the immediate next step
195
+
196
+ ## Dependencies
197
+
198
+ - Works with minimal setup (just CLAUDE.md)
199
+ - Better with `knowledge/` docs populated
200
+ - User context from `suggestions/{name}.md`
201
+ - **Memory is the hub** - all context comes from memory queries
202
+ - Memory CLI at `product/packages/memory/dist/cli.js`
203
+ - Journal at `journal/YYYY-MM.md` - decisions captured as they happen
204
+ - No context.md file - memory replaces it