| name | csl-capture |
| description | Capture a Consulting Leads noun into the shared second brain via the deterministic write helper. |
csl-capture
Process
- If more than one agent writes the shared brain, open an isolation session (
csl-session) and export SECOND_BRAIN_ROOT.
Claim identity grok-bot/consulting-leads (or deep-agents/consulting-leads on Deep Agents).
- Identify the noun type from the allowed list (see README).
- Collect title, status, author identity, and optional typed links.
- Write with the helper — do not hand-author frontmatter unless the user insists:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/csl_common.py" write \
--bundle knowledge \
--type ConsultingLead \
--folder consulting-leads \
--title "Example ConsultingLead" \
--author "Grok Bot: Consulting Leads" \
--tags "csl"
- Add typed links in a follow-up edit if needed (
rel values from docs/typed-edges.md).
- Validate.
Allowed types: ConsultingLead, EngagementType, Scope, BudgetRange, Timeline, DecisionMaker, QualificationNote, Proposal, StatementOfWork, DiscoveryCall, Objection, Competitor, WinLossReason, ReferralSource, CapabilityMatch.