cue-ai 0.9.2 → 0.9.4

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 (278) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/README.md +154 -394
  3. package/bin/cue-learnings +30 -4
  4. package/bin/cue-review-progress +0 -0
  5. package/bin/cue-review-watch +0 -0
  6. package/dist/cue.js +4328 -3108
  7. package/package.json +1 -1
  8. package/plugins/cue/commands/cue-switch.md +1 -1
  9. package/plugins/cue/commands/cue.md +1 -1
  10. package/profiles/backend/profile.yaml +4 -0
  11. package/profiles/browser/profile.yaml +4 -0
  12. package/profiles/career/profile.yaml +2 -13
  13. package/profiles/commerce/profile.yaml +0 -2
  14. package/profiles/coolify/profile.yaml +0 -1
  15. package/profiles/core/profile.yaml +78 -11
  16. package/profiles/dash-merge-test/profile.yaml +6 -1
  17. package/profiles/designer/profile.yaml +9 -1
  18. package/profiles/dropshipping/profile.yaml +69 -0
  19. package/profiles/frontend/profile.yaml +4 -0
  20. package/profiles/google-ads/profile.yaml +34 -0
  21. package/profiles/google-analytics/profile.yaml +34 -0
  22. package/profiles/google-drive/profile.yaml +34 -0
  23. package/profiles/gstack/profile.yaml +117 -29
  24. package/profiles/marketing/profile.yaml +0 -1
  25. package/profiles/media/README.md +70 -0
  26. package/profiles/media/profile.yaml +104 -0
  27. package/profiles/nano-banana/profile.yaml +52 -0
  28. package/profiles/ops/profile.yaml +1 -2
  29. package/profiles/secops/profile.yaml +3 -0
  30. package/profiles/skill-writer/profile.yaml +15 -0
  31. package/profiles/video/profile.yaml +3 -0
  32. package/profiles/web-frontend-base/profile.yaml +6 -0
  33. package/profiles/webshop/profile.yaml +0 -1
  34. package/profiles/webshop-google/profile.yaml +1 -0
  35. package/profiles/x-growth-bot/profile.yaml +2 -0
  36. package/resources/icons/generate-icons.py +2 -128
  37. package/resources/mcps/configs/claude.sanitized.json +88 -20
  38. package/resources/mcps/configs/claude_runtime.sanitized.json +40 -1
  39. package/resources/mcps/configs/codex.sanitized.json +29 -0
  40. package/resources/skills/skills/career/job-hunter/LICENSE +21 -0
  41. package/resources/skills/skills/career/job-hunter/README.md +323 -0
  42. package/resources/skills/skills/career/job-hunter/SKILL.md +91 -0
  43. package/resources/skills/skills/career/job-hunter/agents/README.md +96 -0
  44. package/resources/skills/skills/career/job-hunter/agents/apply-assessment-prep.md +195 -0
  45. package/resources/skills/skills/career/job-hunter/agents/apply-ats-scan.md +155 -0
  46. package/resources/skills/skills/career/job-hunter/agents/apply-bias-audit.md +224 -0
  47. package/resources/skills/skills/career/job-hunter/agents/apply-cover-letter.md +69 -0
  48. package/resources/skills/skills/career/job-hunter/agents/apply-decode-jd.md +117 -0
  49. package/resources/skills/skills/career/job-hunter/agents/apply-fit-score.md +183 -0
  50. package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-audit.md +74 -0
  51. package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-scrape.md +255 -0
  52. package/resources/skills/skills/career/job-hunter/agents/apply-portfolio-brief.md +123 -0
  53. package/resources/skills/skills/career/job-hunter/agents/apply-reality-check.md +164 -0
  54. package/resources/skills/skills/career/job-hunter/agents/apply-reference-prep.md +150 -0
  55. package/resources/skills/skills/career/job-hunter/agents/apply-rejection-analysis.md +172 -0
  56. package/resources/skills/skills/career/job-hunter/agents/apply-resume.md +70 -0
  57. package/resources/skills/skills/career/job-hunter/agents/apply-skills-gap-filler.md +109 -0
  58. package/resources/skills/skills/career/job-hunter/agents/career-internal.md +94 -0
  59. package/resources/skills/skills/career/job-hunter/agents/career-linkedin-content.md +173 -0
  60. package/resources/skills/skills/career/job-hunter/agents/career-linkedin-scanner.md +262 -0
  61. package/resources/skills/skills/career/job-hunter/agents/career-network-message.md +108 -0
  62. package/resources/skills/skills/career/job-hunter/agents/career-promote.md +102 -0
  63. package/resources/skills/skills/career/job-hunter/agents/career-review.md +71 -0
  64. package/resources/skills/skills/career/job-hunter/agents/interview-debrief.md +117 -0
  65. package/resources/skills/skills/career/job-hunter/agents/interview-mock.md +171 -0
  66. package/resources/skills/skills/career/job-hunter/agents/interview-panel-decoder.md +152 -0
  67. package/resources/skills/skills/career/job-hunter/agents/interview-prep.md +184 -0
  68. package/resources/skills/skills/career/job-hunter/agents/interview-question-bank.md +133 -0
  69. package/resources/skills/skills/career/job-hunter/agents/interview-research.md +148 -0
  70. package/resources/skills/skills/career/job-hunter/agents/offer-compare.md +117 -0
  71. package/resources/skills/skills/career/job-hunter/agents/offer-counteroffer.md +144 -0
  72. package/resources/skills/skills/career/job-hunter/agents/offer-deadline-manager.md +148 -0
  73. package/resources/skills/skills/career/job-hunter/agents/offer-negotiate.md +126 -0
  74. package/resources/skills/skills/career/job-hunter/agents/offer-schedule.md +99 -0
  75. package/resources/skills/skills/career/job-hunter/agents/offer-thankyou.md +80 -0
  76. package/resources/skills/skills/career/job-hunter/agents/search-company-research.md +146 -0
  77. package/resources/skills/skills/career/job-hunter/agents/search-follow-up.md +129 -0
  78. package/resources/skills/skills/career/job-hunter/agents/search-ghost-job-detector.md +152 -0
  79. package/resources/skills/skills/career/job-hunter/agents/search-inbox-scan.md +193 -0
  80. package/resources/skills/skills/career/job-hunter/agents/search-interview-scorecard.md +164 -0
  81. package/resources/skills/skills/career/job-hunter/agents/search-jobs.md +149 -0
  82. package/resources/skills/skills/career/job-hunter/agents/search-momentum-check.md +194 -0
  83. package/resources/skills/skills/career/job-hunter/agents/search-outreach.md +85 -0
  84. package/resources/skills/skills/career/job-hunter/agents/search-referral-finder.md +124 -0
  85. package/resources/skills/skills/career/job-hunter/agents/search-salary.md +96 -0
  86. package/resources/skills/skills/career/job-hunter/agents/search-send-email.md +109 -0
  87. package/resources/skills/skills/career/job-hunter/agents/search-tracker-update.md +127 -0
  88. package/resources/skills/skills/career/job-hunter/inputs/README.md +26 -0
  89. package/resources/skills/skills/career/job-hunter/inputs/apply-linkedin-url.txt +8 -0
  90. package/resources/skills/skills/career/job-hunter/inputs/interview-context.md +24 -0
  91. package/resources/skills/skills/career/job-hunter/inputs/job-description.md +20 -0
  92. package/resources/skills/skills/career/job-hunter/inputs/job-search-criteria.md +36 -0
  93. package/resources/skills/skills/career/job-hunter/inputs/my-linkedin.md +24 -0
  94. package/resources/skills/skills/career/job-hunter/inputs/my-resume.md +28 -0
  95. package/resources/skills/skills/career/job-hunter/inputs/search-outreach-target.md +24 -0
  96. package/resources/skills/skills/career/job-hunter/rules/README.md +37 -0
  97. package/resources/skills/skills/career/job-hunter/rules/writing-rules.md +81 -0
  98. package/resources/skills/skills/design/banana/SKILL.md +375 -0
  99. package/resources/skills/skills/design/banana/references/cost-tracking.md +47 -0
  100. package/resources/skills/skills/design/banana/references/gemini-models.md +236 -0
  101. package/resources/skills/skills/design/banana/references/mcp-tools.md +145 -0
  102. package/resources/skills/skills/design/banana/references/post-processing.md +192 -0
  103. package/resources/skills/skills/design/banana/references/presets.md +69 -0
  104. package/resources/skills/skills/design/banana/references/prompt-engineering.md +481 -0
  105. package/resources/skills/skills/design/banana/scripts/batch.py +97 -0
  106. package/resources/skills/skills/design/banana/scripts/cost_tracker.py +191 -0
  107. package/resources/skills/skills/design/banana/scripts/edit.py +159 -0
  108. package/resources/skills/skills/design/banana/scripts/generate.py +168 -0
  109. package/resources/skills/skills/design/banana/scripts/presets.py +154 -0
  110. package/resources/skills/skills/design/banana/scripts/setup_mcp.py +151 -0
  111. package/resources/skills/skills/design/banana/scripts/validate_setup.py +133 -0
  112. package/resources/skills/skills/gstack/ship/SKILL.md +13 -0
  113. package/resources/skills/skills/media/3d-logo-animation/SKILL.md +59 -0
  114. package/resources/skills/skills/media/action-figure-generator/SKILL.md +48 -0
  115. package/resources/skills/skills/media/ad-creative/SKILL.md +79 -0
  116. package/resources/skills/skills/media/ai-clipping/SKILL.md +194 -0
  117. package/resources/skills/skills/media/ai-clipping/scripts/run-ai-clipping.sh +200 -0
  118. package/resources/skills/skills/media/ai-fight-scene/SKILL.md +132 -0
  119. package/resources/skills/skills/media/amazon-product-listing/SKILL.md +68 -0
  120. package/resources/skills/skills/media/animal-video-generator/SKILL.md +59 -0
  121. package/resources/skills/skills/media/award-ceremony-video/SKILL.md +87 -0
  122. package/resources/skills/skills/media/blog-header/SKILL.md +61 -0
  123. package/resources/skills/skills/media/brand-kit/SKILL.md +72 -0
  124. package/resources/skills/skills/media/brochures/SKILL.md +65 -0
  125. package/resources/skills/skills/media/cartoon-dance-animation/SKILL.md +62 -0
  126. package/resources/skills/skills/media/character-story-video/SKILL.md +84 -0
  127. package/resources/skills/skills/media/chibi-collage-effect/SKILL.md +63 -0
  128. package/resources/skills/skills/media/cinema-director/SKILL.md +93 -0
  129. package/resources/skills/skills/media/cinema-director/scripts/generate-film.sh +78 -0
  130. package/resources/skills/skills/media/color-analysis-board/SKILL.md +71 -0
  131. package/resources/skills/skills/media/core-edit/SKILL.md +48 -0
  132. package/resources/skills/skills/media/core-edit/edit-image.sh +54 -0
  133. package/resources/skills/skills/media/core-edit/enhance-image.sh +191 -0
  134. package/resources/skills/skills/media/core-edit/lipsync.sh +144 -0
  135. package/resources/skills/skills/media/core-edit/video-effects.sh +193 -0
  136. package/resources/skills/skills/media/core-media/SKILL.md +49 -0
  137. package/resources/skills/skills/media/core-media/create-music.sh +169 -0
  138. package/resources/skills/skills/media/core-media/generate-image.sh +161 -0
  139. package/resources/skills/skills/media/core-media/generate-video.sh +137 -0
  140. package/resources/skills/skills/media/core-media/image-to-video.sh +228 -0
  141. package/resources/skills/skills/media/core-media/schema_data.json +18708 -0
  142. package/resources/skills/skills/media/core-media/upload.sh +41 -0
  143. package/resources/skills/skills/media/core-platform/SKILL.md +41 -0
  144. package/resources/skills/skills/media/core-platform/check-result.sh +37 -0
  145. package/resources/skills/skills/media/core-platform/setup.sh +31 -0
  146. package/resources/skills/skills/media/couple-grid-creator/SKILL.md +47 -0
  147. package/resources/skills/skills/media/design-guide/SKILL.md +73 -0
  148. package/resources/skills/skills/media/drone-style-video/SKILL.md +61 -0
  149. package/resources/skills/skills/media/fashion-try-on/SKILL.md +61 -0
  150. package/resources/skills/skills/media/floor-plan-rendering/SKILL.md +56 -0
  151. package/resources/skills/skills/media/freeze-effect-video/SKILL.md +100 -0
  152. package/resources/skills/skills/media/giant-product-showcase/SKILL.md +61 -0
  153. package/resources/skills/skills/media/instagram-post/SKILL.md +58 -0
  154. package/resources/skills/skills/media/interior-design/SKILL.md +61 -0
  155. package/resources/skills/skills/media/interior-design-visualizer/SKILL.md +57 -0
  156. package/resources/skills/skills/media/jewelry-product-video/SKILL.md +61 -0
  157. package/resources/skills/skills/media/kdenlive/SKILL.md +106 -0
  158. package/resources/skills/skills/media/kdenlive/scripts/assemble.sh +57 -0
  159. package/resources/skills/skills/media/kdenlive/scripts/common.sh +30 -0
  160. package/resources/skills/skills/media/kdenlive/scripts/inspect.sh +19 -0
  161. package/resources/skills/skills/media/kdenlive/scripts/reframe.sh +22 -0
  162. package/resources/skills/skills/media/kdenlive/scripts/render.sh +16 -0
  163. package/resources/skills/skills/media/kdenlive/scripts/title-card.sh +25 -0
  164. package/resources/skills/skills/media/keyboard-art-maker/SKILL.md +44 -0
  165. package/resources/skills/skills/media/logo-branding/SKILL.md +70 -0
  166. package/resources/skills/skills/media/logo-creator/SKILL.md +80 -0
  167. package/resources/skills/skills/media/logo-creator/scripts/create-logo.sh +38 -0
  168. package/resources/skills/skills/media/logo-generator/SKILL.md +56 -0
  169. package/resources/skills/skills/media/multi-angle-reshoot/SKILL.md +70 -0
  170. package/resources/skills/skills/media/multi-angle-shots/SKILL.md +73 -0
  171. package/resources/skills/skills/media/music-video/SKILL.md +61 -0
  172. package/resources/skills/skills/media/nano-banana/SKILL.md +80 -0
  173. package/resources/skills/skills/media/nano-banana/scripts/generate-nano-art.sh +54 -0
  174. package/resources/skills/skills/media/one-shot-video/SKILL.md +56 -0
  175. package/resources/skills/skills/media/photo-pack-generator/SKILL.md +205 -0
  176. package/resources/skills/skills/media/photo-pack-generator/scripts/generate-pack.sh +241 -0
  177. package/resources/skills/skills/media/product-ad-cinematic/SKILL.md +78 -0
  178. package/resources/skills/skills/media/product-campaign/SKILL.md +76 -0
  179. package/resources/skills/skills/media/product-showcase-video/SKILL.md +60 -0
  180. package/resources/skills/skills/media/product-video-ad-maker/SKILL.md +59 -0
  181. package/resources/skills/skills/media/rednote-cover/SKILL.md +57 -0
  182. package/resources/skills/skills/media/seedance-2/SKILL.md +632 -0
  183. package/resources/skills/skills/media/seedance-2/scripts/generate-seedance.sh +701 -0
  184. package/resources/skills/skills/media/selfie-with-celebrities/SKILL.md +64 -0
  185. package/resources/skills/skills/media/social-media-video/SKILL.md +277 -0
  186. package/resources/skills/skills/media/social-media-video/scripts/run-social-video.sh +316 -0
  187. package/resources/skills/skills/media/social-pack/SKILL.md +58 -0
  188. package/resources/skills/skills/media/storyboard/SKILL.md +57 -0
  189. package/resources/skills/skills/media/storyboard-to-cooking-video/SKILL.md +143 -0
  190. package/resources/skills/skills/media/talking-baby-video/SKILL.md +57 -0
  191. package/resources/skills/skills/media/ugc-ads-workflow/SKILL.md +70 -0
  192. package/resources/skills/skills/media/ugc-lifestyle-try-on/SKILL.md +65 -0
  193. package/resources/skills/skills/media/ugc-video-factory/SKILL.md +134 -0
  194. package/resources/skills/skills/media/ui-design/SKILL.md +81 -0
  195. package/resources/skills/skills/media/ui-design/scripts/generate-mockup.sh +49 -0
  196. package/resources/skills/skills/media/url-to-design/SKILL.md +61 -0
  197. package/resources/skills/skills/media/workflow/SKILL.md +197 -0
  198. package/resources/skills/skills/media/workflow/scripts/discover-workflow.sh +18 -0
  199. package/resources/skills/skills/media/workflow/scripts/generate-workflow.sh +33 -0
  200. package/resources/skills/skills/media/workflow/scripts/interactive-run.sh +16 -0
  201. package/resources/skills/skills/media/workflow/scripts/list-workflows.sh +20 -0
  202. package/resources/skills/skills/media/workflow/scripts/run-workflow.sh +34 -0
  203. package/resources/skills/skills/media/youtube-shorts/SKILL.md +173 -0
  204. package/resources/skills/skills/media/youtube-shorts/scripts/run-youtube-shorts.sh +141 -0
  205. package/resources/skills/skills/media/youtube-thumbnail/SKILL.md +66 -0
  206. package/resources/skills/skills/meta/cue-developer/references/architecture.md +2 -2
  207. package/resources/skills/skills/meta/cue-usage/SKILL.md +1 -1
  208. package/resources/skills/skills/meta/profile-fit-monitor/SKILL.md +2 -2
  209. package/resources/skills/skills/meta/profile-optimizer/SKILL.md +1 -1
  210. package/resources/skills/skills/meta/profile-suggest/SKILL.md +7 -7
  211. package/resources/skills/skills/meta/profile-summon/SKILL.md +159 -0
  212. package/resources/skills/skills/meta/profile-summon/evals/evals.json +53 -0
  213. package/resources/skills/skills/meta/save-profile/SKILL.md +1 -1
  214. package/resources/skills/skills/meta/skill-reviewer/SKILL.md +3 -0
  215. package/resources/skills/skills/meta/skill-reviewer/references/tdd-for-skills.md +55 -0
  216. package/resources/skills/skills/research/find-skills/SKILL.md +1 -1
  217. package/resources/skills/skills/review/code-review-deep/SKILL.md +20 -0
  218. package/resources/skills/skills/security/trivy-scan/SKILL.md +139 -0
  219. package/resources/skills/skills/security/trivy-scan/scripts/ensure-trivy.sh +21 -0
  220. package/resources/skills/skills/tools/ccusage/SKILL.md +142 -0
  221. package/src/commands/_index.ts +8 -0
  222. package/src/commands/ai.ts +2 -2
  223. package/src/commands/auto-detect.test.ts +74 -0
  224. package/src/commands/auto-detect.ts +9 -7
  225. package/src/commands/cli.test.ts +20 -4
  226. package/src/commands/cli.ts +36 -20
  227. package/src/commands/create-profile.ts +2 -2
  228. package/src/commands/debug.ts +2 -2
  229. package/src/commands/discover.ts +14 -4
  230. package/src/commands/export-docker.ts +1 -1
  231. package/src/commands/features-batch1.test.ts +1 -1
  232. package/src/commands/gates.ts +1 -1
  233. package/src/commands/import-profile.ts +1 -1
  234. package/src/commands/init.ts +15 -11
  235. package/src/commands/install.test.ts +192 -0
  236. package/src/commands/install.ts +610 -0
  237. package/src/commands/launch-handoff.e2e.test.ts +33 -1
  238. package/src/commands/launch.e2e.test.ts +15 -10
  239. package/src/commands/launch.ts +73 -116
  240. package/src/commands/materialize.ts +2 -2
  241. package/src/commands/prune.ts +1 -1
  242. package/src/commands/security-audit.ts +1 -1
  243. package/src/commands/shell.ts +7 -7
  244. package/src/commands/skill-report.ts +1 -1
  245. package/src/commands/skills.ts +3 -3
  246. package/src/commands/snapshot.ts +2 -2
  247. package/src/commands/summon.test.ts +116 -0
  248. package/src/commands/summon.ts +338 -0
  249. package/src/commands/trigger-gaps.ts +1 -1
  250. package/src/commands/use.ts +47 -3
  251. package/src/commands/watch-live.ts +5 -5
  252. package/src/commands/watch.ts +8 -8
  253. package/src/index.ts +2 -0
  254. package/src/lib/active-sessions.test.ts +3 -3
  255. package/src/lib/active-sessions.ts +4 -4
  256. package/src/lib/auto-detect.test.ts +172 -8
  257. package/src/lib/auto-detect.ts +191 -136
  258. package/src/lib/codex-persona-parity.test.ts +58 -0
  259. package/src/lib/companion-detect.test.ts +43 -1
  260. package/src/lib/companion-detect.ts +35 -0
  261. package/src/lib/credentials-sync.test.ts +121 -1
  262. package/src/lib/credentials-sync.ts +95 -1
  263. package/src/lib/cwd-resolver.test.ts +8 -8
  264. package/src/lib/cwd-resolver.ts +2 -2
  265. package/src/lib/dashboard-merge.test.ts +9 -4
  266. package/src/lib/dashboard-server.ts +1 -1
  267. package/src/lib/picker.test.ts +1 -1
  268. package/src/lib/picker.ts +5 -5
  269. package/src/lib/profile-merge.test.ts +8 -0
  270. package/src/lib/profile-names.test.ts +3 -3
  271. package/src/lib/runtime-install.ts +166 -0
  272. package/src/lib/runtime-materializer.test.ts +137 -0
  273. package/src/lib/runtime-materializer.ts +105 -2
  274. package/src/lib/skill-router.test.ts +38 -0
  275. package/src/lib/skill-router.ts +65 -4
  276. package/profiles/eu-tender-research/README.md +0 -48
  277. package/profiles/eu-tender-research/logo.png +0 -0
  278. package/profiles/eu-tender-research/profile.yaml +0 -108
