plan-retrospective

Installation
SKILL.md

Plan Retrospective

Purpose

This skill is the closing step of the planning lifecycle:

idea-to-prd  →  prd-to-design  →  design-to-tasks  →  tasks-to-code  →  plan-retrospective
  (what/why)      (architecture)     (task list)         (build)             (close)

It formally closes a plan by computing what was actually built versus what was planned, capturing decisions and lessons, and archiving the plan folder with a complete record. Without this step, institutional knowledge from the implementation is lost.

File Structure

This skill reads plans/<name>/prd.md, tasks.md, and decisions.md (if present), writes plans/<name>/retro.md, then moves the folder to plans/archive/<name>/. The full plans/ layout and the active → archive lifecycle are defined in shared conventions.

Rules:

Installs
5
Repository
pokanop/ai
GitHub Stars
1
First Seen
Mar 27, 2026
plan-retrospective — pokanop/ai