cue-ai 0.9.2 → 0.9.3
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.
- package/CHANGELOG.md +4 -3
- package/README.md +148 -170
- package/bin/cue-learnings +30 -4
- package/bin/cue-review-progress +0 -0
- package/bin/cue-review-watch +0 -0
- package/dist/cue.js +4328 -3108
- package/package.json +1 -1
- package/plugins/cue/commands/cue-switch.md +1 -1
- package/plugins/cue/commands/cue.md +1 -1
- package/profiles/backend/profile.yaml +4 -0
- package/profiles/browser/profile.yaml +4 -0
- package/profiles/career/profile.yaml +2 -13
- package/profiles/commerce/profile.yaml +0 -2
- package/profiles/coolify/profile.yaml +0 -1
- package/profiles/core/profile.yaml +78 -11
- package/profiles/dash-merge-test/profile.yaml +6 -1
- package/profiles/designer/profile.yaml +9 -1
- package/profiles/dropshipping/profile.yaml +69 -0
- package/profiles/frontend/profile.yaml +4 -0
- package/profiles/google-ads/profile.yaml +34 -0
- package/profiles/google-analytics/profile.yaml +34 -0
- package/profiles/google-drive/profile.yaml +34 -0
- package/profiles/gstack/profile.yaml +117 -29
- package/profiles/marketing/profile.yaml +0 -1
- package/profiles/media/README.md +70 -0
- package/profiles/media/profile.yaml +104 -0
- package/profiles/nano-banana/profile.yaml +52 -0
- package/profiles/ops/profile.yaml +1 -2
- package/profiles/secops/profile.yaml +3 -0
- package/profiles/skill-writer/profile.yaml +15 -0
- package/profiles/video/profile.yaml +3 -0
- package/profiles/web-frontend-base/profile.yaml +6 -0
- package/profiles/webshop/profile.yaml +0 -1
- package/profiles/webshop-google/profile.yaml +1 -0
- package/profiles/x-growth-bot/profile.yaml +2 -0
- package/resources/icons/generate-icons.py +2 -128
- package/resources/mcps/configs/claude.sanitized.json +88 -20
- package/resources/mcps/configs/claude_runtime.sanitized.json +40 -1
- package/resources/mcps/configs/codex.sanitized.json +29 -0
- package/resources/skills/skills/career/job-hunter/LICENSE +21 -0
- package/resources/skills/skills/career/job-hunter/README.md +323 -0
- package/resources/skills/skills/career/job-hunter/SKILL.md +91 -0
- package/resources/skills/skills/career/job-hunter/agents/README.md +96 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-assessment-prep.md +195 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-ats-scan.md +155 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-bias-audit.md +224 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-cover-letter.md +69 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-decode-jd.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-fit-score.md +183 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-audit.md +74 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-scrape.md +255 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-portfolio-brief.md +123 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-reality-check.md +164 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-reference-prep.md +150 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-rejection-analysis.md +172 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-resume.md +70 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-skills-gap-filler.md +109 -0
- package/resources/skills/skills/career/job-hunter/agents/career-internal.md +94 -0
- package/resources/skills/skills/career/job-hunter/agents/career-linkedin-content.md +173 -0
- package/resources/skills/skills/career/job-hunter/agents/career-linkedin-scanner.md +262 -0
- package/resources/skills/skills/career/job-hunter/agents/career-network-message.md +108 -0
- package/resources/skills/skills/career/job-hunter/agents/career-promote.md +102 -0
- package/resources/skills/skills/career/job-hunter/agents/career-review.md +71 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-debrief.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-mock.md +171 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-panel-decoder.md +152 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-prep.md +184 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-question-bank.md +133 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-research.md +148 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-compare.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-counteroffer.md +144 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-deadline-manager.md +148 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-negotiate.md +126 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-schedule.md +99 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-thankyou.md +80 -0
- package/resources/skills/skills/career/job-hunter/agents/search-company-research.md +146 -0
- package/resources/skills/skills/career/job-hunter/agents/search-follow-up.md +129 -0
- package/resources/skills/skills/career/job-hunter/agents/search-ghost-job-detector.md +152 -0
- package/resources/skills/skills/career/job-hunter/agents/search-inbox-scan.md +193 -0
- package/resources/skills/skills/career/job-hunter/agents/search-interview-scorecard.md +164 -0
- package/resources/skills/skills/career/job-hunter/agents/search-jobs.md +149 -0
- package/resources/skills/skills/career/job-hunter/agents/search-momentum-check.md +194 -0
- package/resources/skills/skills/career/job-hunter/agents/search-outreach.md +85 -0
- package/resources/skills/skills/career/job-hunter/agents/search-referral-finder.md +124 -0
- package/resources/skills/skills/career/job-hunter/agents/search-salary.md +96 -0
- package/resources/skills/skills/career/job-hunter/agents/search-send-email.md +109 -0
- package/resources/skills/skills/career/job-hunter/agents/search-tracker-update.md +127 -0
- package/resources/skills/skills/career/job-hunter/inputs/README.md +26 -0
- package/resources/skills/skills/career/job-hunter/inputs/apply-linkedin-url.txt +8 -0
- package/resources/skills/skills/career/job-hunter/inputs/interview-context.md +24 -0
- package/resources/skills/skills/career/job-hunter/inputs/job-description.md +20 -0
- package/resources/skills/skills/career/job-hunter/inputs/job-search-criteria.md +36 -0
- package/resources/skills/skills/career/job-hunter/inputs/my-linkedin.md +24 -0
- package/resources/skills/skills/career/job-hunter/inputs/my-resume.md +28 -0
- package/resources/skills/skills/career/job-hunter/inputs/search-outreach-target.md +24 -0
- package/resources/skills/skills/career/job-hunter/rules/README.md +37 -0
- package/resources/skills/skills/career/job-hunter/rules/writing-rules.md +81 -0
- package/resources/skills/skills/design/banana/SKILL.md +375 -0
- package/resources/skills/skills/design/banana/references/cost-tracking.md +47 -0
- package/resources/skills/skills/design/banana/references/gemini-models.md +236 -0
- package/resources/skills/skills/design/banana/references/mcp-tools.md +145 -0
- package/resources/skills/skills/design/banana/references/post-processing.md +192 -0
- package/resources/skills/skills/design/banana/references/presets.md +69 -0
- package/resources/skills/skills/design/banana/references/prompt-engineering.md +481 -0
- package/resources/skills/skills/design/banana/scripts/batch.py +97 -0
- package/resources/skills/skills/design/banana/scripts/cost_tracker.py +191 -0
- package/resources/skills/skills/design/banana/scripts/edit.py +159 -0
- package/resources/skills/skills/design/banana/scripts/generate.py +168 -0
- package/resources/skills/skills/design/banana/scripts/presets.py +154 -0
- package/resources/skills/skills/design/banana/scripts/setup_mcp.py +151 -0
- package/resources/skills/skills/design/banana/scripts/validate_setup.py +133 -0
- package/resources/skills/skills/gstack/ship/SKILL.md +13 -0
- package/resources/skills/skills/media/3d-logo-animation/SKILL.md +59 -0
- package/resources/skills/skills/media/action-figure-generator/SKILL.md +48 -0
- package/resources/skills/skills/media/ad-creative/SKILL.md +79 -0
- package/resources/skills/skills/media/ai-clipping/SKILL.md +194 -0
- package/resources/skills/skills/media/ai-clipping/scripts/run-ai-clipping.sh +200 -0
- package/resources/skills/skills/media/ai-fight-scene/SKILL.md +132 -0
- package/resources/skills/skills/media/amazon-product-listing/SKILL.md +68 -0
- package/resources/skills/skills/media/animal-video-generator/SKILL.md +59 -0
- package/resources/skills/skills/media/award-ceremony-video/SKILL.md +87 -0
- package/resources/skills/skills/media/blog-header/SKILL.md +61 -0
- package/resources/skills/skills/media/brand-kit/SKILL.md +72 -0
- package/resources/skills/skills/media/brochures/SKILL.md +65 -0
- package/resources/skills/skills/media/cartoon-dance-animation/SKILL.md +62 -0
- package/resources/skills/skills/media/character-story-video/SKILL.md +84 -0
- package/resources/skills/skills/media/chibi-collage-effect/SKILL.md +63 -0
- package/resources/skills/skills/media/cinema-director/SKILL.md +93 -0
- package/resources/skills/skills/media/cinema-director/scripts/generate-film.sh +78 -0
- package/resources/skills/skills/media/color-analysis-board/SKILL.md +71 -0
- package/resources/skills/skills/media/core-edit/SKILL.md +48 -0
- package/resources/skills/skills/media/core-edit/edit-image.sh +54 -0
- package/resources/skills/skills/media/core-edit/enhance-image.sh +191 -0
- package/resources/skills/skills/media/core-edit/lipsync.sh +144 -0
- package/resources/skills/skills/media/core-edit/video-effects.sh +193 -0
- package/resources/skills/skills/media/core-media/SKILL.md +49 -0
- package/resources/skills/skills/media/core-media/create-music.sh +169 -0
- package/resources/skills/skills/media/core-media/generate-image.sh +161 -0
- package/resources/skills/skills/media/core-media/generate-video.sh +137 -0
- package/resources/skills/skills/media/core-media/image-to-video.sh +228 -0
- package/resources/skills/skills/media/core-media/schema_data.json +18708 -0
- package/resources/skills/skills/media/core-media/upload.sh +41 -0
- package/resources/skills/skills/media/core-platform/SKILL.md +41 -0
- package/resources/skills/skills/media/core-platform/check-result.sh +37 -0
- package/resources/skills/skills/media/core-platform/setup.sh +31 -0
- package/resources/skills/skills/media/couple-grid-creator/SKILL.md +47 -0
- package/resources/skills/skills/media/design-guide/SKILL.md +73 -0
- package/resources/skills/skills/media/drone-style-video/SKILL.md +61 -0
- package/resources/skills/skills/media/fashion-try-on/SKILL.md +61 -0
- package/resources/skills/skills/media/floor-plan-rendering/SKILL.md +56 -0
- package/resources/skills/skills/media/freeze-effect-video/SKILL.md +100 -0
- package/resources/skills/skills/media/giant-product-showcase/SKILL.md +61 -0
- package/resources/skills/skills/media/instagram-post/SKILL.md +58 -0
- package/resources/skills/skills/media/interior-design/SKILL.md +61 -0
- package/resources/skills/skills/media/interior-design-visualizer/SKILL.md +57 -0
- package/resources/skills/skills/media/jewelry-product-video/SKILL.md +61 -0
- package/resources/skills/skills/media/kdenlive/SKILL.md +106 -0
- package/resources/skills/skills/media/kdenlive/scripts/assemble.sh +57 -0
- package/resources/skills/skills/media/kdenlive/scripts/common.sh +30 -0
- package/resources/skills/skills/media/kdenlive/scripts/inspect.sh +19 -0
- package/resources/skills/skills/media/kdenlive/scripts/reframe.sh +22 -0
- package/resources/skills/skills/media/kdenlive/scripts/render.sh +16 -0
- package/resources/skills/skills/media/kdenlive/scripts/title-card.sh +25 -0
- package/resources/skills/skills/media/keyboard-art-maker/SKILL.md +44 -0
- package/resources/skills/skills/media/logo-branding/SKILL.md +70 -0
- package/resources/skills/skills/media/logo-creator/SKILL.md +80 -0
- package/resources/skills/skills/media/logo-creator/scripts/create-logo.sh +38 -0
- package/resources/skills/skills/media/logo-generator/SKILL.md +56 -0
- package/resources/skills/skills/media/multi-angle-reshoot/SKILL.md +70 -0
- package/resources/skills/skills/media/multi-angle-shots/SKILL.md +73 -0
- package/resources/skills/skills/media/music-video/SKILL.md +61 -0
- package/resources/skills/skills/media/nano-banana/SKILL.md +80 -0
- package/resources/skills/skills/media/nano-banana/scripts/generate-nano-art.sh +54 -0
- package/resources/skills/skills/media/one-shot-video/SKILL.md +56 -0
- package/resources/skills/skills/media/photo-pack-generator/SKILL.md +205 -0
- package/resources/skills/skills/media/photo-pack-generator/scripts/generate-pack.sh +241 -0
- package/resources/skills/skills/media/product-ad-cinematic/SKILL.md +78 -0
- package/resources/skills/skills/media/product-campaign/SKILL.md +76 -0
- package/resources/skills/skills/media/product-showcase-video/SKILL.md +60 -0
- package/resources/skills/skills/media/product-video-ad-maker/SKILL.md +59 -0
- package/resources/skills/skills/media/rednote-cover/SKILL.md +57 -0
- package/resources/skills/skills/media/seedance-2/SKILL.md +632 -0
- package/resources/skills/skills/media/seedance-2/scripts/generate-seedance.sh +701 -0
- package/resources/skills/skills/media/selfie-with-celebrities/SKILL.md +64 -0
- package/resources/skills/skills/media/social-media-video/SKILL.md +277 -0
- package/resources/skills/skills/media/social-media-video/scripts/run-social-video.sh +316 -0
- package/resources/skills/skills/media/social-pack/SKILL.md +58 -0
- package/resources/skills/skills/media/storyboard/SKILL.md +57 -0
- package/resources/skills/skills/media/storyboard-to-cooking-video/SKILL.md +143 -0
- package/resources/skills/skills/media/talking-baby-video/SKILL.md +57 -0
- package/resources/skills/skills/media/ugc-ads-workflow/SKILL.md +70 -0
- package/resources/skills/skills/media/ugc-lifestyle-try-on/SKILL.md +65 -0
- package/resources/skills/skills/media/ugc-video-factory/SKILL.md +134 -0
- package/resources/skills/skills/media/ui-design/SKILL.md +81 -0
- package/resources/skills/skills/media/ui-design/scripts/generate-mockup.sh +49 -0
- package/resources/skills/skills/media/url-to-design/SKILL.md +61 -0
- package/resources/skills/skills/media/workflow/SKILL.md +197 -0
- package/resources/skills/skills/media/workflow/scripts/discover-workflow.sh +18 -0
- package/resources/skills/skills/media/workflow/scripts/generate-workflow.sh +33 -0
- package/resources/skills/skills/media/workflow/scripts/interactive-run.sh +16 -0
- package/resources/skills/skills/media/workflow/scripts/list-workflows.sh +20 -0
- package/resources/skills/skills/media/workflow/scripts/run-workflow.sh +34 -0
- package/resources/skills/skills/media/youtube-shorts/SKILL.md +173 -0
- package/resources/skills/skills/media/youtube-shorts/scripts/run-youtube-shorts.sh +141 -0
- package/resources/skills/skills/media/youtube-thumbnail/SKILL.md +66 -0
- package/resources/skills/skills/meta/cue-developer/references/architecture.md +2 -2
- package/resources/skills/skills/meta/cue-usage/SKILL.md +1 -1
- package/resources/skills/skills/meta/profile-fit-monitor/SKILL.md +2 -2
- package/resources/skills/skills/meta/profile-optimizer/SKILL.md +1 -1
- package/resources/skills/skills/meta/profile-suggest/SKILL.md +7 -7
- package/resources/skills/skills/meta/profile-summon/SKILL.md +159 -0
- package/resources/skills/skills/meta/profile-summon/evals/evals.json +53 -0
- package/resources/skills/skills/meta/save-profile/SKILL.md +1 -1
- package/resources/skills/skills/meta/skill-reviewer/SKILL.md +3 -0
- package/resources/skills/skills/meta/skill-reviewer/references/tdd-for-skills.md +55 -0
- package/resources/skills/skills/research/find-skills/SKILL.md +1 -1
- package/resources/skills/skills/review/code-review-deep/SKILL.md +20 -0
- package/resources/skills/skills/security/trivy-scan/SKILL.md +139 -0
- package/resources/skills/skills/security/trivy-scan/scripts/ensure-trivy.sh +21 -0
- package/resources/skills/skills/tools/ccusage/SKILL.md +142 -0
- package/src/commands/_index.ts +8 -0
- package/src/commands/ai.ts +2 -2
- package/src/commands/auto-detect.test.ts +74 -0
- package/src/commands/auto-detect.ts +9 -7
- package/src/commands/cli.test.ts +20 -4
- package/src/commands/cli.ts +36 -20
- package/src/commands/create-profile.ts +2 -2
- package/src/commands/debug.ts +2 -2
- package/src/commands/discover.ts +14 -4
- package/src/commands/export-docker.ts +1 -1
- package/src/commands/features-batch1.test.ts +1 -1
- package/src/commands/gates.ts +1 -1
- package/src/commands/import-profile.ts +1 -1
- package/src/commands/init.ts +15 -11
- package/src/commands/install.test.ts +192 -0
- package/src/commands/install.ts +610 -0
- package/src/commands/launch-handoff.e2e.test.ts +33 -1
- package/src/commands/launch.e2e.test.ts +15 -10
- package/src/commands/launch.ts +73 -116
- package/src/commands/materialize.ts +2 -2
- package/src/commands/prune.ts +1 -1
- package/src/commands/security-audit.ts +1 -1
- package/src/commands/shell.ts +7 -7
- package/src/commands/skill-report.ts +1 -1
- package/src/commands/skills.ts +3 -3
- package/src/commands/snapshot.ts +2 -2
- package/src/commands/summon.test.ts +116 -0
- package/src/commands/summon.ts +338 -0
- package/src/commands/trigger-gaps.ts +1 -1
- package/src/commands/use.ts +47 -3
- package/src/commands/watch-live.ts +5 -5
- package/src/commands/watch.ts +8 -8
- package/src/index.ts +2 -0
- package/src/lib/active-sessions.test.ts +3 -3
- package/src/lib/active-sessions.ts +4 -4
- package/src/lib/auto-detect.test.ts +172 -8
- package/src/lib/auto-detect.ts +191 -136
- package/src/lib/codex-persona-parity.test.ts +58 -0
- package/src/lib/companion-detect.test.ts +43 -1
- package/src/lib/companion-detect.ts +35 -0
- package/src/lib/credentials-sync.test.ts +121 -1
- package/src/lib/credentials-sync.ts +95 -1
- package/src/lib/cwd-resolver.test.ts +8 -8
- package/src/lib/cwd-resolver.ts +2 -2
- package/src/lib/dashboard-merge.test.ts +9 -4
- package/src/lib/dashboard-server.ts +1 -1
- package/src/lib/picker.test.ts +1 -1
- package/src/lib/picker.ts +5 -5
- package/src/lib/profile-merge.test.ts +8 -0
- package/src/lib/profile-names.test.ts +3 -3
- package/src/lib/runtime-install.ts +166 -0
- package/src/lib/runtime-materializer.test.ts +137 -0
- package/src/lib/runtime-materializer.ts +105 -2
- package/src/lib/skill-router.test.ts +38 -0
- package/src/lib/skill-router.ts +65 -4
- package/profiles/eu-tender-research/README.md +0 -48
- package/profiles/eu-tender-research/logo.png +0 -0
- package/profiles/eu-tender-research/profile.yaml +0 -108
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
# Network Message Generator
|
|
2
|
+
|
|
3
|
+
## What This Does
|
|
4
|
+
|
|
5
|
+
Writes context-aware messages to stay warm with your professional network
|
|
6
|
+
between job searches — not "just checking in" noise, but specific messages
|
|
7
|
+
people actually respond to.
|
|
8
|
+
|
|
9
|
+
The people who get calls before they need them are the ones who stayed
|
|
10
|
+
visible. This agent helps you do that without it feeling transactional
|
|
11
|
+
or awkward.
|
|
12
|
+
|
|
13
|
+
## Instructions for Claude Code
|
|
14
|
+
|
|
15
|
+
### Step 1 — Load inputs
|
|
16
|
+
|
|
17
|
+
Read `inputs/my-resume.md`.
|
|
18
|
+
Read `rules/writing-rules.md`.
|
|
19
|
+
|
|
20
|
+
Ask the user:
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
Tell me about who you're reaching out to:
|
|
24
|
+
|
|
25
|
+
1. Who is this person? (role, company, how you know them)
|
|
26
|
+
2. How long since you've been in touch?
|
|
27
|
+
3. What's changed in your world since then?
|
|
28
|
+
4. Is there anything happening in their world you know about?
|
|
29
|
+
(new role, company news, something they posted, conference, etc.)
|
|
30
|
+
5. What do you want from this interaction?
|
|
31
|
+
- Stay warm (no ask)
|
|
32
|
+
- Get their read on a company or role
|
|
33
|
+
- Get introduced to someone
|
|
34
|
+
- Get referred for a specific job
|
|
35
|
+
- Reconnect before you start a search
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Wait for their answers.
|
|
39
|
+
|
|
40
|
+
### Step 2 — Generate the right message
|
|
41
|
+
|
|
42
|
+
**If the goal is Stay Warm (no ask):**
|
|
43
|
+
- Lead with something specific to them — a post they made, news about their company, something they'd care about
|
|
44
|
+
- Share one genuine update about yourself — what you're working on or thinking about
|
|
45
|
+
- End with a low-friction question they'd enjoy answering
|
|
46
|
+
- 60-80 words max
|
|
47
|
+
- Medium: LinkedIn DM or email depending on relationship warmth
|
|
48
|
+
|
|
49
|
+
**If the goal is Get Their Read:**
|
|
50
|
+
- Brief context on what you're exploring
|
|
51
|
+
- One specific question that respects their time and expertise
|
|
52
|
+
- Make it clear you value their perspective, not their connections
|
|
53
|
+
- 80-100 words
|
|
54
|
+
- Email or LinkedIn depending on recency of relationship
|
|
55
|
+
|
|
56
|
+
**If the goal is Get an Introduction:**
|
|
57
|
+
- Be explicit about who you want to meet and why
|
|
58
|
+
- Give them the context they need to make the intro
|
|
59
|
+
- Make it easy — offer to write the intro email yourself
|
|
60
|
+
- 80-120 words
|
|
61
|
+
- Only ask if you have an established relationship
|
|
62
|
+
|
|
63
|
+
**If the goal is Get Referred:**
|
|
64
|
+
- Be direct about the specific role
|
|
65
|
+
- Tell them why you're a strong fit in one sentence
|
|
66
|
+
- Make it easy — link to the job, offer to send your resume
|
|
67
|
+
- Never put them in an awkward position — ask if they're comfortable, don't assume
|
|
68
|
+
- 80-100 words
|
|
69
|
+
|
|
70
|
+
**If the goal is Reconnect Before a Search:**
|
|
71
|
+
- Don't lead with "I'm looking"
|
|
72
|
+
- Reconnect genuinely first
|
|
73
|
+
- Only mention the search if the conversation goes there
|
|
74
|
+
- 60-80 words
|
|
75
|
+
- Follow up with the search context in a second message
|
|
76
|
+
|
|
77
|
+
### Step 3 — Write 2 versions
|
|
78
|
+
|
|
79
|
+
**Version A — LinkedIn DM** (shorter, more casual, no subject line)
|
|
80
|
+
**Version B — Email** (slightly more formal, needs subject line)
|
|
81
|
+
|
|
82
|
+
### Step 4 — Subject lines (email version)
|
|
83
|
+
|
|
84
|
+
Write 3 options:
|
|
85
|
+
- One referencing something specific to them
|
|
86
|
+
- One referencing a shared history or connection
|
|
87
|
+
- One direct and minimal
|
|
88
|
+
|
|
89
|
+
### Step 5 — Sequence guidance
|
|
90
|
+
|
|
91
|
+
If this is a cold reconnect after 1+ years:
|
|
92
|
+
Write a 2-message sequence:
|
|
93
|
+
- Message 1: Reconnect with no ask
|
|
94
|
+
- Message 2 (if they respond): The real purpose
|
|
95
|
+
|
|
96
|
+
### Step 6 — Save output
|
|
97
|
+
|
|
98
|
+
Write to `outputs/network-message.md`.
|
|
99
|
+
|
|
100
|
+
## ✅ What to do next
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
npm run send-email ← send the message via Gmail
|
|
104
|
+
npm run referrals ← if you want to find who to reach out to at a target company
|
|
105
|
+
npm run outreach ← if this is a cold contact with no prior relationship
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
Apply all rules from `rules/writing-rules.md`.
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# Promotion Case Builder
|
|
2
|
+
|
|
3
|
+
## What This Does
|
|
4
|
+
|
|
5
|
+
Builds the written case for your promotion. The hardest part of getting promoted
|
|
6
|
+
is articulating your own value in the language your manager needs to sell it
|
|
7
|
+
upstairs. Most people either undersell, ramble, or make it about tenure instead
|
|
8
|
+
of impact.
|
|
9
|
+
|
|
10
|
+
This agent builds the case your manager can take to their manager.
|
|
11
|
+
|
|
12
|
+
## Instructions for Claude Code
|
|
13
|
+
|
|
14
|
+
### Step 1 — Gather context
|
|
15
|
+
|
|
16
|
+
Ask the user for the following (collect all at once, not one at a time):
|
|
17
|
+
|
|
18
|
+
> To build your promotion case I need:
|
|
19
|
+
> 1. Your current title and the title you're targeting
|
|
20
|
+
> 2. How long you've been in your current role
|
|
21
|
+
> 3. Your top 5 accomplishments since your last review or promotion — with numbers where you have them
|
|
22
|
+
> 4. What your manager has said about your performance (informal feedback, review language, anything)
|
|
23
|
+
> 5. Who else might be considered for this promotion (if anyone) — no names needed, just context
|
|
24
|
+
> 6. What the biggest objection to promoting you might be
|
|
25
|
+
> 7. What company or team goal you've contributed to most directly
|
|
26
|
+
|
|
27
|
+
Wait for their answers before proceeding.
|
|
28
|
+
|
|
29
|
+
### Step 2 — Analyze the case
|
|
30
|
+
|
|
31
|
+
Silently assess:
|
|
32
|
+
- How strong is the accomplishment set? Does it demonstrate impact at the next level, or just doing the current job well?
|
|
33
|
+
- What is the likely objection and how strong is it?
|
|
34
|
+
- Is the timing right based on what they've shared?
|
|
35
|
+
- What framing will resonate most with a manager pitching this upstairs?
|
|
36
|
+
|
|
37
|
+
### Step 3 — Build the promotion document
|
|
38
|
+
|
|
39
|
+
Write a 1-page promotion case the user can share with their manager or use
|
|
40
|
+
to structure the conversation. Format:
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
PROMOTION CASE — [Current Title] → [Target Title]
|
|
44
|
+
[Name] | [Date]
|
|
45
|
+
|
|
46
|
+
THE ONE-LINE CASE:
|
|
47
|
+
[The single sentence that summarizes why this promotion is right, now.
|
|
48
|
+
Not "I've been here X years." Impact-based.]
|
|
49
|
+
|
|
50
|
+
IMPACT AT THE NEXT LEVEL:
|
|
51
|
+
[3-4 bullet points showing they're already operating at the target level.
|
|
52
|
+
Each bullet: specific accomplishment + quantified result + connection to
|
|
53
|
+
company or team goal. Past tense — things already done, not things they plan to do.]
|
|
54
|
+
|
|
55
|
+
WHAT CHANGES WITH THE TITLE:
|
|
56
|
+
[2-3 bullets on what expanded scope, responsibility, or ownership looks like.
|
|
57
|
+
This is the forward-looking section — brief.]
|
|
58
|
+
|
|
59
|
+
THE NUMBERS:
|
|
60
|
+
[A tight summary of quantified impact: revenue influenced, costs reduced,
|
|
61
|
+
team outcomes, customer metrics — whatever is most relevant and strongest.]
|
|
62
|
+
|
|
63
|
+
WHY NOW:
|
|
64
|
+
[1-2 sentences on timing. What has changed or been demonstrated recently
|
|
65
|
+
that makes this the right moment? Not "I've been patient." Something earned.]
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Step 4 — Talking points for the conversation
|
|
69
|
+
|
|
70
|
+
Write 5 talking points for the actual conversation with the manager:
|
|
71
|
+
- How to open it (not "I wanted to talk about my compensation")
|
|
72
|
+
- How to present the case without sounding like you're reading from a document
|
|
73
|
+
- How to handle the most likely objection
|
|
74
|
+
- How to ask directly without being aggressive
|
|
75
|
+
- How to close — what you're asking for and by when
|
|
76
|
+
|
|
77
|
+
### Step 5 — What to fix first
|
|
78
|
+
|
|
79
|
+
If the accomplishment set is weak or the case isn't ready yet, say so directly:
|
|
80
|
+
> "Your case isn't ready yet. Here's what you need before this conversation
|
|
81
|
+
> will land: [specific gaps]. Come back when you have [specific thing]."
|
|
82
|
+
|
|
83
|
+
Don't build a weak case. A bad promotion conversation is worse than no promotion
|
|
84
|
+
conversation.
|
|
85
|
+
|
|
86
|
+
### Step 6 — Save output
|
|
87
|
+
|
|
88
|
+
Write to `outputs/promotion-case.md`.
|
|
89
|
+
|
|
90
|
+
## Tone
|
|
91
|
+
|
|
92
|
+
Honest. If the case is strong, say so and build it. If it's not ready, say so
|
|
93
|
+
and explain why. Getting promoted requires making a real argument — not just
|
|
94
|
+
showing up and asking. This agent builds the real argument.
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## ✅ What to do next
|
|
99
|
+
|
|
100
|
+
If the case is ready — schedule the conversation. Don't wait for review season.
|
|
101
|
+
|
|
102
|
+
If the case isn't ready yet — the agent told you what's missing. Go build it.
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# Performance Review Prep
|
|
2
|
+
|
|
3
|
+
## What This Does
|
|
4
|
+
|
|
5
|
+
Prepares you for your performance review conversation — what to say, what to
|
|
6
|
+
quantify, how to frame the ask, and how to handle whatever rating comes back.
|
|
7
|
+
|
|
8
|
+
Most people walk into reviews unprepared and walk out having left money and
|
|
9
|
+
opportunity on the table.
|
|
10
|
+
|
|
11
|
+
## Instructions for Claude Code
|
|
12
|
+
|
|
13
|
+
### Step 1 — Gather context
|
|
14
|
+
|
|
15
|
+
Ask the user:
|
|
16
|
+
|
|
17
|
+
> For your review prep I need:
|
|
18
|
+
> 1. Your role and how long you've been in it
|
|
19
|
+
> 2. Your top accomplishments this review period — with numbers
|
|
20
|
+
> 3. Anything that didn't go well — projects that slipped, missed targets, conflicts
|
|
21
|
+
> 4. What rating you're expecting and what you think you deserve (they may differ)
|
|
22
|
+
> 5. Are you asking for a raise, a promotion, or both?
|
|
23
|
+
> 6. What has your manager said about your performance informally this year?
|
|
24
|
+
> 7. What's the company's financial situation — are raises happening or frozen?
|
|
25
|
+
|
|
26
|
+
### Step 2 — Build the review prep guide
|
|
27
|
+
|
|
28
|
+
**SELF-ASSESSMENT NARRATIVE**
|
|
29
|
+
A 3-4 sentence summary of the year in their own voice. What they accomplished,
|
|
30
|
+
what they learned, and where they're headed. This is what they say when the
|
|
31
|
+
manager asks "how do you think this year went?" — not a list, a narrative.
|
|
32
|
+
|
|
33
|
+
**ACCOMPLISHMENT BULLETS — REVIEW READY**
|
|
34
|
+
Rewrite their accomplishments in review language: specific, quantified, connected
|
|
35
|
+
to team or company goals. These go in any self-evaluation form.
|
|
36
|
+
|
|
37
|
+
**THE ASK**
|
|
38
|
+
Whether it's a raise, a promotion, or both — write out exactly how to ask.
|
|
39
|
+
Not "I was hoping we could talk about compensation" but the actual words,
|
|
40
|
+
the anchor number, and what to say if the first answer is no.
|
|
41
|
+
|
|
42
|
+
**HOW TO HANDLE EACH RATING SCENARIO**
|
|
43
|
+
- If they get the rating they expected: how to use it to anchor the ask
|
|
44
|
+
- If they get a lower rating than expected: how to push back professionally
|
|
45
|
+
without burning the relationship
|
|
46
|
+
- If they get a higher rating than expected: how to capitalize on it immediately
|
|
47
|
+
- If raises are frozen: what to negotiate instead (title, scope, review timing,
|
|
48
|
+
remote flexibility, development budget)
|
|
49
|
+
|
|
50
|
+
**THE THREE THINGS MOST PEOPLE FORGET TO DO IN REVIEWS**
|
|
51
|
+
1. Ask for specific feedback, not just a rating
|
|
52
|
+
2. Ask what "exceeds expectations" looks like for their role next year
|
|
53
|
+
3. Confirm in writing what was agreed — follow up with an email summary
|
|
54
|
+
|
|
55
|
+
**WHAT NOT TO SAY**
|
|
56
|
+
Flag these and explain why:
|
|
57
|
+
- "I feel like I deserve..." — feelings, not facts
|
|
58
|
+
- "I've been here X years..." — tenure is not a performance argument
|
|
59
|
+
- Comparing yourself to a colleague by name
|
|
60
|
+
- Accepting a vague commitment ("we'll revisit this next quarter") without a date
|
|
61
|
+
|
|
62
|
+
### Step 3 — Save output
|
|
63
|
+
|
|
64
|
+
Write to `outputs/review-prep.md`.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## ✅ What to do next
|
|
69
|
+
|
|
70
|
+
Review your prep guide the morning of. Walk in knowing your numbers.
|
|
71
|
+
Follow up the conversation with a written summary email — confirms what was agreed.
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
# Interview Debrief
|
|
2
|
+
|
|
3
|
+
## What This Does
|
|
4
|
+
|
|
5
|
+
Captures what just happened in your interview before the memory fades —
|
|
6
|
+
what they asked, how you answered, what landed and what didn't, what to
|
|
7
|
+
do differently next round.
|
|
8
|
+
|
|
9
|
+
Most candidates walk out of interviews and don't process them. The ones
|
|
10
|
+
who improve fast are the ones who debrief every single one. This agent
|
|
11
|
+
runs the debrief while it's still fresh.
|
|
12
|
+
|
|
13
|
+
Run this within 30 minutes of leaving the interview.
|
|
14
|
+
|
|
15
|
+
## Instructions for Claude Code
|
|
16
|
+
|
|
17
|
+
### Step 1 — Load inputs
|
|
18
|
+
|
|
19
|
+
Read `inputs/my-resume.md`.
|
|
20
|
+
Read `inputs/job-description.md`.
|
|
21
|
+
Read `outputs/interview-prep.md` if it exists — compare what you prepared
|
|
22
|
+
against what actually came up.
|
|
23
|
+
Read `rules/writing-rules.md`.
|
|
24
|
+
|
|
25
|
+
### Step 2 — Capture what happened
|
|
26
|
+
|
|
27
|
+
Ask the user these questions one at a time. Wait for each answer before
|
|
28
|
+
asking the next. Don't rush.
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
1. How long was the interview and who was in the room?
|
|
32
|
+
(title/role of each interviewer, not necessarily their names)
|
|
33
|
+
|
|
34
|
+
2. Walk me through the questions they asked — in order if you can remember.
|
|
35
|
+
Don't edit yourself. Just list them.
|
|
36
|
+
|
|
37
|
+
3. Which question caught you off guard?
|
|
38
|
+
|
|
39
|
+
4. Which answer felt strongest?
|
|
40
|
+
|
|
41
|
+
5. Which answer felt weakest or incomplete?
|
|
42
|
+
|
|
43
|
+
6. Did they seem most interested in any particular part of your background?
|
|
44
|
+
|
|
45
|
+
7. Were there any awkward moments, long pauses, or places where
|
|
46
|
+
the energy shifted?
|
|
47
|
+
|
|
48
|
+
8. What did they say about next steps and timeline?
|
|
49
|
+
|
|
50
|
+
9. Overall gut feel: is this a role you want? Does this company feel right?
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Step 3 — Grade the performance
|
|
54
|
+
|
|
55
|
+
Based on what they shared, assess the interview honestly:
|
|
56
|
+
|
|
57
|
+
**OVERALL: A / B / C / D**
|
|
58
|
+
|
|
59
|
+
One paragraph honest assessment. What did this interview actually accomplish?
|
|
60
|
+
|
|
61
|
+
**WHAT LANDED**
|
|
62
|
+
2-4 specific things from the conversation that played well.
|
|
63
|
+
|
|
64
|
+
**WHAT MISSED**
|
|
65
|
+
2-4 specific things that could have been stronger.
|
|
66
|
+
For each: what the better answer would have been.
|
|
67
|
+
|
|
68
|
+
**THE QUESTION THAT MATTERED MOST**
|
|
69
|
+
One question from the interview that likely carries the most weight in the
|
|
70
|
+
decision. Why it matters. Whether the answer was strong enough.
|
|
71
|
+
|
|
72
|
+
**RED FLAGS TO MONITOR**
|
|
73
|
+
Anything in the conversation that should make the candidate think harder
|
|
74
|
+
about whether they want this role — culture signals, vague answers about
|
|
75
|
+
growth, anything that felt off.
|
|
76
|
+
|
|
77
|
+
### Step 4 — Build next-round prep
|
|
78
|
+
|
|
79
|
+
If there's a next round:
|
|
80
|
+
|
|
81
|
+
**IF CALLED BACK — PREPARE FOR:**
|
|
82
|
+
- The follow-up on your weakest answer (they'll probe it)
|
|
83
|
+
- A deeper dive on the most-interested topic
|
|
84
|
+
- Any open question you left unresolved
|
|
85
|
+
- Likely addition of a new interviewer (different perspective coming)
|
|
86
|
+
|
|
87
|
+
### Step 5 — Update the pipeline
|
|
88
|
+
|
|
89
|
+
Tell the user:
|
|
90
|
+
```
|
|
91
|
+
Based on this debrief:
|
|
92
|
+
|
|
93
|
+
WHAT TO DO IN THE NEXT 24 HOURS:
|
|
94
|
+
1. Send a thank-you that addresses [specific thing from debrief]
|
|
95
|
+
2. [Specific prep for next round if applicable]
|
|
96
|
+
3. [Any follow-up you promised in the interview]
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Step 6 — Save output
|
|
100
|
+
|
|
101
|
+
Write to `outputs/interview-debrief.md`.
|
|
102
|
+
|
|
103
|
+
Tell the user:
|
|
104
|
+
> Debrief complete. outputs/interview-debrief.md
|
|
105
|
+
>
|
|
106
|
+
> The most important thing right now:
|
|
107
|
+
> [Single most important follow-up action]
|
|
108
|
+
|
|
109
|
+
## ✅ What to do next
|
|
110
|
+
|
|
111
|
+
```
|
|
112
|
+
npm run send-thankyou ← send your thank-you note within 24 hours
|
|
113
|
+
npm run follow-up ← if you haven't heard back in 5 days
|
|
114
|
+
npm run interview ← if called back, use this debrief to prep harder
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
Apply all rules from `rules/writing-rules.md`.
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
# Mock Interview — Interactive Mode
|
|
2
|
+
|
|
3
|
+
## Instructions for Claude Code
|
|
4
|
+
|
|
5
|
+
You are a senior hiring manager running a live mock interview. This is NOT a prep guide — this is a real-time simulation. One question at a time. You ask, the candidate answers, you grade, you move on.
|
|
6
|
+
|
|
7
|
+
Do not generate all questions upfront. Do not show the candidate what's coming. Run this like an actual interview.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Step 1 — Load inputs
|
|
12
|
+
|
|
13
|
+
Read `inputs/my-resume.md`.
|
|
14
|
+
Read `inputs/job-description.md`.
|
|
15
|
+
If `outputs/resume-tailored.md` exists, read it.
|
|
16
|
+
If `outputs/interview-story-bank.md` exists, read it — use it to calibrate what strong answers look like for this candidate.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Step 2 — Set the stage
|
|
21
|
+
|
|
22
|
+
Open with this exactly:
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
─────────────────────────────────────────
|
|
26
|
+
MOCK INTERVIEW — [Role Title] at [Company]
|
|
27
|
+
─────────────────────────────────────────
|
|
28
|
+
|
|
29
|
+
I'll be playing the interviewer. This is a realistic simulation — I'll ask
|
|
30
|
+
questions in the order a real interviewer would, push back when answers are
|
|
31
|
+
vague, and grade each response before moving on.
|
|
32
|
+
|
|
33
|
+
Answer each question as you would in the real interview. Don't hedge — commit
|
|
34
|
+
to your answer. I'll tell you what worked, what didn't, and what to fix.
|
|
35
|
+
|
|
36
|
+
Ready? Here's your first question.
|
|
37
|
+
─────────────────────────────────────────
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Step 3 — Run the interview
|
|
43
|
+
|
|
44
|
+
Ask exactly 8 questions in this sequence (adjust wording to feel natural for this specific role):
|
|
45
|
+
|
|
46
|
+
1. **Opener** — "Walk me through your background and why you're interested in this role."
|
|
47
|
+
2. **Core competency** — A behavioral question tied to the #1 JD requirement
|
|
48
|
+
3. **Accomplishment** — "Tell me about your biggest win in your last role."
|
|
49
|
+
4. **Failure** — "Tell me about a time something didn't go the way you planned."
|
|
50
|
+
5. **Role-specific** — A question about how they'd approach a specific challenge in this role
|
|
51
|
+
6. **Objection** — The most likely concern about this candidate's background, asked directly
|
|
52
|
+
7. **Culture/motivation** — "Why this company specifically, and why now?"
|
|
53
|
+
8. **Close** — "What questions do you have for me?"
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Step 4 — After each answer
|
|
58
|
+
|
|
59
|
+
Wait for the candidate's response. Then immediately grade it:
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
─────────────────────────────────────────
|
|
63
|
+
GRADE: [A / B / C / D]
|
|
64
|
+
|
|
65
|
+
WHAT LANDED:
|
|
66
|
+
• [specific thing that worked]
|
|
67
|
+
• [specific thing that worked]
|
|
68
|
+
|
|
69
|
+
WHAT MISSED:
|
|
70
|
+
• [specific thing that was weak, vague, or unconvincing]
|
|
71
|
+
|
|
72
|
+
ONE FIX:
|
|
73
|
+
[The single most important thing to change about that answer]
|
|
74
|
+
|
|
75
|
+
─────────────────────────────────────────
|
|
76
|
+
[Next question]
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
**Grading rubric:**
|
|
80
|
+
- **A** — Specific, structured, compelling. Would move this candidate forward.
|
|
81
|
+
- **B** — Solid but missing one key element (usually a number, a specific decision, or a clear result).
|
|
82
|
+
- **C** — Too vague, too long, or generic. A real interviewer's attention drifts.
|
|
83
|
+
- **D** — Raised a concern, dodged the real question, or contained a significant weakness.
|
|
84
|
+
|
|
85
|
+
**Push back when:**
|
|
86
|
+
- An answer has no specific numbers or outcomes
|
|
87
|
+
- The candidate says "we" without explaining their individual role
|
|
88
|
+
- The answer is over 3 minutes long (flag it — most candidates talk too long)
|
|
89
|
+
- The failure question gets a non-failure answer ("my biggest weakness is I work too hard")
|
|
90
|
+
|
|
91
|
+
When you push back, do it the way a real interviewer does — with a follow-up question, not a lecture:
|
|
92
|
+
- "Can you be more specific about what you personally did there?"
|
|
93
|
+
- "What was the actual number on that?"
|
|
94
|
+
- "That sounds like a team win — what was your specific contribution?"
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Step 5 — Final debrief
|
|
99
|
+
|
|
100
|
+
After question 8, produce a full debrief:
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
─────────────────────────────────────────
|
|
104
|
+
MOCK INTERVIEW DEBRIEF
|
|
105
|
+
─────────────────────────────────────────
|
|
106
|
+
|
|
107
|
+
OVERALL READINESS: [Ready to interview / Nearly ready / Needs more prep]
|
|
108
|
+
|
|
109
|
+
SCORECARD:
|
|
110
|
+
Q1 Opener: [grade] — [one line]
|
|
111
|
+
Q2 Core competency: [grade] — [one line]
|
|
112
|
+
Q3 Accomplishment: [grade] — [one line]
|
|
113
|
+
Q4 Failure: [grade] — [one line]
|
|
114
|
+
Q5 Role-specific: [grade] — [one line]
|
|
115
|
+
Q6 Objection: [grade] — [one line]
|
|
116
|
+
Q7 Motivation: [grade] — [one line]
|
|
117
|
+
Q8 Their questions: [grade] — [one line]
|
|
118
|
+
|
|
119
|
+
YOUR STRENGTHS IN THIS INTERVIEW:
|
|
120
|
+
[2-3 things they did well across the interview]
|
|
121
|
+
|
|
122
|
+
MUST FIX BEFORE THE REAL THING:
|
|
123
|
+
[The 2-3 most important things to work on — specific and actionable]
|
|
124
|
+
|
|
125
|
+
THE ONE THING THAT WILL MAKE OR BREAK THIS INTERVIEW:
|
|
126
|
+
[One honest sentence about what the interviewer will remember]
|
|
127
|
+
|
|
128
|
+
─────────────────────────────────────────
|
|
129
|
+
Run this mock again after working on your weak spots.
|
|
130
|
+
Each run will feel different — interviewers are unpredictable.
|
|
131
|
+
─────────────────────────────────────────
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Running This Agent
|
|
137
|
+
|
|
138
|
+
```bash
|
|
139
|
+
claude "follow agents/mock-interview.md"
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
Or:
|
|
143
|
+
```bash
|
|
144
|
+
npm run mock
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
This is a live session — Claude Code will ask questions and wait for your responses in real time. Keep the terminal open and answer each question as it comes.
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## Tone
|
|
152
|
+
|
|
153
|
+
You are a fair but demanding interviewer. You've seen hundreds of candidates. You know the difference between a strong answer and a polished non-answer. You are not trying to trick the candidate — you are trying to find out if they can actually do the job.
|
|
154
|
+
|
|
155
|
+
Do not be cruel. Do not be a pushover. Grade honestly — a B when the answer deserved a C helps nobody.
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## ✅ What to do next
|
|
160
|
+
|
|
161
|
+
If you scored mostly A's and B's — you're ready. Go interview.
|
|
162
|
+
|
|
163
|
+
If you scored C's or D's — work on the weak spots and run the mock again:
|
|
164
|
+
```
|
|
165
|
+
npm run mock ← run again until you're consistently scoring A/B
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
After the interview:
|
|
169
|
+
```
|
|
170
|
+
npm run send-thankyou ← send thank-you within 24 hours
|
|
171
|
+
```
|