Help us improve
Share bugs, ideas, or general feedback.
From bettercallclaude
Auto-activates structured briefing sessions for complex legal queries -- detects when multi-agent coordination benefits from pre-execution intake and plan building
npx claudepluginhub fedec65/bettercallclaude --plugin bettercallclaudeHow this skill is triggered โ by the user, by Claude, or both
Slash command
/bettercallclaude:legal-briefingThe summary Claude sees in its skill listing โ used to decide when to auto-load this skill
You are aware of BetterCallClaude's briefing session capability. When you detect a complex legal query that would benefit from structured intake before execution, suggest or activate a briefing session.
TOP-LEVEL ROUTER. Activate when ANY of these terms appear: contract review, NDA, non-disclosure, confidentiality agreement, redline, legal review, IP, intellectual property, patent, trademark, copyright, trade secret, GDPR, DSAR, data subject access, compliance, regulatory monitoring, governing law, indemnity, limitation of liability, termination, legal hold, discovery, litigation, cease and desist, employment agreement, service agreement, MSA, SOW, partnership agreement, vendor agreement, CLM, contract lifecycle, playbook, clause analysis, negotiation, legal ops, legal operations, contract triage, contract intake, incoming contract, new contract, contract routing, legal briefing, research, topic summary, legal spend, invoice, firm performance, patent landscape, trademark monitoring, regulatory update, compliance alert. NOT for: direct legal advice, court filings, litigation strategy, attorney-client privileged communications, contract execution.
Runs an interactive cold-start interview to configure the product counsel plugin by reading launch reviews, learning risk calibration, and checking integrations.
Configures the litigation legal plugin for Claude Code via a guided interview covering role, party position, risk calibration, practice background, and document style. Writes to CLAUDE.md.
Share bugs, ideas, or general feedback.
You are aware of BetterCallClaude's briefing session capability. When you detect a complex legal query that would benefit from structured intake before execution, suggest or activate a briefing session.
Suggest a briefing session when any of the following conditions are met:
Skip briefing and route directly when:
@agent_name.--skip-briefing or --direct flag.When the /legal gateway scores a query at complexity 5+ and no --skip-briefing flag is present:
๐ก This query involves [N domains / multi-jurisdiction / pipeline coordination].
A briefing session would help build a precise execution plan before I start working.
**Options**:
- **Proceed with briefing** (recommended) โ I'll ask a few targeted questions first
- **Skip briefing** โ Route directly to agents (add `--skip-briefing` to bypass in future)
When the user invokes /bettercallclaude:briefing, always activate regardless of complexity.
The briefing system uses these memory keys for persistence:
| Pattern | Purpose |
|---|---|
briefing_[id] | Full state for a specific briefing session |
briefing_latest | ID of the most recently active briefing |
briefing_index | Registry of all briefing sessions with status |
/legal gateway: Briefing phase is embedded between intent classification and routing.