Skip to content

Instantly share code, notes, and snippets.

@jpbruckler
Created May 26, 2022 21:14
Show Gist options
  • Save jpbruckler/e3fae089aa7e41ecc8f34ae40506b9fb to your computer and use it in GitHub Desktop.
Save jpbruckler/e3fae089aa7e41ecc8f34ae40506b9fb to your computer and use it in GitHub Desktop.

flowchart TD %% Card Types ABI((Issue Card)) ABT{{Task Cards}} ABP{{Problem Card}} subgraph B1[Epic and Sprint] ABE{{Epic}} ABS{{Sprint}} ABE --> ABS end subgraph N1[Normal Work] PS([Process]) PB([Problem]) IM([Improvement]) AU([Automation]) end S{Start} --> D0{Normal\nor\nComplex\nWork?} D0 -->|Normal| N1 D0 -->|Complex|MI PS & PB & IM & AU --> D1{Major or\nLong-Term\nwork Effort?} MI[[A3 Metric Item]] --> B1 ABS --> ABI D1 -->|Yes| B1 D1 -->|No| ABI ABI --> ABT ABT --> WK[(Do Work)] WK -->D2{Problem/Gap\nEncountered?} D2 -->|Y| ABP D2 -->|N| CM>Complete Work\nClose-out Issues & Tasks] ABP --> D1 CM -->D{Done}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment