Use Cases
Take a look at some common use cases with examples.
Runbooks are meant to solve most of the use cases that involve improving and modifying an existing codebase, but not everything is worth using Runbooks for.
When to use Runbooks
Runbooks are great for most well defined or well scoped tasks. It is meant to absorb business context and get smarter over time. Some examples include:
When not to use Runbooks
Runbooks are not great for brainstorming ideas or working on greenfield projects. If requires a lot of back-and-forth with your agents, you might be better off using Claude code or similar coding tools in your terminal.
Creating templates
When you use Runbooks for a specific use case that occurs often (e.g. a bug fix or a flaky test resolution), create templates. Template can be created from any new or existing Runbook. These are great ways to share your process with the team and enhance collective development.
Getting Started
Choose a simple feature: Start with a well-defined, isolated feature
Write clear requirements: Provide detailed specifications and examples
Review and refine: Work with Runbooks to refine the implementation plan
Execute step by step: Run the implementation in stages with review points
Learn and iterate: Use the experience to improve future automation
Last updated
Was this helpful?
