What are Playbooks?
Playbooks are pre-configured workflows that combine multiple steps, agents, and actions to automate complex software development tasks. They’re designed to be imported, customized, and deployed quickly.Why Use Playbooks?
Playbooks save you time and reduce errors by providing battle-tested automation patterns:- 🚀 Get started in minutes — Import workflows instead of building from scratch
- 🎯 Proven patterns — Workflows tested and refined by real teams
- 🔧 Easy customization — Adapt prompts and steps to match your codebase
- 📚 Learn by example — Study patterns to build your own workflows
Browse Available Playbooks
The Overcut Playbooks repository contains workflows organized by category:Planning & Requirements
- Requirements Document Generation — Automatically generates comprehensive requirements documents from feature requests with codebase analysis and iterative review
- Technical Design Proposal — Generate detailed technical design documents from requirements, helping teams align before implementation
Development & Implementation
- Create PR from Design — Automatically creates implementation pull requests from approved design documents with phased implementation, real-time progress tracking, and comprehensive testing
Code Quality & Review
- Code Review — Automated comprehensive code review with inline comments and suggestions
- Fix Review Comments — Automatically addresses code review feedback with structured implementation plans and real-time progress tracking
- Auto PR Description — Automatically generates and updates pull request descriptions based on code changes, commits, and related issues
- Auto Root Cause Analysis — Automatically analyze bugs and suggest fixes when issues are labeled
- Auto Changelog Reminder — Reminds developers to update changelog on PRs
- Auto Docs Update on Merge — Automatically updates documentation when PRs are merged
- Implement Documentation from Issue — Automatically implements documentation updates based on issues, analyzing product PRs and creating documentation pull requests
Security
- Remediate CVEs — Analyzes CVEs with context-aware risk assessment, evaluates multiple remediation strategies with trade-offs, and creates comprehensive implementation plans
Collaboration
- Automated Ticket Triage — Automatically categorize and prioritize new issues, helping teams focus on high-impact work
Migration & Refactoring
- Migration Package — Complete multi-workflow system for migrating code between architectures or frameworks
How to Use Playbooks
Step 1: Choose a Playbook
Browse the playbooks repository and find a workflow that matches your needs. Each playbook folder contains:workflow.json— The workflow definition you’ll importREADME.md— Complete documentation and usage guide- Step prompt files — Editable instructions for each workflow step
Step 2: Import to Overcut
Download the workflow file
Navigate to the playbook folder in the repository and download the
workflow.json file.Step 3: Customize for Your Team
Each playbook includes editable prompt files that you can modify to match your codebase conventions, coding standards, and team preferences.Create & Customize with AI
The playbook repository isn’t just a library — it’s an AI-powered workspace. It ships with built-in skills and rules for popular AI coding tools (Claude Code, Cursor, Codex, Gemini), so you can clone it and use your preferred agent to create new workflows or customize existing ones.- “Create a new playbook that runs security checks when a PR is opened”
- “Modify the code-review playbook to add a linting step”
- “Explain how the create-pr-from-design playbook works”
Customizing Playbooks
Understanding Playbook Structure
Each playbook folder contains:Editing Prompts
Prompt filenames match step IDs inworkflow.json, enabling AI-assisted updates:
- Edit the markdown file for the step you want to change
- Use AI to update the
workflow.jsonfile to match your changes - Re-import the updated workflow into Overcut
Special Agents
Some workflows require specialized agents with domain-specific expertise. When a playbook needs agents like “Security Engineer” or “Database Architect”, you’ll find configuration instructions in thespecial-agents/ folder.
Best Practices
Start Simple
Begin with a single playbook that addresses your most immediate need. Once you’re comfortable with the workflow, expand to additional playbooks.Customize Gradually
Import the playbook as-is first, test it, then customize prompts to match your team’s style. This helps you understand the workflow before making changes.Monitor and Iterate
Track how playbooks perform in your environment. Adjust prompts based on what works and what doesn’t. Each team’s codebase and culture is unique.Combine Playbooks
Many playbooks work well together. For example:- Requirements Document Generation → Technical Design Proposal → Create PR from Design
- Auto Root Cause Analysis → Fix Review Comments (when fixes are needed)
Next Steps
- Create & Edit Workflows — Build workflows visually or use your AI coding agent with the playbook repo
- Browse Playbooks Repository — Explore all available workflows and their READMEs
- Import & Export Use Cases — Detailed guide for importing workflows into Overcut
- Agent Differences — Understand when to use different agent action types
- Workflow Execution Control — Configure priorities and execution settings
Contributing
Found a playbook that works great for your team? Consider contributing improvements back to the community! The playbooks repository welcomes:- New playbooks for common workflows
- Improvements to existing playbooks
- Better prompts and documentation
- Bug fixes and edge case handling