Skip to content

Instantly share code, notes, and snippets.

@afomi
Created January 6, 2015 05:40
Show Gist options
  • Save afomi/c6c3534b735d6f2eca53 to your computer and use it in GitHub Desktop.
Save afomi/c6c3534b735d6f2eca53 to your computer and use it in GitHub Desktop.
Graphviz: From Sales Leads and Product Strategy through Code Delivery in Agile Scrum Cycles
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
crm_salesforce -> backlog
backlog -> pivotal_trello_jira
roadmap -> backlog
backlog -> epics
epics -> stories
backlog -> features
backlog -> chores
backlog -> sprint
sprint -> review
review -> retrospective
retrospective -> grooming
grooming -> standup
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment