Skip to content

Wiki — write 'Forking the playbook' guide for SOC analysts #40

Description

@Juwon1405

Goal

The dart-playbook wiki page documents v2 well, but SOC analysts who
want to fork v2 for their environment need a step-by-step guide.

Proposed content

Forking-the-playbook (Wiki page)
================================

1. When to fork
   - Your case class is not covered by v2
   - Your environment has unique contradiction patterns
   - Your team has specific TTPs they want prioritized

2. Step-by-step
   - cp senior-analyst-v2.yaml my-team-v1.yaml
   - Update target_case_classes
   - Review every next_call_decisions rule for relevance
   - Add team-specific contradiction_triggers
   - Test in deterministic mode first (no API key needed)
   - Promote to live mode only after deterministic passes

3. What you cannot change (architectural guarantees)
   - The MCP function surface (60 functions: 35 native + 25 SIFT adapters, no expansion)
   - The audit chain requirement
   - The contradiction enforcement
   - The path safety boundary
   - The serializer's audit_id citation requirement

4. Real-world fork examples
   - Healthcare: HIPAA-conscious additions
   - Financial: PCI-DSS additions
   - Critical infrastructure: ICS/OT additions

Acceptance

  • New wiki page Forking-the-playbook created
  • Linked from sidebar under Project section
  • Linked from dart-playbook wiki page
  • At least 2 worked fork examples

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:docsArea: documentation / wikiarea:playbookArea: dart-playbook (YAML rules)post-sansDefer until after SANS submission (Jun 15)status:todoNot yet started

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions