Skip to content
Skillv1.0.0

sprint-retrospective

Facilitate effective sprint retrospectives for continuous team improvement. Use when conducting team retrospectives, identifying improvements, or fostering team collaboration. Handles retrospective fo

by aiskillstore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from aiskillstore/marketplace (skills/supercent-io/sprint-retrospective/SKILL.md). Install upstream with npx skills add aiskillstore/marketplace --skill sprint-retrospective. Copyright stays with the author.

Sprint Retrospective

When to use this skill

  • End of sprint: at the end of each sprint
  • Project milestone: after major releases
  • Team issues: when an immediate retrospective is needed

Instructions

Step 1: Start-Stop-Continue

## Retrospective Template: Start-Stop-Continue

### START (Start doing)
- Make daily standups shorter (within 5 minutes)
- Use a code review checklist
- Introduce pair programming

### STOP (Stop doing)
- Deploying on Friday afternoons (rollback risk)
- Overusing emergency meetings
- Adding features without documentation

### CONTINUE (Keep doing)
- Weekly tech sharing session
- Automated tests
- Transparent communication

### Action Items
1. [ ] Change standup time from 9:00 → 9:30 (Team Lead)
2. [ ] Write a code review checklist document (Developer A)
3. [ ] Announce the "no Friday deployments" rule (Team Lead)

Step 2: Mad-Sad-Glad

## Retrospective: Mad-Sad-Glad

### MAD (What made us mad)
- Urgent bugs after deployment (twice)
- Requirements changed frequently
- Unstable test environment

### SAD (What we wished went better)
- Not enough time for code reviews
- Documentation lagged behind
- Accumulating tech debt

### GLAD (What made us glad)
- New team members onboarded quickly
- CI/CD pipeline stabilized
- Positive customer feedback

### Action Items
- Strengthen the deployment checklist
- Improve the requirements change process
- Reserve documentation time every Friday

Step 3: 4Ls (Liked-Learned-Lacked-Longed For)

## Retrospective: 4Ls

### LIKED (What we liked)
- Great teamwork
- Successfully adopted a new tech stack

### LEARNED (What we learned)
- Standardize the local environment with Docker Compose
- Improve server state management with React Query

### LACKED (What we lacked)
- Performance testing
- Mobile support

### LONGED FOR (What we longed for)
- Better developer tools
- External training opportunities

### Action Items
- Automatically measure performance by introducing Lighthouse CI
- Write responsive design guidelines

Output format

Retrospective document

# Sprint [N] Retrospective
**Date**: 2025-01-15
**Participants**: Team Member A, B, C, D
**Format**: Start-Stop-Continue

## What Went Well
- Completed all stories (Velocity: 25 points)
- 0 bugs
- Great team morale

## What Didn't Go Well
- Tech spike took longer than expected
- Rework due to design changes

## Action Items
1. [ ] Assign tech spikes to a dedicated sprint (Team Lead, ~01/20)
2. [ ] Introduce a pre-review process for designs (Designer, ~01/18)
3. [ ] Share the velocity chart (Scrum Master, weekly)

## Key Metrics
- Velocity: 25 points
- Bugs Found: 0
- Sprint Goal Achievement: 100%

Constraints

Required Rules (MUST)

  1. Safe Space: a blame-free environment
  2. Action Items: must be specific and actionable
  3. Follow-up: check progress in the next retrospective

Prohibited (MUST NOT)

  1. Personal attacks: improve the process, not the person
  2. Too many actions: limit to 2-3

Best practices

  1. Time-box: within 1 hour
  2. Rotate Facilitator: team members take turns facilitating
  3. Celebrate Wins: celebrate successes too

References

Metadata

Version

  • Current version: 1.0.0
  • Last updated: 2025-01-01
  • Supported platforms: Claude, ChatGPT, Gemini

Tags

#retrospective #agile #scrum #team-improvement #project-management

Examples

Example 1: Basic usage

Example 2: Advanced usage

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/aiskillstore-marketplace-sprint-retrospective/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

aiskillstore-marketplace-sprint-retrospective.ocm.jsonjson
{
  "ocm": "1",
  "id": "aiskillstore-marketplace-sprint-retrospective",
  "kind": "skill",
  "name": "sprint-retrospective",
  "description": "Facilitate effective sprint retrospectives for continuous team improvement. Use when conducting team retrospectives, identifying improvements, or fostering team collaboration. Handles retrospective formats, action items, and facilitation techniques.",
  "publisher": "aiskillstore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "retrospective",
      "agile",
      "scrum",
      "team-improvement",
      "facilitation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Facilitate effective sprint retrospectives for continuous team improvement. Use when conducting team retrospectives, identifying improvements, or fostering team collaboration. Handles retrospective formats, action items, and facilitation techniques."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/aiskillstore/marketplace",
      "path": "skills/supercent-io/sprint-retrospective/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/aiskillstore/marketplace/blob/HEAD/skills/supercent-io/sprint-retrospective/SKILL.md",
      "key": "aiskillstore/marketplace/skills/supercent-io/sprint-retrospective/SKILL.md"
    }
  },
  "instructions": "# Sprint Retrospective\n\n\n## When to use this skill\n\n- **End of sprint**: at the end of each sprint\n- **Project milestone**: after major releases\n- **Team issues**: when an immediate retrospective is needed\n\n## Instructions\n\n### Step 1: Start-Stop-Continue\n\n```markdown\n## Retrospective Template: Start-Stop-Continue\n\n### START (Start doing)\n- Make daily standups shorter (within 5 minutes)\n- Use a code review checklist\n- Introduce pair programming\n\n### STOP (Stop doing)\n- Deploying on Friday afternoons (rollback risk)\n- Overusing emergency meetings\n- Adding features without documentation\n\n### CON",
  "cost": {
    "context_tokens": 945
  }
}

Fetch it by URL: GET /api/v1/registry/aiskillstore-marketplace-sprint-retrospective/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.