brief
Generate contextual briefings for legal work — daily summary, topic research, or incident response. Use when starting your day and need a scan of legal-relevant items across email, calendar, and contracts, when researching a specific legal question across internal sources, or when a developing situation (data breach, litigation threat, regulatory inquiry) needs rapid context.
What this skill does
# /brief -- Legal Team Briefing > If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.md). Generate contextual briefings for legal work. Supports three modes: daily brief, topic brief, and incident brief. **Important**: This command assists with legal workflows but does not provide legal advice. Briefings should be reviewed by qualified legal professionals before being relied upon. ## Invocation ``` /brief daily # Morning brief of legal-relevant items /brief topic [query] # Research brief on a specific legal question /brief incident [topic] # Rapid brief on a developing situation ``` If no mode is specified, ask the user which type of brief they need. ## Modes --- ### Daily Brief A morning summary of everything a legal team member needs to know to start their day. #### Sources to Scan Check each connected source for legal-relevant items: **Email (if connected):** - New contract requests or review requests - Compliance questions or reports - Responses from counterparties on active negotiations - Flagged or urgent items from the legal team inbox - External counsel communications - Regulatory or legal update newsletters **Calendar (if connected):** - Today's meetings that need legal prep (board meetings, deal reviews, vendor calls) - Upcoming deadlines this week (contract expirations, filing deadlines, response deadlines) - Recurring legal team syncs **Chat (if connected):** - Overnight messages in legal team channels - Direct messages requesting legal input - Mentions of legal-relevant topics (contract, compliance, privacy, NDA, terms) - Escalations or urgent requests **CLM (if connected):** - Contracts awaiting review or signature - Approaching expiration dates (next 30 days) - Newly executed agreements **CRM (if connected):** - Deals moving to stages that require legal involvement - New opportunities flagged for legal review #### Output Format ``` ## Daily Legal Brief -- [Date] ### Urgent / Action Required [Items needing immediate attention, sorted by urgency] ### Contract Pipeline - **Awaiting Your Review**: [count and list] - **Pending Counterparty Response**: [count and list] - **Approaching Deadlines**: [items due this week] ### New Requests [Contract review requests, NDA requests, compliance questions received since last brief] ### Calendar Today [Meetings with legal relevance and what prep is needed] ### Team Activity [Key messages or updates from legal team channels] ### This Week's Deadlines [Upcoming deadlines and filing dates] ### Sources Not Available [Any sources that were not connected or returned errors] ``` --- ### Topic Brief Research and brief on a specific legal question or topic across available sources. #### Workflow 1. Accept the topic query from the user 2. Search across connected sources: - **Documents**: Internal memos, prior analyses, playbooks, precedent - **Email**: Prior communications on the topic - **Chat**: Team discussions about the topic - **CLM**: Related contracts or clauses 3. Synthesize findings into a structured brief #### Output Format ``` ## Topic Brief: [Topic] ### Summary [2-3 sentence executive summary of findings] ### Background [Context and history from internal sources] ### Current State [What the organization's current position or approach is, based on available documents] ### Key Considerations [Important factors, risks, or open questions] ### Internal Precedent [Prior decisions, memos, or positions found in internal sources] ### Gaps [What information is missing or what sources were not available] ### Recommended Next Steps [What the user should do with this information] ``` #### Important Notes - Topic briefs synthesize what is available in connected sources; they do not substitute for formal legal research - If the topic requires current legal authority or case law, recommend the user consult a legal research platform (Westlaw, Lexis, etc.) or outside counsel - Always note the limitations of the sources searched --- ### Incident Brief Rapid briefing for developing situations that require immediate legal attention (data breaches, litigation threats, regulatory inquiries, IP disputes, etc.). #### Workflow 1. Accept the incident topic or description 2. Rapidly scan all connected sources for relevant context: - **Email**: Communications about the incident - **Chat**: Real-time discussions and escalations - **Documents**: Relevant policies, response plans, insurance coverage - **Calendar**: Scheduled response meetings - **CLM**: Affected contracts, indemnification provisions, insurance requirements 3. Compile into an actionable incident brief #### Output Format ``` ## Incident Brief: [Topic] **Prepared**: [timestamp] **Classification**: [severity assessment if determinable] ### Situation Summary [What is known about the incident] ### Timeline [Chronological summary of events based on available sources] ### Immediate Legal Considerations [Regulatory notification requirements, preservation obligations, privilege concerns] ### Relevant Agreements [Contracts, insurance policies, or other agreements that may be implicated] ### Internal Response [What response activity has already occurred based on email/chat] ### Key Contacts [Relevant internal and external contacts identified from sources] ### Recommended Immediate Actions 1. [Most urgent action] 2. [Second priority] 3. [etc.] ### Information Gaps [What is not yet known and needs to be determined] ### Sources Checked [What was searched and what was not available] ``` #### Important Notes for Incident Briefs - Speed matters. Produce the brief quickly with available information rather than waiting for complete information - Flag any litigation hold or preservation obligations immediately - Note privilege considerations (mark the brief as attorney-client privileged / work product if appropriate) - If the incident may involve a data breach, flag applicable notification deadlines (e.g., 72 hours for GDPR) - Recommend outside counsel engagement if the matter is significant ## General Notes - If sources are unavailable, note the gaps prominently so the user knows what was not checked - For daily briefs, learn the user's preferences over time (what they find useful, what they want filtered out) - Briefs should be actionable: every item should have a clear next step or reason for inclusion - Keep briefs concise. Link to source materials rather than reproducing them in full
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.