@@ -0,0 +1,123 @@
1
+ # Portfolio Brief Builder
2
+
3
+ ## What This Does
4
+
5
+ Turns a project you've worked on into a one-page brief that explains
6
+ what you did, why it mattered, and why it's relevant to the role you're
7
+ applying for.
8
+
9
+ For product managers, designers, marketers, engineers, and anyone in a
10
+ role where work samples or case studies are expected — this is what you
11
+ send alongside your resume to make the application tangible.
12
+
13
+ ## Instructions for Claude Code
14
+
15
+ ### Step 1 — Load inputs
16
+
17
+ Read `inputs/my-resume.md`.
18
+ Read `inputs/job-description.md` if available.
19
+ Read `rules/writing-rules.md`.
20
+
21
+ Ask the user:
22
+
23
+ ```
24
+ Tell me about the project:
25
+
26
+ 1. What was the problem you were solving? (1-2 sentences)
27
+ 2. What was your specific role? Were you leading it, contributing to it, or both?
28
+ 3. What did you actually do? (specific actions, not vague)
29
+ 4. What was the outcome? (numbers if possible — revenue impact, time saved,
30
+ users affected, conversion lift, whatever is measurable)
31
+ 5. How long did this take?
32
+ 6. What was the hardest part?
33
+ 7. What would you do differently?
34
+
35
+ Optional:
36
+ 8. Do you have any links, screenshots, or artifacts to reference?
37
+ 9. Is there anything you can't share publicly? (IP, NDA)
38
+ ```
39
+
40
+ Wait for their answers.
41
+
42
+ ### Step 2 — Build the brief
43
+
44
+ Structure the brief in this exact format:
45
+
46
+ ---
47
+
48
+ **[PROJECT TITLE]**
49
+ *[Role] · [Company] · [Year/Duration]*
50
+
51
+ ---
52
+
53
+ **THE PROBLEM**
54
+ [2-3 sentences. What was broken, missing, or needed? Quantify the pain if possible — how many people affected, what it was costing, why it mattered now.]
55
+
56
+ **WHAT I DID**
57
+ [3-5 bullet points. Specific actions in past tense.
58
+ Action verb + what you did + who/what it affected.
59
+ No vague bullets: not "led cross-functional team" but
60
+ "partnered with 3 engineering leads and 2 designers to rebuild the
61
+ onboarding flow from scratch over 6 weeks."]
62
+
63
+ **THE OUTCOME**
64
+ [Quantified results. If you don't have exact numbers, give ranges or proxies.
65
+ "Reduced time-to-activate from 14 days to 3" is better than "improved onboarding."
66
+ "Contributed to $2M in pipeline in Q3" is better than "supported revenue growth."]
67
+
68
+ **WHAT I LEARNED**
69
+ [1-2 sentences. What would you do differently? This shows self-awareness
70
+ and makes the brief feel real rather than polished PR.]
71
+
72
+ ---
73
+
74
+ ### Step 3 — Relevance frame
75
+
76
+ If a target JD is available, add a short paragraph at the top:
77
+
78
+ **WHY THIS IS RELEVANT TO [ROLE]**
79
+ [2-3 sentences connecting this project directly to what the target role requires.
80
+ Be specific — if the JD asks for "cross-functional collaboration", point to it.
81
+ If it asks for "0-to-1 product experience", make that connection explicit.]
82
+
83
+ ### Step 4 — Format guidance
84
+
85
+ Write a note to the user:
86
+
87
+ ```
88
+ HOW TO USE THIS
89
+
90
+ For email applications:
91
+ Attach as a PDF titled "[Your Name] — [Project Name] Case Study.pdf"
92
+ Reference it in your cover letter: "I've attached a brief case study
93
+ from my time at [Company] that's directly relevant to this role."
94
+
95
+ For portfolio sites:
96
+ Use this as the written component. Add screenshots or links to the
97
+ work itself. Keep the written brief exactly as-is — don't pad it.
98
+
99
+ For interviews:
100
+ This is your "tell me about a project you're proud of" answer in
101
+ written form. Know it cold. The interview version should match this.
102
+ ```
103
+
104
+ ### Step 5 — Save output
105
+
106
+ Write to `outputs/portfolio-brief.md`.
107
+
108
+ Tell the user:
109
+ > Portfolio brief ready. outputs/portfolio-brief.md
110
+ >
111
+ > Convert to PDF before sending.
112
+ > Keep it to one page. If it runs long, cut the What I Learned section
113
+ > and shorten the bullets.
114
+
115
+ ## ✅ What to do next
116
+
117
+ ```
118
+ npm run resume ← tailor your resume to match the same language
119
+ npm run cover-letter ← write the cover letter that references this brief
120
+ npm run ats ← check ATS score with the tailored resume
121
+ ```
122
+
123
+ Apply all rules from `rules/writing-rules.md`.
@@ -0,0 +1,164 @@
1
+ # Resume Reality Check
2
+
3
+ ## What This Does
4
+
5
+ Tells you the honest truth about where you stand on the job market — before
6
+ you waste applications on roles where you're not competitive.
7
+
8
+ Most people apply to jobs based on hope. This agent applies based on evidence.
9
+ It reads your resume the way a hiring manager reads a hundred of them a week
10
+ and tells you: what tier you're in, what roles you'll actually win, what's
11
+ keeping you from moving up, and what you're underselling.
12
+
13
+ Do this once before anything else. It changes everything.
14
+
15
+ ## Instructions for Claude Code
16
+
17
+ ### Step 1 — Load inputs
18
+
19
+ Read `inputs/my-resume.md`.
20
+ Read `rules/writing-rules.md`.
21
+
22
+ If `inputs/job-description.md` has content, read it — the user may want a
23
+ reality check against a specific role they have in mind.
24
+
25
+ ### Step 2 — Assess the resume honestly
26
+
27
+ Before writing anything, build a complete picture:
28
+
29
+ **Experience level:**
30
+ - Total years of professional experience
31
+ - Years in the primary function (sales, engineering, marketing, etc.)
32
+ - Progression — are they moving up, lateral, or stagnant?
33
+ - Biggest title and scope achieved so far
34
+
35
+ **Track record:**
36
+ - Are there quantified results? How strong are they?
37
+ - Is there a pattern of success or isolated wins?
38
+ - Any gaps, short tenures, or unexplained transitions?
39
+
40
+ **Market positioning:**
41
+ - What industry are they actually experienced in vs. what they might want?
42
+ - What company sizes have they worked at? (SMB, mid-market, enterprise, startup)
43
+ - What buyer types / verticals have they sold into or served?
44
+
45
+ **Credential gaps:**
46
+ - What's missing that most job postings at the next level require?
47
+ - Any skills, tools, or experience categories that are thin or absent?
48
+
49
+ **Underselling:**
50
+ - What's buried or underpowered in the resume that deserves more emphasis?
51
+ - What accomplishments are written weakly that are actually strong wins?
52
+
53
+ ### Step 3 — Reality Check Report
54
+
55
+ Write the report in this exact structure:
56
+
57
+ ---
58
+
59
+ ```
60
+ RESUME REALITY CHECK
61
+ ─────────────────────────────────────────────────────
62
+ ```
63
+
64
+ **WHERE YOU ACTUALLY ARE**
65
+
66
+ In 3-4 direct sentences: what tier is this person at right now?
67
+ No softening. No "you have great potential." What would a hiring manager
68
+ at a $500M company see when they look at this resume for 30 seconds?
69
+
70
+ ---
71
+
72
+ **WHAT YOU'RE GENUINELY COMPETITIVE FOR**
73
+
74
+ List 4-6 specific role types and levels this resume will actually win interviews for.
75
+ Be specific — not "sales roles" but "Mid-Market Account Executive at B2B SaaS
76
+ companies under 500 employees, quota $500K-$1M."
77
+
78
+ For each: why this resume is competitive for this specific type of role.
79
+
80
+ ---
81
+
82
+ **WHAT YOU'RE NOT COMPETITIVE FOR (YET)**
83
+
84
+ List 2-3 role types or levels where this resume will mostly get ignored.
85
+ Explain exactly why — not to be harsh, but so they know what's real.
86
+
87
+ If they included a target JD, assess that specific role here.
88
+
89
+ ---
90
+
91
+ **THE GAP ANALYSIS**
92
+
93
+ What's standing between where they are and the next level up?
94
+ Be specific:
95
+ - Experience they don't have yet
96
+ - Metrics that are missing or too weak
97
+ - Skills or certifications that keep appearing in senior JDs
98
+ - Company or industry exposure that's expected but absent
99
+
100
+ Estimate honestly: how long to close each gap with focused effort?
101
+
102
+ ---
103
+
104
+ **WHAT YOU'RE UNDERSELLING**
105
+
106
+ 2-4 specific things in this resume that are stronger than they look —
107
+ buried accomplishments, underwritten wins, skills that deserve more prominence.
108
+ For each one: how to reframe it so it lands correctly.
109
+
110
+ ---
111
+
112
+ **YOUR ACTUAL MARKET**
113
+
114
+ Based on the resume:
115
+ - Realistic base salary range (current market)
116
+ - Realistic OTE range if applicable
117
+ - Company types most likely to hire this person
118
+ - Geographic markets where this background is strongest
119
+
120
+ ---
121
+
122
+ **THE ONE THING THAT WOULD CHANGE EVERYTHING**
123
+
124
+ Single most important move this person could make in the next 6 months
125
+ to meaningfully improve their market position. Not a list — one thing.
126
+
127
+ ---
128
+
129
+ **BOTTOM LINE**
130
+
131
+ 2-3 sentences. Direct. What should this person do differently starting today?
132
+
133
+ ---
134
+
135
+ ### Step 4 — Save output
136
+
137
+ Write to `outputs/reality-check.md`.
138
+
139
+ Tell the user:
140
+ > Reality check complete. Saved to outputs/reality-check.md
141
+ >
142
+ > Before applying anywhere, read the "What You're Genuinely Competitive For"
143
+ > section. Apply to those first. Everything else is practice.
144
+
145
+ ## ✅ What to do next
146
+
147
+ ```
148
+ npm run fit ← score a specific role before applying
149
+ npm run decode ← decode a JD you're considering
150
+ npm run resume ← tailor your resume to a role you ARE competitive for
151
+ npm run linkedin ← align your LinkedIn with your actual market position
152
+ ```
153
+
154
+ ## Tone
155
+
156
+ This is not therapy. This is not a pep talk. This is what a good mentor with
157
+ industry experience would tell you over coffee — honest, direct, and ultimately
158
+ more useful than false encouragement.
159
+
160
+ If the resume is strong, say so and say why.
161
+ If it has real problems, name them specifically.
162
+ The goal is clarity, not comfort.
163
+
164
+ Apply all rules from `rules/writing-rules.md` to all written content.
@@ -0,0 +1,150 @@
1
+ # Reference Prep
2
+
3
+ ## What This Does
4
+
5
+ Briefs your references so they say the right things for this specific role
6
+ — without coaching them to be dishonest.
7
+
8
+ Most candidates send their references a "heads up" email and hope for the
9
+ best. The difference between a reference that helps and one that hurts is
10
+ usually preparation. A reference who emphasizes the wrong project, misses
11
+ the key theme, or gets caught off guard on a weakness can cost you an
12
+ offer.
13
+
14
+ This agent builds a one-page brief for each reference: what the role needs,
15
+ which of your shared work to emphasize, the one thing to say unprompted,
16
+ and how to handle the hard questions.
17
+
18
+ ## Instructions for Claude Code
19
+
20
+ ### Step 1 — Load inputs
21
+
22
+ Read `inputs/my-resume.md`.
23
+ Read `inputs/job-description.md`.
24
+ Read `rules/writing-rules.md`.
25
+
26
+ Ask the user:
27
+
28
+ ```
29
+ For each reference, tell me:
30
+
31
+ 1. Name and title
32
+ 2. Your relationship (direct manager, skip-level, peer, client, direct report)
33
+ 3. How long and when you worked together
34
+ 4. The top 2-3 projects or moments they witnessed firsthand
35
+ 5. What they're most likely to say (their natural read of you)
36
+ 6. Any concern — is there anything in your history with them that could come up?
37
+ ```
38
+
39
+ Collect info for up to 3 references.
40
+
41
+ ### Step 2 — Analyze the role requirements
42
+
43
+ From the JD, extract the 3-4 most important themes the hiring company
44
+ cares about. These become the lens for each reference brief.
45
+
46
+ Common themes: revenue impact, team leadership, cross-functional execution,
47
+ specific technical skills, cultural fit, growth trajectory.
48
+
49
+ ### Step 3 — Write a brief for each reference
50
+
51
+ Format:
52
+
53
+ ---
54
+
55
+ **REFERENCE BRIEF**
56
+ **For:** [Reference name] — [Title] — [Company]
57
+ **Prepared for:** [Role] at [Company]
58
+ **Your relationship:** [Summary]
59
+
60
+ ---
61
+
62
+ **WHAT THIS ROLE CARES ABOUT**
63
+ [3-4 bullet points — the themes that will drive the reference call]
64
+
65
+ **PROJECTS TO EMPHASIZE**
66
+ For each relevant project or experience:
67
+
68
+ *[Project name or description]*
69
+ What they saw: [what the reference witnessed firsthand]
70
+ How to frame it: [exact language connecting it to what the role cares about]
71
+ The number or outcome to mention: [specific if available]
72
+
73
+ **THE ONE THING TO SAY UNPROMPTED**
74
+ [The single most important thing this reference should volunteer without
75
+ being asked — connected directly to the top requirement of this role]
76
+
77
+ **HOW TO HANDLE THE HARD QUESTIONS**
78
+
79
+ Likely hard questions:
80
+ - "What's their biggest weakness?"
81
+ - "Would you hire them again?"
82
+ - "Were there any performance concerns?"
83
+ - "Why did they leave?"
84
+
85
+ For each: coaching on how to answer honestly and helpfully.
86
+ A weakness that shows growth is better than no weakness.
87
+ "Would hire again" with a specific reason is better than a flat yes.
88
+
89
+ **WHAT NOT TO BRING UP**
90
+ [Anything from your shared history that is ambiguous, outdated, or
91
+ context-dependent — and doesn't serve this reference call]
92
+
93
+ **LOGISTICS**
94
+ - Reference check calls are typically 15-20 minutes
95
+ - Companies call within 24-48 hours of making the offer decision
96
+ - They will ask for context, not just yes/no answers
97
+ - They often take notes — be specific and memorable
98
+
99
+ ---
100
+
101
+ ### Step 4 — Write the heads-up email
102
+
103
+ Write the email to send each reference before they get called:
104
+
105
+ ---
106
+
107
+ Subject: Reference call coming — a few minutes of context
108
+
109
+ [Name],
110
+
111
+ I'm in final stages for [role] at [company] and listed you as a reference.
112
+ You may get a call in the next few days.
113
+
114
+ A quick brief on what they're looking for and what would be most relevant
115
+ from our time together:
116
+
117
+ [2-3 sentences summarizing the role and the key themes]
118
+
119
+ The work I'd suggest highlighting most is [specific project] — particularly
120
+ [specific outcome or quality you want them to mention].
121
+
122
+ If they ask about [likely hard question], the honest answer is [honest
123
+ framing that works for both of you].
124
+
125
+ Thank you for doing this. It means a lot.
126
+
127
+ [Name]
128
+
129
+ ---
130
+
131
+ ### Step 5 — Save output
132
+
133
+ Write to `outputs/reference-prep.md`.
134
+
135
+ One file with briefs for all references.
136
+
137
+ Tell the user:
138
+ > Reference briefs ready. outputs/reference-prep.md
139
+ >
140
+ > Send the heads-up email to each reference today — not the day
141
+ > before the call. Give them a week to absorb it.
142
+
143
+ ## ✅ What to do next
144
+
145
+ ```
146
+ npm run counter ← negotiate the offer while references are being checked
147
+ npm run follow-up ← if you haven't heard back after references were given
148
+ ```
149
+
150
+ Apply all rules from `rules/writing-rules.md`.
@@ -0,0 +1,172 @@
1
+ # Rejection Pattern Analyzer
2
+
3
+ ## What This Does
4
+
5
+ Looks across your whole job search and finds why you're being rejected —
6
+ not just at one application, but as a pattern.
7
+
8
+ Most people treat each rejection as isolated. They're not. If you've
9
+ applied to 20 roles and gotten 2 callbacks, there's a pattern. This agent
10
+ finds it.
11
+
12
+ Run this after 10+ applications. The more data you give it, the more
13
+ accurate the analysis.
14
+
15
+ ## Instructions for Claude Code
16
+
17
+ ### Step 1 — Load inputs
18
+
19
+ Read `inputs/my-resume.md`.
20
+ Read `outputs/reality-check.md` if it exists.
21
+ Read `outputs/bias-audit.md` if it exists.
22
+ Read `rules/writing-rules.md`.
23
+
24
+ Ask the user:
25
+
26
+ ```
27
+ Give me your application history. For each role, tell me:
28
+ 1. Company and role title
29
+ 2. Seniority level (IC, manager, director, VP)
30
+ 3. Industry
31
+ 4. Company size / stage (startup, mid-market, enterprise, public)
32
+ 5. How you applied (referral, cold ATS, LinkedIn Easy Apply, recruiter)
33
+ 6. Result (no response / phone screen / interview rounds / final round / offer)
34
+ 7. Any feedback received (most won't give it, but share if you have it)
35
+
36
+ You can paste a rough list — I'll work with whatever you have.
37
+ ```
38
+
39
+ Wait for their data.
40
+
41
+ ### Step 2 — Find the patterns
42
+
43
+ Analyze across 6 dimensions:
44
+
45
+ **PATTERN 1 — Application method**
46
+ Is there a gap between referrals and cold applications?
47
+ What % of cold ATS applications got a response?
48
+ What % of referrals got a response?
49
+ If referrals dramatically outperform — the resume isn't the problem,
50
+ the distribution method is.
51
+
52
+ **PATTERN 2 — Seniority level**
53
+ Are rejections concentrated at a specific level?
54
+ If all applications are at director level and none convert, the reality
55
+ check tier assessment was off.
56
+ If IC roles convert but manager roles don't, the management experience
57
+ gap is real.
58
+
59
+ **PATTERN 3 — Company stage / size**
60
+ Are startup rejections different from enterprise rejections?
61
+ Startup = different risk profile, different interview process
62
+ Enterprise = more structured, more gatekeeping
63
+ If one stage works and the other doesn't, focus where the fit is real.
64
+
65
+ **PATTERN 4 — Industry**
66
+ Cross-industry applications convert less. Always.
67
+ If rejections are concentrated in industries you haven't worked in,
68
+ the industry-hop is the barrier, not the resume quality.
69
+
70
+ **PATTERN 5 — Funnel drop-off**
71
+ Where in the process are you dropping?
72
+ No response = ATS or first-impression problem
73
+ Phone screen → no further = fit or comp mismatch
74
+ Final round → no offer = interview performance or reference issue
75
+ Offer → rejection = background check, reference, or offer mismatch
76
+
77
+ **PATTERN 6 — Response time**
78
+ Fast rejections (under 24 hours) = ATS auto-reject, not human review
79
+ Slow rejections (2+ weeks) = made it to human review, didn't advance
80
+ Ghosting = not prioritized, not necessarily rejected
81
+
82
+ ### Step 3 — The Diagnosis
83
+
84
+ Write a plain diagnosis. Not a list of suggestions. An actual diagnosis:
85
+
86
+ ```
87
+ REJECTION PATTERN ANALYSIS
88
+ ─────────────────────────────────────────────────────
89
+ Applications reviewed: [n]
90
+ Callback rate: [n]%
91
+ Industry average callback rate: ~8-12% (cold ATS), ~40-50% (referral)
92
+ ─────────────────────────────────────────────────────
93
+
94
+ PRIMARY PATTERN: [one clear sentence]
95
+
96
+ SECONDARY PATTERN: [one clear sentence]
97
+
98
+ ROOT CAUSE: [honest assessment of what is actually happening]
99
+ ```
100
+
101
+ ### Step 4 — The Fix
102
+
103
+ For the primary pattern, write a specific action plan:
104
+
105
+ **If the problem is ATS/screening:**
106
+ → Run bias audit
107
+ → Run ATS scan for every application going forward
108
+ → Shift distribution to referral-first
109
+
110
+ **If the problem is level mismatch:**
111
+ → Revisit reality check tier assessment
112
+ → Adjust target role seniority down or up specifically
113
+
114
+ **If the problem is industry:**
115
+ → Focus on industries where you have direct experience
116
+ → For cross-industry applications, always get a referral first
117
+
118
+ **If the problem is phone screen drop-off:**
119
+ → Run interview prep focused specifically on screening call positioning
120
+ → The screening call is a fit/comp filter — address comp range early
121
+
122
+ **If the problem is final round drop-off:**
123
+ → Run mock interview
124
+ → Run debrief after every future final round
125
+ → Ask for feedback (once, professionally)
126
+
127
+ **If the problem is method:**
128
+ → Stop Easy Apply entirely or dramatically reduce it
129
+ → Build referral pipeline before applying anywhere
130
+
131
+ ### Step 5 — The adjusted strategy
132
+
133
+ Write a specific reallocation:
134
+
135
+ ```
136
+ RECOMMENDED STRATEGY SHIFT
137
+
138
+ Current mix: [% cold ATS / % referral / % recruiter / % direct]
139
+ Recommended mix: [revised percentages]
140
+
141
+ Target roles to focus on: [specific]
142
+ Target roles to stop applying to: [specific]
143
+ Target industries to focus on: [specific]
144
+
145
+ Next 10 applications should be:
146
+ 1. [specific action]
147
+ 2. [specific action]
148
+ 3. [specific action]
149
+ ```
150
+
151
+ ### Step 6 — Save output
152
+
153
+ Write to `outputs/rejection-analysis.md`.
154
+
155
+ Tell the user:
156
+ > Analysis complete. outputs/rejection-analysis.md
157
+ >
158
+ > The pattern is usually simpler than it feels.
159
+ > Most search problems are one of three things:
160
+ > wrong roles, wrong method, or wrong presentation.
161
+ > This report tells you which one.
162
+
163
+ ## ✅ What to do next
164
+
165
+ ```
166
+ npm run reality-check ← if targeting wrong level or industry
167
+ npm run bias-audit ← if callback rate from cold ATS is under 5%
168
+ npm run referrals ← if referrals dramatically outperform cold apps
169
+ npm run interview ← if dropping off at phone screen or final round
170
+ ```
171
+
172
+ Apply all rules from `rules/writing-rules.md`.
@@ -0,0 +1,70 @@
1
+ # Resume Tailor
2
+
3
+ ## Instructions for Claude Code
4
+
5
+ You are a career strategist who specializes in translating real experience into the language of a specific job description. Your job is not to inflate or invent — it is to take what the user has actually done and reframe it so a recruiter immediately understands why it's relevant to this role.
6
+
7
+ ## Step 1 — Load inputs
8
+
9
+ Read `inputs/my-resume.md`. This is the user's base resume.
10
+ Read `inputs/job-description.md`. This is the target role.
11
+ Read `rules/writing-rules.md`. These rules govern all output language.
12
+
13
+ ## Step 2 — Analyze the gap
14
+
15
+ Before writing anything, do a silent analysis:
16
+ - What are the 5 most important requirements in the JD?
17
+ - For each requirement, what in the base resume is the closest match?
18
+ - What language does the JD use that the resume does not currently mirror?
19
+ - Are there requirements in the JD the resume doesn't address? Note these — do not fabricate experience, but flag them.
20
+
21
+ ## Step 3 — Tailor the resume
22
+
23
+ Produce a tailored version of the resume that:
24
+
25
+ **Summary (if present, or add one):**
26
+ - 3-4 sentences max
27
+ - Mirrors the JD's language for the role
28
+ - Leads with the most relevant experience or credential
29
+ - Contains at least one specific number or achievement
30
+ - No filler phrases (see rules/writing-rules.md)
31
+
32
+ **Experience bullets:**
33
+ - Reorder bullets within each role to put the most JD-relevant accomplishments first
34
+ - Rewrite vague bullets into specific, measurable statements
35
+ - Replace any JD keywords the resume is missing with the correct terminology (only where accurately applicable)
36
+ - Trim bullets that have zero relevance to the target role
37
+ - Every bullet: action verb + what you did + result/scale
38
+
39
+ **Skills section:**
40
+ - Move skills that appear in the JD to the top
41
+ - Remove skills that are irrelevant to this role
42
+
43
+ **Do not:**
44
+ - Invent experience, titles, companies, or numbers not in the base resume
45
+ - Change dates or tenure
46
+ - Claim expertise in a product or methodology the user has not worked with
47
+
48
+ ## Step 4 — Flag gaps
49
+
50
+ After the tailored resume, add a section called "Gaps to address in the interview" — a short bulleted list of JD requirements the resume cannot fully cover. These are things the user should prepare to speak to directly.
51
+
52
+ ## Step 5 — Save output
53
+
54
+ Write the tailored resume to `outputs/resume-tailored.md`.
55
+ Write the gaps section to `outputs/resume-gaps.md`.
56
+
57
+ ## Tone
58
+
59
+ The resume should sound like it was written by a person who has done this work — not a copywriter who has read about it. Every word should feel earned. If a bullet doesn't add signal, cut it.
60
+
61
+ Apply all rules from `rules/writing-rules.md` to all output.
62
+
63
+ ---
64
+
65
+ ## ✅ What to do next
66
+
67
+ ```
68
+ npm run ats ← if you haven't already, scan for ATS issues
69
+ npm run cover-letter ← write the cover letter for this role
70
+ ```