Refinement Notes

VerifiedSafe

Documents backlog refinement session outcomes including stories refined, estimates, questions raised, and decisions made. Capture results in real-time and share with absent team members.

Sby Skills Guide Bot
ProductivityBeginner
406/2/2026
Claude CodeCursorWindsurfCopilotCodex
#backlog-refinement#agile#meeting-notes#team-coordination#estimation

Recommended for

Our review

Documents outcomes of backlog refinement sessions including refined stories, estimates, questions raised, and decisions made.

Strengths

  • Structured capture of decisions and open questions
  • Useful for absent team members and project history
  • Ensures blocked stories are clearly flagged
  • Facilitates future sprint planning

Limitations

  • Requires real-time input to be effective
  • Can become outdated if stories are re-refined
  • Depends on team discipline to keep updated
When to use it

During or after a refinement session to capture results and share with the team, especially those who missed it.

When not to use it

For detailed daily task tracking, use a dedicated project management tool instead.

Security analysis

Safe
Quality score88/100

No execution commands, external data fetching, or destructive operations are instructed. The skill is purely a documentation template and guidance for writing refinement notes.

No concerns found

Examples

Capture refinement session outcomes
Create refinement notes for our backlog grooming session held today. Attendees: Alice, Bob, Charlie. Duration: 1 hour. Stories discussed: US-101 (estimated 5 points, ready for sprint), US-102 (deferred, needs more research). Questions: 'What is the expected response time for the API endpoint?' – assigned to Bob, due by Friday. Decisions: We agreed to use REST instead of GraphQL for the new module. Blockers: US-103 cannot proceed until UX mockups are approved (owner: Charlie).
Share refined backlog context with absent teammate
I missed today's refinement session. Can you generate a summary from these notes? Date: 2025-03-25. Stories refined: US-201 (8 points, accepted), US-202 (split into two stories). Questions: 'What database to use for analytics?' – owner: Dev team, due next Tuesday. Decisions: Sprint length stays at 2 weeks. Action items: Alice to update the architecture diagram.
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->

name: refinement-notes description: Documents backlog refinement session outcomes including stories refined, estimates, questions raised, and decisions made. Use during or after refinement to capture the results and share with absent team members. license: Apache-2.0 metadata: category: coordination frameworks: [triple-diamond, lean-startup, design-thinking] author: product-on-purpose version: "1.0.0"

Refinement Notes

Refinement notes capture the outcomes of backlog refinement (grooming) sessions—what was discussed, what was estimated, and what decisions were made. They serve as a quick reference for team members who missed the session and a historical record of how stories evolved from idea to ready-for-sprint.

When to Use

  • During refinement sessions to capture decisions in real-time
  • After refinement to share outcomes with absent team members
  • When onboarding new team members to explain backlog context
  • Before sprint planning to review what's been refined
  • When stories need re-refinement due to time elapsed

Instructions

When asked to document refinement notes, follow these steps:

  1. Record Session Metadata Note the date, attendees, and duration. This helps track who was part of decisions and when discussions happened.

  2. List Stories Discussed For each story, capture the outcome: estimated points, refined status, key discussion points, and any modifications made to the original scope.

  3. Document Questions Raised Questions that couldn't be answered in the session need owners and due dates. Don't let them disappear—they often block sprint planning.

  4. Capture Decisions Made Record any scope decisions, technical approaches agreed upon, or priority changes. These decisions are valuable context that gets lost without documentation.

  5. Note Action Items Any follow-up work needed before stories are sprint-ready: mockups to create, technical spikes to run, stakeholders to consult.

  6. Flag Blocked Stories Clearly identify stories that can't proceed until blockers are resolved. Include what the blocker is and who owns resolution.

  7. Plan Next Session Note what should be refined next and any preparation needed.

Output Format

Use the template in references/TEMPLATE.md to structure the output.

Quality Checklist

Before finalizing, verify:

  • [ ] All discussed stories have outcomes recorded
  • [ ] Open questions have owners assigned
  • [ ] Decisions are captured with enough context
  • [ ] Blocked stories are clearly flagged
  • [ ] Notes are understandable to someone who wasn't there

Examples

See references/EXAMPLE.md for a completed example.

Related skills