DOC_INDEX
THEME
DOCS/Use Cases/Use Cases Overview

Use Cases Overview

Eight verified, end-to-end automation workflows - what each demonstrates and where to start

Every workflow in this section is complete, realistic, and verified: each was executed against the released OrchStep binary - happy paths and failure paths - and the outputs printed on the pages are real. Copy any of them and adapt; the structures survive contact with production.

The portfolio

Use casePersonaEngine features it exercises
Release Automationrelease engtransform (semver), real git, approval gates, post-conditions
Environment Promotiondeploy engenv_groups/environments, --env, parallel checks, retry/backoff
Modular Data Pipelinedata engmodule composition, parallel fan-out, with: params, catch/finally
Monorepo CI Gatebuild enggit change detection, JS planning, loop+skip, merge gate
Database Backup DrillDBA / opsreal sqlite, restore drills, retention rotation, alerting
Certificate Expiry Auditsecurity / opsinventory loops, openssl, JS aggregation, tunable policy
Incident Response RunbookSRE / on-callprompts with CLI pre-answers, parallel diagnostics, switch routing
Service Scaffoldingplatformgolden path prompts, guards, language variants, catalog
Blue/Green Rolloutdeploy engstate discovery, pre-flip verification, atomic cutover, auto-rollback
Error Budget ReportSRElog crunching, JS SLO math, runtime-tunable release gate
Compliance-Gated Changegovernancecollect-then-judge policies, evidence bundles, hash-chained audit log

How to choose a starting point

  • Deploying software? Start with Environment Promotion, add the approval and rollback ideas from Release Automation.
  • Building internal tooling? Service Scaffolding and Incident Response show the prompt-driven, human-in-the-loop style.
  • Data or batch work? The Modular Data Pipeline is the composition template; the Backup Drill shows verification discipline.
  • Guarding a codebase? Monorepo CI Gate and Certificate Expiry Audit are both sweep-evaluate-gate shapes you can re-skin in an afternoon.

All eight compose: the scaffolder can emit a deploy workflow per service, the CI gate can call the release pipeline, the runbook can be triggered by the cert audit's alert. Tasks and modules are the composition primitives - see Learn OrchStep for the ground-up path.