andreassigloch

Se Retro — Development skill for Claude Code

Development community

Post-project retro — compute the 6 graphcode KPIs (graph-vs-grep, tool usage, token/LOC, plan conformance, gate health, binding coverage) and interpret them.

How to install Se Retro

Installs to ~/.claude/commands/andreassigloch-graphcode-se-retro.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/andreassigloch/graphcode/HEAD/.claude/commands/se-retro.md -o ~/.claude/commands/andreassigloch-graphcode-se-retro.md

Restart Claude Code, or start a new session, for it to be picked up.

What Se Retro does


name: se-retro version: 1 description: Post-project retro — compute the 6 graphcode KPIs (graph-vs-grep, tool usage, token/LOC, plan conformance, gate health, binding coverage) and interpret them

The standard analysis run after a project: did the agent actually use the governed graph (not grep-bypass), and did the gate raise quality? Produces the KPI table (`docs/KPI.md`) and interprets it.

1. Gather the session data (over MCP + git + transcript)

Assemble a `retro-session.json`:

Alternatives in Development

  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
  • Retro — Facilitate structured sprint retrospectives with action items 7.8k ★
  • Coverage 2.3k ★

Full documentation available on GitHub

View Source Repository