Back to skills
SkillHub ClubShip Full StackFull Stack

retro

Start-Stop-Continue retrospective identifying what to Start doing, Stop doing, and Continue doing. Use for sprint retros, personal reflection, team process reviews, or habit audits.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
50
Hot score
91
Updated
March 20, 2026
Overall rating
C2.3
Composite score
2.3
Best-practice grade
A92.4

Install command

npx @skill-hub/cli install neurofoo-agent-skills-retro

Repository

neurofoo/agent-skills

Skill path: retro

Start-Stop-Continue retrospective identifying what to Start doing, Stop doing, and Continue doing. Use for sprint retros, personal reflection, team process reviews, or habit audits.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: neurofoo.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install retro into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/neurofoo/agent-skills before adding retro to shared team environments
  • Use retro for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: retro
description: Start-Stop-Continue retrospective identifying what to Start doing, Stop doing, and Continue doing. Use for sprint retros, personal reflection, team process reviews, or habit audits.
user-invocable: true
---

# Start-Stop-Continue Retrospective

Run a focused retrospective identifying what to Start, Stop, and Continue.

## Instructions

Analyze the subject (project, period, process) and generate specific, actionable items for each category. Focus on behaviors and practices, not people.

### Output Format

**Subject**: What period or topic are we reflecting on?
**Timeframe**: What period does this cover?

---

## START
*New practices or behaviors to begin*

| What to Start | Why | Owner | When |
|--------------|-----|-------|------|
| [Specific action] | [Benefit expected] | [Who] | [Start date] |
| [Specific action] | [Benefit expected] | [Who] | [Start date] |
| [Specific action] | [Benefit expected] | [Who] | [Start date] |

---

## STOP
*Current practices to eliminate*

| What to Stop | Why | Owner | When |
|--------------|-----|-------|------|
| [Specific thing to stop] | [Problem it causes] | [Who] | [End date] |
| [Specific thing to stop] | [Problem it causes] | [Who] | [End date] |
| [Specific thing to stop] | [Problem it causes] | [Who] | [End date] |

---

## CONTINUE
*Things that are working well*

| What to Continue | Why It Works | How to Protect It |
|-----------------|--------------|-------------------|
| [Working practice] | [Value it provides] | [How to ensure it continues] |
| [Working practice] | [Value it provides] | [How to ensure it continues] |
| [Working practice] | [Value it provides] | [How to ensure it continues] |

---

**Top Priority**
The single most impactful change from this retro:
> [Action] — because [reason]

**Check-in**
When will we review if these changes are working?
> [Date or trigger]

## Guidelines

- Be specific: "Start daily standups" not "communicate more"
- Be behavioral: Focus on actions, not attitudes
- Balance: Aim for 3-5 items per category
- Celebrate Continues: Don't skip this section—recognize what's working
- Assign owners: Unowned actions don't happen
- One priority: If everything is important, nothing is

$ARGUMENTS
retro | SkillHub