| name | acm-capture |
| description | Capture a Account Management noun into the shared second brain via the deterministic write helper. |
acm-capture
Process
- If more than one agent writes the shared brain, open an isolation session (
acm-session) and export SECOND_BRAIN_ROOT.
Claim identity grok-bot/account-management (or deep-agents/account-management 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/acm_common.py" write \
--bundle knowledge \
--type Client \
--folder clients \
--title "Example Client" \
--author "Grok Bot: Account Management" \
--tags "acm"
- Add typed links in a follow-up edit if needed (
rel values from docs/typed-edges.md).
- Validate.
Allowed types: Client, Contact, Stakeholder, RelationshipHealth, AccountPlan, StatementOfWork, Deliverable, Milestone, Issue, Risk, Opportunity, Meeting, CallNote, EmailThread, Commitment, InvoiceStatus, ExpansionOpportunity, SatisfactionSignal, Escalation, RenewalDate, SuccessMetric.