resonance-ops-retro

Generates data-driven engineering retrospective reports from git history metrics.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill resonance-ops-retro-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: resonance-ops-retro
Source: https://github.com/manusco/wolfgang/tree/main/.agents/skills/ops/retro
Command: npx skills add https://github.com/manusco/wolfgang --skill resonance-ops-retro-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Most retrospectives rely on feelings and memory, which miss what actually happened during a sprint or release. This Skill replaces subjective recollection with objective evidence by analyzing git history to compute concrete metrics and produce a structured retro report. ## Core Features & Use Cases - Git-Based Data Gathering: Sweeps commit history with git log, groups commits by author, and separates code churn from new capability. - Computed Retro Metrics: Calculates Shipping Streak, Focus Score, Complexity Delta, and Test Ratio using exact, reproducible git commands defined in the reference library. - Structured Report Generation: Writes a retro_YYYY_MM_DD.md report to docs/retros/ covering the big picture, objective metrics, highlights, growth opportunities, and the core velocity question. - Use Case: After a two-week sprint, run the retro to discover that a low Focus Score reveals hidden context-switching drag, then extract action items into the planning queue. ## Quick Start Ask the agent to run a retrospective for the last 7 days so it sweeps git history, computes the retro metrics, and writes a structured report to docs/retros/.

Frequently Asked Questions about resonance-ops-retro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a data-driven sprint retrospective from git history?▼

Invoke the retro with a timeframe such as the last 7 days. The agent runs git log to sweep commits, groups them by author, computes the retro metrics, and writes a structured markdown report to docs/retros/.

What metrics does a git-based retrospective calculate?▼

It computes four metrics from git history: Shipping Streak (consecutive commit days), Focus Score (share of commits touching one top-level area), Complexity Delta (insertions minus deletions), and Test Ratio (test lines versus application lines changed).

What happens if the repository has no commits in the timeframe?▼

The process fails fast. If git log returns no commits for the requested window, the agent aborts and states there is no data to analyze rather than generating an empty or fabricated report.

Can I skip the git log sweep and provide my own retro narrative?▼

No. The protocol requires metrics computed from actual git data before any narrative is drafted. Pre-written claims like an unverified Focus Score are rejected as fabricated, since the skill exists to replace feelings-based retros with evidence.

Does this retrospective evaluate individual developer performance?▼

No. Evaluating individuals for HR purposes is explicitly out of scope. The metrics measure the system and the code, and a scattered week is treated as a planning failure rather than a discipline failure.