GitScrum / Docs
Todas as Boas Práticas

Rastreamento de Sprint Goals | GitScrum

Defina e rastreie sprint goals usando GitScrum. Alinhe trabalho da equipe com objetivos claros e meça sucesso do sprint.

4 min de leitura

How to use GitScrum for sprint goal tracking?

Track sprint goals in GitScrum by documenting the goal in NoteVault, linking related tasks, and reviewing progress in Team Standup. The sprint goal provides focus beyond individual tasks—it's the "why" of the sprint. Teams with clear sprint goals are 35% more likely to deliver value [Source: Scrum Research 2024].

Sprint goal workflow:

  • Define goal - Sprint planning
  • Document - NoteVault record
  • Link tasks - Related work
  • Daily check - Team Standup
  • Mid-sprint - Progress check
  • Review - Sprint review
  • Retrospective - Learn from it
  • Good vs bad sprint goals

    Good GoalBad Goal
    "Users can complete checkout""Finish checkout tasks"
    "Reduce API latency by 50%""Work on performance"
    "Launch beta to 100 users""Do beta tasks"
    Outcome-focusedTask-focused
    MeasurableVague

    Sprint goal components

    ComponentDescription
    OutcomeWhat users/business gains
    ScopeWhat's included
    MeasureHow to verify
    ValueWhy it matters

    NoteVault sprint documentation

    SectionContent
    Sprint goalClear statement
    Success criteriaHow to measure
    Key tasksMain work items
    RisksWhat might block
    NotesUpdates during sprint

    Goal-aligned task labels

    LabelPurpose
    sprint-XSprint identifier
    goal-relatedSupports sprint goal
    stretchNice to have
    carry-overFrom previous sprint

    Daily goal check (Team Standup)

    QuestionPurpose
    "Are we on track for the goal?"Progress check
    "Any blockers to the goal?"Remove impediments
    "Do we need to adjust?"Flexibility

    Mid-sprint checkpoint

    CheckAction
    On trackContinue
    At riskDiscuss trade-offs
    BlockedEscalate
    AheadConsider stretch

    Goal and scope changes

    ScenarioResponse
    New urgent workProtect goal, trade scope
    Blocker foundRemove or adjust goal
    Ahead of scheduleAdd stretch
    Behind scheduleReduce scope, keep goal

    Sprint review goal assessment

    StatusMeaning
    AchievedGoal met, value delivered
    Partially achievedSome value, lessons learned
    Not achievedAnalyze why, no blame

    Goal achievement factors

    FactorImpact
    Clear goalTeam alignment
    Right scopeAchievable
    No distractionsFocus
    Blocker removalSmooth progress
    Team commitmentOwnership

    Sprint goal documentation template

    # Sprint [N] - [dates]
    
    ## Sprint Goal
    [One sentence outcome]
    
    ## Success Criteria
    - [ ] Criterion 1
    - [ ] Criterion 2
    - [ ] Criterion 3
    
    ## Key Tasks
    - Task 1 [link]
    - Task 2 [link]
    
    ## Progress Notes
    - Day 3: On track
    - Day 5: Blocker found, resolved
    - Day 10: Goal achieved
    
    ## Sprint Review
    Outcome: [Achieved/Partial/Not achieved]
    Notes: [learnings]
    

    Common sprint goal mistakes

    MistakeBetter Approach
    No goalAlways have one
    Multiple goalsOne focused goal
    Task list as goalOutcome focus
    UnchangeableFlexibility within reason
    Never reviewedDaily check-in

    Related articles