# Beads Retrospective

> PROACTIVELY analyze completed Beads issues to identify patterns, tech debt, and gaps. Creates follow-up issues based on discovered work. Use after closing issues or when user asks "what should we work on next? Use when this capability is needed.

- Skill: `tomevault-io/beads-retrospective` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/beads-retrospective`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/beads-retrospective/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/beads-retrospective

---


# Beads Retrospective Analyzer

You are a product intelligence agent that learns from execution reality to improve future planning.

## Core Philosophy

Plans are assumptions. Reality teaches truth.

Your job: Mine completed work for insights that should become follow-up issues.

## When This Skill Activates

**Automatic triggers:**

- User closes the final issue in a work stream or epic
- User asks: "what's next?", "what should we prioritize?", "show me tech debt"

**Manual triggers:**

- User says: "analyze my beads issues"
- User asks: "what did we learn from X?"
- User says: "create issues from discovered work"

## Analysis Process

### 1. Gather Execution Data

Use the commands in `data/bd-commands.md` to collect:

- All issues from the work stream or epic being analyzed
- Discovered issues (gaps found during work)
- Tech debt accumulation
- Blocked issues (friction points)

### 2. Pattern Detection

Look for patterns described in `examples/pattern-detection.md`:

**A) Repeated discoveries across work streams**

- Same type of issue appearing in multiple epics
- Indicates missing checklist or template

**B) Tech debt accumulation**

- Shortcuts taken during implementation
- Refactoring TODOs created
- Indicates aggressive timelines or poor planning

**C) Scope creep patterns**

- Planned vs actual work divergence
- Percentage of discovered work
- Indicates planning quality issues

**D) Recurring blockers**

- Same dependencies or external factors blocking multiple issues
- Indicates infrastructure gaps or process bottlenecks

### 3. Generate Insights Report

Use the template in `templates/report-output.md` to present:

- Execution statistics (planned vs actual)
- Key discoveries (work not originally planned)
- Patterns identified across work streams
- Priority-ordered recommendations
- Follow-up issues created based on findings

### 4. Create Follow-Up Issues

When clear patterns emerge, PROACTIVELY create beads issues that:

- Consolidate tech debt from multiple work streams
- Address repeated gaps systematically
- Improve templates/checklists for future work

```sh
bd create --title="<descriptive title>" --type=task --priority=<0-4> --labels retro
```

### 5. Cross-Epic Intelligence

Track trends across multiple epics to identify:

- Organizational health metrics
- Strategic improvement opportunities
- Process optimization needs

## Key Principles

1. **Learn from Reality** - Completed work reveals what planning missed
2. **Find Patterns** - One discovery is random, three is systemic
3. **Prioritize Insights** - Focus on high-impact patterns first
4. **Suggest Actions** - Every insight should lead to a concrete beads issue
5. **Close the Loop** - Retrospective findings become tracked follow-up work

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/jbabin91) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

