task-retrospective

Capture structured retrospectives with What Went Well, improvements, and lessons learned.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/maestria-co/ai-playbook --skill task-retrospective
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-retrospective
Source: https://github.com/maestria-co/ai-playbook/tree/main/skills/task-retrospective
Command: npx skills add https://github.com/maestria-co/ai-playbook --skill task-retrospective

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams capture insights from tasks to prevent repeating mistakes and to improve decision-making over time.

Core Features & Use Cases

  • Structured retrospectives after complex tasks to capture What Went Well, What Could Be Improved, Lessons Learned, and Promotion Items.
  • Stores retrospectives in .context/retrospectives/ for future reference and learning.
  • Supports promotion of insights to permanent docs via context-maintenance.

Quick Start

Create a dated retrospective under .context/retrospectives/ following the template in this Skill.

Frequently Asked Questions about task-retrospective

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

FAQPage Schema
How do I capture lessons learned to avoid repeating mistakes after a complex task?

To capture lessons learned and avoid repeating mistakes, create a dated retrospective file in the .context/retrospectives/ directory following a standardized template to structure What Went Well, What Could Be Improved, and Lessons Learned.

When should I write a task retrospective for my development workflow?

You should write a task retrospective after completing medium or complex tasks, experiencing surprising behavior, finishing long-running work, or resolving tricky debugging sessions to capture structured insights for future reference.

How do I structure a post-mortem for tricky debugging sessions?

Structure a post-mortem for tricky debugging sessions by documenting What Went Well, What Could Be Improved, Lessons Learned, and Promotion Items using a standardized template stored in your project context directory.

Do I need a specific directory setup to maintain task review documentation?

Yes, task review documentation requires a .context/retrospectives/ directory to store dated retrospective files and a standardized template defined in the SKILL.md to properly structure your captured insights.

Can I promote retrospective insights to permanent documentation?

Yes, you can promote retrospective insights to permanent documentation by identifying Promotion Items during the task review and using context-maintenance workflows to transfer these learnings into your permanent project docs.

What is the best way to maintain context and prevent repeated work on long-running tasks?

The best way to maintain context and prevent repeated work on long-running tasks is performing structured retrospectives that capture lessons learned and storing them in a dedicated retrospectives directory for future reference and learning.