Playbooks
Learn how to create, manage, and use playbooks for standardized incident response procedures
Playbooks
Playbooks are structured, versioned Standard Operating Procedures (SOPs) that define how your organization responds to specific incident scenarios. They provide a consistent, repeatable approach to incident management.
What are Playbooks?
A playbook is a collection of scenarios, each containing a checklist of tasks that should be completed during an incident. Playbooks help ensure:
- Consistency - Every incident is handled the same way
- Compliance - Tasks are mapped to regulatory requirements
- Training - New team members learn correct procedures
- Accountability - Track who completed what and when
Playbook Structure
Playbook
├── Version 1
│ ├── Scenario: Database Outage
│ │ ├── Task: Verify backup status
│ │ ├── Task: Notify stakeholders
│ │ └── Task: Begin recovery procedures
│ └── Scenario: Network Failure
│ ├── Task: Isolate affected systems
│ └── Task: Engage network team
└── Version 2
└── (Updated scenarios and tasks)Creating a Playbook
Step 1: Navigate to Playbooks
Click Playbooks in the sidebar to view your organization's playbooks.
Step 2: Create New Playbook
Click + New Playbook to start creating a playbook. You have three options:
Option A: Create Manually
Build your playbook from scratch:
- Enter playbook name and description
- Add scenarios for different incident types
- Add tasks to each scenario
- Save as Version 1
Option B: Import from PDF
Upload an existing SOP document:
- Click Import from PDF
- Select a PDF file containing your procedures
- AI will parse the document and extract:
- Playbook name and description
- Scenarios with titles and descriptions
- Individual tasks with success criteria
- Compliance framework requirements (if detected)
- Review and edit the parsed content
- Save the playbook
Tip: PDFs with clear headings and numbered lists produce better results.
Option C: Import from Integration
Import from connected document sources:
- Click Import from Integration
- Select the integration (Google Docs, Confluence, Notion, SharePoint)
- Choose the document to import
- AI will parse and structure the content
- Review and save
Managing Scenarios
Adding Scenarios
Each playbook contains one or more scenarios representing different incident types:
- Click + Add Scenario within a playbook
- Enter scenario title (e.g., "Production Database Outage")
- Add optional description
- Add tasks to the scenario
Editing Scenarios
- Open the playbook detail page
- Click on a scenario to expand it
- Edit title, description, or tasks inline
- Click Save to save changes
Removing Scenarios
- Click the trash icon next to the scenario
- Confirm deletion
- Save the playbook
Warning: Removing scenarios may affect simulation references. Consider archiving the playbook instead.
Managing Tasks
Task Properties
Each task has the following properties:
| Property | Description | Required |
|---|---|---|
| Text | The task description | Yes |
| Success Criteria | Observable outcomes confirming completion | No |
| SLA | Time target for completion (e.g., "15m", "2h", "1d") | No |
| Compliance Tags | Links to compliance framework requirements | No |
Adding Tasks
- Click + Add Task within a scenario
- Enter task text (what needs to be done)
- Optionally add:
- Success criteria (how to verify completion)
- SLA target (time limit)
- Compliance tags (regulatory mappings)
Task Best Practices
- Be Specific: "Notify security team via Slack #security-incidents" is better than "Notify team"
- Define Success: Include measurable success criteria when possible
- Set Realistic SLAs: Base time targets on actual performance data
- Map Compliance: Tag tasks that satisfy regulatory requirements
Compliance Framework Requirements
Playbook tasks can be tagged with compliance framework requirements to track regulatory coverage during incidents and simulations.
What are Compliance Tags?
Compliance tags link playbook tasks to specific requirements from compliance frameworks (e.g., GDPR Article 33, SOC 2 CC7.4, ISO 27001 A.16.1.5). When tasks are completed during an incident or simulation, Tectra automatically tracks which compliance requirements have been satisfied.
Setting Up Compliance Frameworks
Before adding compliance tags to playbook tasks, you need to create compliance frameworks:
- Navigate to Compliance in the sidebar
- Click + New Framework
- Enter framework name (e.g., "GDPR", "SOC 2 Type II")
- Add requirements with:
- Requirement ID (e.g., "Art. 33", "CC7.4")
- Requirement Name (e.g., "Breach Notification")
- Description (optional)
- Save the framework
Adding Compliance Tags to Tasks
Once frameworks are configured:
- Edit a playbook task
- Click Add Compliance Requirement
- Select a framework from the dropdown
- Select the specific requirement
- The tag will display as:
[Framework] - Requirement Name - ID
Example Tags:
[GDPR] - Breach Notification - Art. 33[SOC 2] - Incident Response - CC7.4[ISO 27001] - Information Security Incident Management - A.16.1.5
Viewing Compliance Tags
Compliance tags appear as chips on tasks in:
- Playbook detail view (read-only mode)
- Playbook edit mode
- Incident playbook scenarios
- Simulation reports
Compliance Coverage in Simulations
When running simulations with playbook scenarios:
- Tasks completed during the simulation are tracked
- Compliance tags on completed tasks are aggregated
- The simulation report shows:
- Compliance Coverage: Percentage of framework requirements met
- Evidence: Which tasks satisfied which requirements
- Gaps: Requirements not covered by completed tasks
Important: If you're not seeing compliance coverage in simulation reports, ensure your playbook tasks have compliance tags assigned. See Troubleshooting for details.
Playbook Versioning
Why Version Playbooks?
Versioning allows you to:
- Track Changes - See how procedures evolved over time
- Maintain History - Keep audit trail of previous versions
- Preserve References - Incidents linked to old versions remain valid
Creating a New Version
When editing a playbook, you can:
- Save New Version - Creates a new version number (v1 → v2)
- Overwrite Current Version - Updates the current version in place
Recommendation: Use "Save New Version" for significant changes. Use "Overwrite" for minor fixes.
Version Numbering
- Versions are numbered sequentially: v1, v2, v3...
- Each version has a name (e.g., "Initial Release", "Q1 2025 Update")
- All versions are preserved for audit purposes
Viewing Version History
- Open playbook detail page
- Click the version dropdown
- Select a version to view its content
- Compare versions to see changes
Linking Playbooks to Incidents
Manual Linking
During an incident:
- Open the incident detail page
- Click Link Playbook
- Select a playbook and version
- Choose specific scenarios to link
- Tasks from linked scenarios appear in the incident
Automatic Linking via Workflows
Configure workflows to automatically link playbooks:
- Create a workflow triggered by incident creation
- Add a "Link Playbook" action
- Configure which playbook/scenario to link based on incident type
Task Completion Tracking
Once linked, tasks can be:
- Completed Manually - Team member marks task done
- Completed by Workflow - Automation marks task done
- Tracked for SLA - System monitors completion time vs. target
Using Playbooks in Simulations
Playbooks are essential for simulation war room drills. When you link playbook scenarios to a simulation:
- AI Context - The playbook content helps AI generate realistic meeting transcripts
- Task Tracking - Simulation tracks which playbook tasks would be completed
- Compliance Measurement - Reports show compliance framework coverage
- Gap Analysis - Identify which tasks/requirements weren't addressed
Best Practices for Simulation Playbooks
- Tag Compliance Requirements - Ensure tasks have compliance tags for coverage tracking
- Set Realistic SLAs - Help measure simulated response times
- Include Success Criteria - AI uses these for evaluation
- Keep Updated - Re-run simulations after playbook changes
Archiving Playbooks
When to Archive
Archive playbooks that are:
- No longer in use
- Replaced by newer playbooks
- Related to deprecated systems
How to Archive
- Open playbook detail page
- Click Archive
- Confirm archival
Effects of Archiving
- Playbook no longer appears in active lists
- Existing incident references remain valid
- Cannot create new links to archived playbooks
- Can be unarchived if needed later
Viewing Archived Playbooks
- Navigate to Playbooks
- Click Archived tab
- View or unarchive playbooks as needed
Importing from AI-Parsed Documents
PDF Parsing
When importing from PDF:
- Upload your PDF document
- AI analyzes the content and extracts:
- Document title → Playbook name
- Section headings → Scenario titles
- Numbered lists → Task text
- Compliance mentions → Compliance tags (when frameworks match)
- Review the parsed structure
- Edit any incorrectly parsed content
- Save the playbook
Best Results: Use PDFs with clear structure, headings, and numbered task lists.
Integration Parsing
When importing from connected documents:
- Select the source integration
- Choose the document
- AI parses content similar to PDF import
- Review and save
Supported Integrations:
- Google Docs
- Confluence
- Notion
- SharePoint
Troubleshooting
Playbook Not Appearing in Incident
Problem: Can't find playbook when linking to incident
Solutions:
- Ensure playbook is not archived
- Verify you have permission to view playbooks
- Check that playbook has at least one scenario
Tasks Not Being Tracked
Problem: Playbook tasks show 0% completion during incident
Solutions:
- Ensure playbook scenarios are properly linked (not just the playbook)
- Verify tasks exist in the linked scenario
- Check incident permissions allow task updates
Compliance Requirements Not Showing in Simulation Reports
Problem: Simulation report shows 0% compliance coverage even though playbooks are linked
Solutions:
- Add Compliance Tags to Tasks: Navigate to Playbooks, edit your playbook, and add compliance requirements to individual tasks
- Verify Frameworks Exist: Ensure compliance frameworks are created in the Compliance section
- Re-link Playbooks: If you added tags after creating the simulation scenario, re-select the playbook scenarios
- Check Task Completion: Only completed tasks contribute to compliance coverage
Common Mistake: Linking a playbook without adding compliance tags to its tasks. The compliance coverage feature requires explicit task-to-requirement mappings.
PDF Import Produces Poor Results
Problem: AI-parsed playbook doesn't match source document
Solutions:
- Use PDFs with clear headings and structure
- Ensure numbered/bulleted lists for tasks
- Avoid complex multi-column layouts
- Try importing smaller sections separately
FAQ
Q: Can I have multiple versions of the same playbook?
A: Yes! Playbook versioning allows you to maintain multiple versions. Each version is preserved for audit purposes and linked incidents remain valid.
Q: Do compliance tags sync with external compliance tools?
A: Currently, compliance frameworks are managed within Tectra. Export options are available for integration with external GRC tools.
Q: Can different teams have different playbooks?
A: Playbooks are organization-wide, but you can create team-specific scenarios within playbooks or use naming conventions to organize by team.
Q: What happens to linked incidents when I update a playbook?
A: Existing incident links reference a frozen copy of the playbook at link time. Updating the playbook doesn't affect previously linked incidents.
Q: How do I know which compliance requirements are covered?
A: View the Compliance section to see frameworks and their requirements. Run simulations with linked playbooks to generate coverage reports showing which requirements were satisfied.
Next Steps
- Create Your First Playbook - Start with a simple incident type
- Add Compliance Tags - Map tasks to regulatory requirements
- Run a Simulation - Test your playbook in a war room drill
- Review Coverage Reports - Identify gaps in compliance coverage
Need help? Contact support@tectra.ai or visit our support page.