Skip to content

Instantly share code, notes, and snippets.

@ayr-ton
Created August 19, 2021 01:34
Show Gist options
  • Save ayr-ton/10d2fa019e3b987314115b57551ebe07 to your computer and use it in GitHub Desktop.
Save ayr-ton/10d2fa019e3b987314115b57551ebe07 to your computer and use it in GitHub Desktop.
Agile Snippets

Agile Snippets

Jira

bug

{panel:title = *Business Context*}
Xxx
{panel} 

{panel:title = *Steps to Reproduce*}
Xxx
{panel}

{panel:title = *Current behavior*}
Xxx
{panel}

{panel:title = *Expected behavior*}
Xxx
{panel}

epic

{panel:title = *Strategic Bet (Theme) related - 
Why are we doing this?*}

We believe that  [doing this/building this feature/creating this experience]
For [these people/personas]	  
Will achieve [this outcome].
We will know this is true when we see [this market feedback, quantitative measure,	  or qualitative insight].
{panel}

{panel:title = *Success metrics*}

Xx [metric - e.g.: visits per week, % signups]
{panel}

spike

{panel:title = *Challenge*}
Xxx
{panel}

{panel:title = *Question / Hypothesis*}
Xxx
{panel}

{panel:title = *Findings*}
Xxx
{panel}

{panel:title = *Recommendations*}
Xxx
{panel}

{panel:title = *Other references*}
Xxx
{panel}

story

{panel:title= *User Story*}
As a ...
I want ...
so that …
{panel}

{panel:title= *Business Context*}
Xxx
{panel}

{panel:title = *Scope*}
Xxx
{panel}

{panel:title = *Out of Scope*}
* xxx
* xxx
{panel}

{panel:title = *Acceptance Criteria*}
||#||Given||When||Then||
|1|x |x |x |
|2|x |x |x |
|3|x |x |x |
{panel}

techtask

{panel:title = *Challenge/Context*}
Xxx
{panel}

{panel:title = *Scope*}
* xxx
* xxx
{panel}

{panel:title = *Out of Scope*}
* xxx
* xxx
{panel}

{panel:title = *Acceptance Criteria*}
||#||Given||When||Then||
|1|x |x |x |
|2|x |x |x |
|3|x |x |x |
{panel}

GitHub/Gitlab

bug

# Business Context


## Steps to Reproduce
- 

## Current behavior

## Expected behavior


epic

# Strategic Bet (Theme) related 
Why are we doing this?

    We believe that  [doing this/building this feature/creating this experience]
    For [these people/personas]	  
    Will achieve [this outcome].
    We will know this is true when we see [this market feedback, quantitative measure, or qualitative insight].

## Success metrics

[metric - e.g.: visits per week, % signups]

spike

# Challenge


## Question / Hypothesis

## Findings

## Recommendations

## Other references

story

# User Story

    As a ...
    I want ...
    so that ...

## Business Context


## Scope


## Out of Scope
- 
- 

## Acceptance Criteria
|#| Given        | When           | Then   |
|-|------------- |:-------------: | -----: |
|1| x            | x              | x      |
|2| x            | x              | x      |
|3| x            | x              | x      |

techtask

# Scope


## Out of Scope
- 
- 

## Acceptance Criteria
|#| Given        | When           | Then   |
|-|------------- |:-------------: | -----: |
|1| x            | x              | x      |
|2| x            | x              | x      |
|3| x            | x              | x      |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment