Software Story Management
  • Introduction
  • Concepts
  • Story Delivery Process
  • Discovery
  • Analysis
  • Estimate
  • Proposal
  • Contract
  • Kickoff
  • Task Review
  • Prioritization
  • Ready
  • Development
  • Review
  • Validation
  • Release
  • Retrospective
  • Monitor
  • Controls
  • Story Delivery Management
  • Story Teller
Powered by GitBook
On this page
  • Pre-Stage
  • Stage Entry Requirement
  • Stage Workflow
  • Stage Exit Requirement
  • Post-Stage

Was this helpful?

Development

Pre-Stage

Ready

Stage Entry Requirement

  • Stories in stage does not exceed WIP

Stage Workflow

  • Pull Story Card from Ready Stage

  • Create Story Branch

  • Complete Work

  • Validate Work

    • Unit tests

    • Code analysis

    • Security analysis

  • Commit

  • Pull Request

  • Story Review - this may need to be a separate stage because this can easily become a bottleneck in the process.

    • Review story definition

    • Unit tests results

    • Code analysis results

    • Security analysis results

    • Code review

  • Merge Story Branch to Main

  • Delete Story Branch

Stage Exit Requirement

  • Story passes Story Review

  • Story merges successfully

Post-Stage

Validation/Functional Test

PreviousReadyNextReview

Last updated 5 years ago

Was this helpful?