retrospective

Automate post-sprint retrospectives with parallel auditing and code quality analysis.

4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/signalcompose/claude-tools --skill retrospective-signalcompose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: retrospective
Source: https://github.com/signalcompose/claude-tools/tree/main/plugins/code/skills/retrospective
Command: npx skills add https://github.com/signalcompose/claude-tools --skill retrospective-signalcompose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the crucial post-sprint retrospective process, ensuring code quality and process compliance are objectively verified, and lessons are learned and applied.

Core Features & Use Cases

  • Automated Auditing: Verifies adherence to development principles (DDD, TDD, DRY, etc.).
  • Code Quality Analysis: Assesses code robustness, DI design, and test coverage.
  • Process Compliance: Checks for correct use of development workflows and tools.
  • Learning Integration: Updates project learnings and records process lessons.
  • Use Case: After completing a sprint, invoke this skill to automatically generate a comprehensive report on code quality, process adherence, and actionable insights for the next sprint.

Quick Start

Run a post-sprint retrospective for the current branch.

Frequently Asked Questions about retrospective

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

FAQPage Schema
How do I automate a post-sprint code review and process compliance check?

Automating a post-sprint code review requires spawning parallel agents to verify process compliance and analyze code quality. This skill generates a comprehensive report, applies fixes, and updates project learnings based on the sprint's output.

What is the best way to verify development principles like DDD and TDD after a sprint?

Verifying development principles like DDD and TDD after a sprint is done through automated auditing. The skill checks code robustness, dependency injection design, and test coverage to ensure adherence to these specified development workflows.

How does an automated retrospective integrate process lessons into project memory?

An automated retrospective integrates process lessons by recording insights directly into project memory. After analyzing code quality and process compliance, it updates project learnings to provide actionable insights for the next sprint.

Can I run a retrospective on a specific git branch?

Yes, you can run a retrospective on a specific git branch. The skill handles optional branch name arguments to target the retrospective analysis directly against the code changes made in that specific branch.

Do I need to manually select models for the auditor and researcher agents?

No, you do not need to manually select models for the auditor and researcher agents. The skill ensures explicit model selection internally for all spawned agent tasks, handling the configuration automatically.

What limitations exist when checking process compliance with automated agents?

Limitations when checking process compliance involve relying on the explicit model selection for agent tasks. The automated auditing verifies adherence to defined principles like DRY, but complex contextual workflow deviations may require manual review.