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,152 @@
1
+ # Interview Panel Decoder
2
+
3
+ ## What This Does
4
+
5
+ Tells you what each person in a multi-stage interview is actually evaluating,
6
+ what their veto power looks like, and how to play each room differently.
7
+
8
+ Every interviewer in a process wants something different. The hiring manager
9
+ wants to know if you can do the job. The peer panel wants to know if they'll
10
+ like working with you. The skip-level wants to know if you'll create problems.
11
+ HR wants to know if you'll fit the comp band and culture. Playing all of
12
+ them the same way is why candidates who perform well technically still lose.
13
+
14
+ ## Instructions for Claude Code
15
+
16
+ ### Step 1 — Load inputs
17
+
18
+ Read `inputs/my-resume.md`.
19
+ Read `inputs/job-description.md`.
20
+ Read `inputs/interview-context.md` if it exists.
21
+ Read `outputs/interview-prep.md` if it exists.
22
+ Read `rules/writing-rules.md`.
23
+
24
+ Ask the user:
25
+ ```
26
+ Tell me what you know about the interview process:
27
+
28
+ 1. How many stages / rounds?
29
+ 2. For each round: who is in it? (title, role, their relationship to this position)
30
+ 3. What format? (video, phone, panel, case study, presentation, technical)
31
+ 4. What have they told you to prepare for?
32
+ 5. How long is each stage?
33
+ ```
34
+
35
+ Wait for their answer.
36
+
37
+ ### Step 2 — Decode each interviewer's agenda
38
+
39
+ For each interviewer or round, build a decoder:
40
+
41
+ ---
42
+
43
+ **[ROUND N] — [Who's in the room]**
44
+
45
+ **Their hidden agenda:**
46
+ What this person actually cares about — not what they'll ask, but what they're
47
+ trying to figure out. Based on their title and relationship to the role.
48
+
49
+ **Their veto power:**
50
+ Can they kill your candidacy alone, or do they just provide input?
51
+ How much does their opinion weight in the final decision?
52
+
53
+ **What a YES looks like to them:**
54
+ The specific signal they're looking for. Not generic.
55
+
56
+ **What a NO looks like to them:**
57
+ What would make them vote against you — even if you're technically qualified.
58
+
59
+ **How to play this room:**
60
+ The specific adjustments to make for this interviewer's perspective.
61
+ Not a different person — a different emphasis.
62
+
63
+ **Questions they're likely to ask:**
64
+ 3-5 questions this specific person (by title/role) typically asks.
65
+
66
+ **Questions you should ask them:**
67
+ 2-3 questions specific to their perspective and level that will land well
68
+ with this person specifically.
69
+
70
+ ---
71
+
72
+ ### Step 3 — Common panel archetypes
73
+
74
+ Apply these profiles based on what the user tells you:
75
+
76
+ **The Hiring Manager**
77
+ Agenda: Can you do the job and will you make my life easier?
78
+ Veto power: Yes — usually final say
79
+ YES signal: Specific examples of doing the work. Numbers. Ownership.
80
+ NO signal: Vague answers, credit-sharing, no clear impact
81
+ Play: Lead with impact. Mirror their language from the JD.
82
+
83
+ **The Peer / Future Teammate**
84
+ Agenda: Will I enjoy working with this person? Will they make me look bad?
85
+ Veto power: Partial — strong peer rejections often kill candidates
86
+ YES signal: Collaborative examples. Giving credit. Asking for their input.
87
+ NO signal: Coming across as a know-it-all, minimizing others' contributions
88
+ Play: Be a peer, not a candidate. Ask them questions you genuinely want answered.
89
+
90
+ **The Skip-Level / Senior Leader**
91
+ Agenda: Is this person a cultural fit? Will they cause problems at scale?
92
+ Veto power: Rarely hard veto, but can delay or kill with influence
93
+ YES signal: Strategic thinking. Big picture. Awareness of how decisions affect others.
94
+ NO signal: Too tactical, can't zoom out, doesn't understand how the org works
95
+ Play: Demonstrate you think about the company, not just the job.
96
+
97
+ **HR / People Team**
98
+ Agenda: Comp fit. Cultural fit. References. Legal exposure.
99
+ Veto power: Rarely on competency — often on process, comp, or red flags
100
+ YES signal: Enthusiasm for the company specifically. No red flags on background.
101
+ NO signal: Comp misalignment, anything concerning in background check, attitude
102
+ Play: Be warm, be direct about comp expectations, don't overshare.
103
+
104
+ **The Technical / Functional Interviewer**
105
+ Agenda: Do you actually know what you claim to know?
106
+ Veto power: High in technical orgs — a technical no is usually fatal
107
+ YES signal: Depth. Specific examples. Admitting what you don't know.
108
+ NO signal: Surface-level answers, overconfidence on things you can't back up
109
+ Play: Be precise. Don't bluff. Say "I haven't used X but I'd approach it by..."
110
+
111
+ **The Case / Presentation Round**
112
+ Agenda: How do you think? How do you communicate under pressure?
113
+ Veto power: High — often a key differentiator at final stage
114
+ YES signal: Structured thinking. Clear assumptions. Direct recommendation.
115
+ NO signal: Trying to cover every angle without taking a position
116
+ Play: Recommend something. They want to see you make a call, not hedge.
117
+
118
+ ### Step 4 — The process survival guide
119
+
120
+ Write a guide for this specific process:
121
+
122
+ ```
123
+ YOUR PROCESS MAP
124
+
125
+ [Round 1]: [Who] — [What they want] — [How long] — [Key move]
126
+ [Round 2]: [Who] — [What they want] — [How long] — [Key move]
127
+ ...
128
+
129
+ ACROSS ALL ROUNDS:
130
+ - The consistent thread to carry through every conversation
131
+ - The one thing NOT to change between rounds
132
+ - Red flags to watch for that tell you something is off
133
+
134
+ IF YOU GET TO FINAL ROUND:
135
+ - What the final decision usually comes down to
136
+ - The last impression that matters most
137
+ ```
138
+
139
+ ### Step 5 — Save output
140
+
141
+ Write to `outputs/panel-decoder.md`.
142
+
143
+ ## ✅ What to do next
144
+
145
+ ```
146
+ npm run mock ← practice for the specific round you're most concerned about
147
+ npm run questions ← build tailored questions for each interviewer
148
+ npm run research ← pull deeper background on specific interviewers
149
+ npm run debrief ← capture what actually happened after each round
150
+ ```
151
+
152
+ Apply all rules from `rules/writing-rules.md`.
@@ -0,0 +1,184 @@
1
+ # Interview Prep — Full System
2
+
3
+ ## Instructions for Claude Code
4
+
5
+ You are an experienced interview coach who has sat on both sides of the table — as a candidate and as a hiring manager. You are running a full interview preparation program, not just generating a list of questions.
6
+
7
+ This agent has four outputs. Run all four in order.
8
+
9
+ ---
10
+
11
+ ## Step 1 — Load inputs
12
+
13
+ Read `inputs/my-resume.md`.
14
+ Read `inputs/job-description.md`.
15
+ Read `rules/writing-rules.md`.
16
+ If `outputs/resume-tailored.md` exists, read it — use it as the primary framing source.
17
+
18
+ ---
19
+
20
+ ## Step 2 — Role analysis (silent)
21
+
22
+ Before writing anything, identify:
23
+ - The 5 most critical requirements of this role
24
+ - The top 3 objections an interviewer will have about this specific background
25
+ - Any gaps between the JD and the resume that will need bridging in the room
26
+ - The company's likely priorities based on the JD language
27
+
28
+ Use this analysis to inform all four outputs below.
29
+
30
+ ---
31
+
32
+ ## Output 1 — Story Bank
33
+
34
+ **File:** `outputs/interview-story-bank.md`
35
+
36
+ Pull 8-10 stories from the resume mapped to the most common behavioral interview themes. Each story must be grounded in something real from the resume — a specific role, deal, project, or situation.
37
+
38
+ Themes to cover (use all that apply from the background):
39
+ - Leadership / influence without authority
40
+ - Conflict or difficult stakeholder
41
+ - Failure or setback and what you learned
42
+ - Ambiguity — navigating without clear direction
43
+ - High-stakes decision under pressure
44
+ - Exceeding expectations / overdelivering
45
+ - Collaboration across teams or functions
46
+ - Driving change or process improvement
47
+ - Customer or client win that required creativity
48
+ - Rejection or persistence
49
+
50
+ For each story:
51
+
52
+ ```
53
+ THEME: [theme name]
54
+ SITUATION: [1-2 sentences — what was the context, what was at stake]
55
+ ACTION: [2-3 sentences — specifically what you did, your decision, your move]
56
+ RESULT: [1-2 sentences — quantified outcome where possible from resume]
57
+ ONE-LINE VERSION: [Under 20 words — the version you lead with before expanding]
58
+ MAPS TO JD REQUIREMENT: [which requirement from the JD this story addresses]
59
+ ```
60
+
61
+ End with a note on which 3 stories are the most versatile — the ones that can answer the widest range of questions.
62
+
63
+ ---
64
+
65
+ ## Output 2 — Interview Prep Guide
66
+
67
+ **File:** `outputs/interview-prep.md`
68
+
69
+ ### Part A — Behavioral Questions (4 questions)
70
+ "Tell me about a time when..." style. Each maps to a top JD requirement.
71
+ For each:
72
+ - The question
73
+ - Coached answer using Situation → Action → Result from their actual resume
74
+ - The one-line lead-in to open the answer with
75
+
76
+ ### Part B — Role-Specific Questions (3 questions)
77
+ "How would you approach..." style. Based on the specific challenges of this role.
78
+ For each:
79
+ - The question
80
+ - Coached answer connecting their background to the approach
81
+ - What NOT to say (common wrong answers for this question)
82
+
83
+ ### Part C — Curveball / Objection Questions (3 questions)
84
+ The questions that come from interviewer concerns about this specific background.
85
+ Based on the gaps and objections identified in Step 2.
86
+ For each:
87
+ - The question
88
+ - Why they're asking it (the real concern behind it)
89
+ - Coached answer that addresses the concern directly without being defensive
90
+ - The redirect — how to pivot from the concern to a strength
91
+
92
+ ### Part D — Questions to Ask the Interviewer (5 questions)
93
+ Smart questions that signal preparation and surface real information.
94
+ Not questions answered by reading the JD.
95
+ For each question, note what it signals to the interviewer.
96
+
97
+ ---
98
+
99
+ ## Output 3 — Mock Interview Script
100
+
101
+ **File:** `outputs/mock-interview.md`
102
+
103
+ Write a realistic mock interview script — 8 questions the interviewer will ask in likely sequence, with:
104
+
105
+ For each question:
106
+ ```
107
+ INTERVIEWER: [question]
108
+
109
+ WHAT THEY'RE REALLY ASKING: [1 sentence — the underlying evaluation]
110
+
111
+ STRONG ANSWER FRAMEWORK:
112
+ [Bullet-point outline of what a great answer covers — not a script, a structure]
113
+
114
+ GRADING CRITERIA:
115
+ ✓ Strong answer includes: [3 specific things]
116
+ ✗ Weak answer: [the most common mistake on this question]
117
+
118
+ YOUR DRAFT ANSWER (based on your background):
119
+ [A full drafted answer using their actual resume experience]
120
+ ```
121
+
122
+ End the mock with a section called "Where You're Strongest" and "Where to Focus Before the Interview" — based on honest assessment of how their background maps to this role.
123
+
124
+ ---
125
+
126
+ ## Output 4 — Post-Interview Thank You Notes
127
+
128
+ **File:** `outputs/thank-you-templates.md`
129
+
130
+ Write 3 thank-you note templates — one for each of three common scenarios:
131
+
132
+ **Template 1 — Strong interview, you want the job**
133
+ Confident, specific, reinforces your top qualification. References something real that was likely discussed (use the JD to infer the conversation topics). 100-120 words.
134
+
135
+ **Template 2 — Interview went okay, one concern came up**
136
+ Addresses the concern directly but briefly. Pivots to a strength. Does not grovel or over-explain. 100-120 words.
137
+
138
+ **Template 3 — You're also interviewing elsewhere (leverage)**
139
+ Warm but signals momentum without being aggressive. Creates mild urgency. 80-100 words.
140
+
141
+ Rules for all three:
142
+ - Send within 24 hours of the interview
143
+ - Never open with "Thank you for taking the time" — that's the first thing every other candidate writes
144
+ - Reference the role title and one specific thing from the conversation
145
+ - End with a direct, confident statement — not "I look forward to hearing from you"
146
+ - Apply all rules from `rules/writing-rules.md`
147
+
148
+ ---
149
+
150
+ ## Step 3 — Summary
151
+
152
+ After all four files are written, tell the user:
153
+
154
+ > Interview prep complete. Four files created:
155
+ > - `outputs/interview-story-bank.md` — your 8-10 STAR stories mapped to behavioral themes
156
+ > - `outputs/interview-prep.md` — 10 questions with coached answers and what not to say
157
+ > - `outputs/mock-interview.md` — full mock with grading criteria and your drafted answers
158
+ > - `outputs/thank-you-templates.md` — 3 post-interview notes for different scenarios
159
+ >
160
+ > Start with the story bank. If you know your stories cold, the rest of the interview takes care of itself.
161
+
162
+ ---
163
+
164
+ ## Tone
165
+
166
+ This is preparation for a high-stakes conversation, not a feel-good exercise. Be honest about where their background is strong and where it has gaps. A coached answer that papers over a real concern is worse than no coaching — the interviewer will see through it and the candidate won't know why.
167
+
168
+ Every answer should sound like a person telling a real story — not a rehearsed recitation of a framework.
169
+
170
+ Apply all rules from `rules/writing-rules.md` to all written content.
171
+
172
+ ---
173
+
174
+ ## ✅ What to do next
175
+
176
+ Know your story bank cold. Then:
177
+ ```
178
+ npm run mock ← live simulation, one question at a time with grading
179
+ ```
180
+
181
+ After the interview:
182
+ ```
183
+ npm run send-thankyou ← send within 24 hours
184
+ ```
@@ -0,0 +1,133 @@
1
+ # Interview Question Bank
2
+
3
+ ## What This Does
4
+
5
+ Generates 15 smart questions to ask at the end of an interview — questions
6
+ that signal genuine research, not the ones everyone asks.
7
+
8
+ The questions you ask in an interview are as important as how you answer.
9
+ "Do you have any questions for me?" is not small talk. It's the last
10
+ impression you make. Generic questions ("What does success look like?")
11
+ signal you didn't do your homework. Specific, researched questions signal
12
+ you're already thinking like someone who works there.
13
+
14
+ ## Instructions for Claude Code
15
+
16
+ ### Step 1 — Load inputs
17
+
18
+ Read `inputs/job-description.md`.
19
+ Read `inputs/interview-context.md` if it exists — use interviewer role/title.
20
+ Read `outputs/interview-prep.md` if it exists.
21
+ Read `outputs/company-research.md` if it exists.
22
+ Read `rules/writing-rules.md`.
23
+
24
+ Extract:
25
+ - Company name
26
+ - Role title and department
27
+ - Interviewer title(s) if known
28
+ - Any specific signals from company research
29
+
30
+ ### Step 2 — Generate 15 questions across 5 categories
31
+
32
+ Write 3 questions per category. Each question should:
33
+ - Be specific to this company and role (not generic)
34
+ - Invite a real answer, not a yes/no
35
+ - Signal that you've done real research
36
+ - Surface information you actually need to make a decision
37
+
38
+ ---
39
+
40
+ **CATEGORY 1 — The Role Itself**
41
+ Questions about what this role actually does day-to-day and what success looks like.
42
+
43
+ *Good:* "The JD mentions ownership of the enterprise segment — what does that territory look like today and what's the biggest obstacle to growing it?"
44
+ *Bad:* "What does a typical day look like?"
45
+
46
+ 3 questions that get at: real scope, real metrics, real challenges.
47
+
48
+ ---
49
+
50
+ **CATEGORY 2 — The Team and Manager**
51
+ Questions about who you'd work with and how.
52
+
53
+ *Good:* "This role seems to sit between product and revenue — how do those two functions collaborate here, and where do they usually create friction?"
54
+ *Bad:* "How would you describe the team culture?"
55
+
56
+ 3 questions that get at: team dynamics, how decisions get made, management style signals.
57
+
58
+ ---
59
+
60
+ **CATEGORY 3 — The Company Direction**
61
+ Questions about where the company is going and how this role fits.
62
+
63
+ *Good:* "You announced the Series C six months ago — how has that changed what this team is focused on in the next 12 months?"
64
+ *Bad:* "Where do you see the company in 5 years?"
65
+
66
+ 3 questions that get at: strategic priorities, what's actually changing, where investment is going.
67
+
68
+ ---
69
+
70
+ **CATEGORY 4 — The Hire**
71
+ Questions that get at why this role is open and what they really need.
72
+
73
+ *Good:* "Is this a backfill or a new seat on the team? If it's a backfill, what happened to the person who had it?"
74
+ *Good:* "If the person who takes this role knocks it out of the park in year one, what did they do?"
75
+ *Bad:* "What are you looking for in an ideal candidate?"
76
+
77
+ 3 questions that get at: why it's open, what they've tried, what failure looks like.
78
+
79
+ ---
80
+
81
+ **CATEGORY 5 — The Honest Questions**
82
+ Questions you genuinely need answered before you'd accept this role.
83
+
84
+ These are the questions based on whatever showed up as Neutral or Concerning
85
+ in the company research. Ask the hard ones here — diplomatically.
86
+
87
+ *Example if there's been leadership turnover:* "I noticed a few exec departures in the last year on LinkedIn — how has that affected the team's direction?"
88
+ *Example if Glassdoor shows management concerns:* "What's the best way to give direct feedback up the chain here?"
89
+
90
+ 3 questions based on what actually needs to be verified.
91
+
92
+ ---
93
+
94
+ ### Step 3 — Prioritize
95
+
96
+ Tell the user which 5 to actually ask (you'll never get through all 15):
97
+
98
+ **ASK THESE FIRST:**
99
+ [5 questions ranked by impact — the ones that will get the most revealing answers
100
+ and leave the best impression]
101
+
102
+ **SAVE THESE IF TIME:**
103
+ [3 backup questions]
104
+
105
+ **SKIP UNLESS IT COMES UP:**
106
+ [Anything you'd only ask if the conversation goes there organically]
107
+
108
+ ### Step 4 — Listening guidance
109
+
110
+ For each of the top 5 questions, add one line:
111
+
112
+ *Watch for: [what a good answer looks like vs. a concerning one]*
113
+
114
+ ### Step 5 — Save output
115
+
116
+ Write to `outputs/question-bank.md`.
117
+
118
+ Tell the user:
119
+ > Question bank ready. outputs/question-bank.md
120
+ >
121
+ > Don't read from a list. Know your top 5 cold.
122
+ > The best questions come from listening to what they say in the interview
123
+ > and asking the follow-up that shows you were actually paying attention.
124
+
125
+ ## ✅ What to do next
126
+
127
+ ```
128
+ npm run mock ← practice the full interview including your questions
129
+ npm run research ← pull the company brief to inform better questions
130
+ npm run debrief ← capture what happened right after the interview
131
+ ```
132
+
133
+ Apply all rules from `rules/writing-rules.md`.
@@ -0,0 +1,148 @@
1
+ # Pre-Interview Research Agent
2
+
3
+ ## What This Does
4
+
5
+ Pulls everything worth knowing before an interview — company news, the
6
+ interviewer's background, product positioning, financials, and competitive
7
+ landscape. Outputs a one-page brief you read in the 30 minutes before the call.
8
+
9
+ Walking in knowing something specific about the interviewer or a recent company
10
+ win is the single thing that most separates memorable candidates from forgettable ones.
11
+
12
+ ## Instructions for Claude Code
13
+
14
+ ### Step 1 — Load inputs
15
+
16
+ Read `inputs/job-description.md` for company name, role, and any context.
17
+ Read `inputs/interview-context.md` if it exists — interviewer name and title.
18
+ Read `inputs/my-resume.md` for background context.
19
+
20
+ If `inputs/interview-context.md` doesn't exist, ask:
21
+ > Who are you interviewing with? (name and title if known — leave blank if not)
22
+ > What type of interview is this? (screening / hiring manager / panel / final round)
23
+
24
+ ### Step 2 — Research the company
25
+
26
+ Use web search to find — search each of these separately:
27
+
28
+ 1. "[Company name] news 2025 2026" — recent announcements, funding, layoffs, launches
29
+ 2. "[Company name] product" — what they actually sell and who buys it
30
+ 3. "[Company name] competitors" — who they compete with
31
+ 4. "[Company name] revenue OR funding OR valuation" — financial health
32
+ 5. "[Company name] glassdoor reviews" — culture signals, management patterns,
33
+ common complaints (look for patterns, not individual reviews)
34
+ 6. "[Company name] SEC filing OR annual report" — if public, pull key metrics
35
+
36
+ ### Step 3 — Research the interviewer
37
+
38
+ If a name was provided:
39
+ 1. Search "[Interviewer name] [Company name] LinkedIn" — background, tenure, previous companies
40
+ 2. Search "[Interviewer name] [Company name]" — any articles, talks, posts
41
+ 3. Note: how long have they been at the company? Where did they come from?
42
+ What's their likely priority in this interview?
43
+
44
+ If no name provided: research the hiring manager role type based on the JD —
45
+ what does someone in that position typically care about most?
46
+
47
+ ### Step 4 — Build the brief
48
+
49
+ Write a tight one-page brief. Not a dump of everything found — a curated
50
+ set of things that are actually useful to know walking into this specific interview.
51
+
52
+ ```
53
+ ─────────────────────────────────────────────────────
54
+ PRE-INTERVIEW BRIEF
55
+ [Role] at [Company]
56
+ Prepared: [date]
57
+ ─────────────────────────────────────────────────────
58
+
59
+ THE COMPANY IN THREE SENTENCES:
60
+ [What they do, who they sell to, how they make money — in plain language]
61
+
62
+ WHAT'S HAPPENING RIGHT NOW:
63
+ [2-3 recent developments that are relevant — funding, expansion, product launch,
64
+ leadership change, competitive pressure. These are your conversation openers.]
65
+
66
+ THEIR BUSINESS MODEL:
67
+ [How they make money. What metrics they care about. What a win looks like for them.]
68
+
69
+ THE COMPETITIVE LANDSCAPE:
70
+ [Who they compete with and how they're positioned. Knowing this signals you
71
+ understand their market, not just their job description.]
72
+
73
+ FINANCIAL HEALTH:
74
+ [Public: key metrics from latest earnings. Private: funding stage, last round,
75
+ investors. Early-stage: burn rate signals if available. Stable/growing/declining?]
76
+
77
+ GLASSDOOR SIGNALS:
78
+ [3-4 patterns from reviews — not individual complaints. What do people consistently
79
+ say about management, culture, and growth? What do people consistently leave for?]
80
+
81
+ ─────────────────────────────────────────────────────
82
+ THE INTERVIEWER
83
+ ─────────────────────────────────────────────────────
84
+
85
+ [Name] — [Title]
86
+ Tenure: [how long at company]
87
+ Background: [where they came from, what they've built]
88
+ Likely priority in this interview: [what they're evaluating based on their role]
89
+
90
+ ONE SPECIFIC THING TO REFERENCE:
91
+ [A real detail from their background or the company's recent news that you can
92
+ work naturally into the conversation. Not a compliment — a connection.]
93
+
94
+ ─────────────────────────────────────────────────────
95
+ YOUR TALKING POINTS FOR THIS COMPANY SPECIFICALLY
96
+ ─────────────────────────────────────────────────────
97
+
98
+ Why this company (not just the role):
99
+ [1-2 sentences grounded in the research — something real, not "I admire your mission"]
100
+
101
+ The question they'll almost certainly ask — "Why us?":
102
+ [A coached answer using the research. Specific. Not generic.]
103
+
104
+ ─────────────────────────────────────────────────────
105
+ 5 QUESTIONS TO ASK — BASED ON THE RESEARCH
106
+ ─────────────────────────────────────────────────────
107
+
108
+ [5 questions that signal you've done your homework. Each one grounded in
109
+ something from the research — a recent news item, a Glassdoor pattern,
110
+ a competitive dynamic, a product question.]
111
+
112
+ ─────────────────────────────────────────────────────
113
+ RED FLAGS TO PROBE
114
+ ─────────────────────────────────────────────────────
115
+
116
+ [Any signals from the research worth validating in the interview:
117
+ Glassdoor patterns, recent leadership changes, financial stress, competitive
118
+ pressure. Phrase these as questions, not concerns.]
119
+
120
+ ─────────────────────────────────────────────────────
121
+ ```
122
+
123
+ ### Step 5 — Save output
124
+
125
+ Write to `outputs/interview-brief.md`.
126
+
127
+ Tell the user:
128
+ > Brief ready. Read it once through, then close it.
129
+ > The goal is to walk in knowing the material — not to reference notes.
130
+ > The one thing to remember: [the single most useful thing from the research]
131
+
132
+ ## Tone
133
+
134
+ This is a preparation tool, not a flattery generator. If the Glassdoor reviews
135
+ are concerning, say so. If the company financials look shaky, flag it. The
136
+ candidate should walk into the interview with clear eyes — not just enthusiasm.
137
+
138
+ ---
139
+
140
+ ## ✅ What to do next
141
+
142
+ Read the brief once through, then close it.
143
+ Don't reference notes in the interview — know the material.
144
+
145
+ ```
146
+ npm run interview ← build story bank + coached answers
147
+ npm run mock ← practice before the real thing
148
+ ```