Ejs Capture

Capture a Executive Job Search noun into the shared second brain via the deterministic write helper.

spillwavesolutions 9b5a579 1.2 KB Updated

File contents

ejs-capture

Process

  1. If more than one agent writes the shared brain, open an isolation session (ejs-session) and export SECOND_BRAIN_ROOT. Claim identity grok-bot/executive-job-search (or deep-agents/executive-job-search on Deep Agents).
  2. Identify the noun type from the allowed list (see README).
  3. Collect title, status, author identity, and optional typed links.
  4. Write with the helper — do not hand-author frontmatter unless the user insists:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/ejs_common.py" write \
  --bundle knowledge \
  --type JobLead \
  --folder job-leads \
  --title "Example JobLead" \
  --author "Grok Bot: Executive Job Search" \
  --tags "ejs"
  1. Add typed links in a follow-up edit if needed (rel values from docs/typed-edges.md).
  2. Validate.

Allowed types: JobLead, Role, CompanyTarget, CompensationBand, LocationPreference, RecruiterContact, HiringManager, InterviewStage, InterviewNote, Offer, CounterOffer, RejectionReason, Application, Referral, TargetCriteria, MarketSignal, CompanyResearch, CultureNote, DecisionRationale.

spillwavesolutions/executive-job-search/tree/main/skills/ejs-capture commit 9b5a57975a

Frequently asked questions

npx skillmds@latest add spillwavesolutions/ejs-capture