dev-wrapup

Extract retrospective learnings, propose documentation updates, and archive completed plans.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mattjefferson/agents --skill dev-wrapup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-wrapup
Source: https://github.com/mattjefferson/agents/tree/main/skills/dev-wrapup
Command: npx skills add https://github.com/mattjefferson/agents --skill dev-wrapup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture learnings from completed plans, propose updates to project docs, and archive the plan to close the dev-work loop so future runs benefit from what was learned.

Core Features & Use Cases

  • Extract retrospective learnings from the finished plan and identify actionable improvements for ARCHITECTURE.md, CONVENTIONS.md, and AGENTS.MD.
  • Propose and apply updates to documentation, stamp completion, and archive the plan to prevent reopenings.
  • Archive the plan to a completed plans directory to support knowledge reuse and future reference.

Quick Start

Review a completed plan and run the dev-wrapup process to extract learnings, propose documentation updates, and archive the plan.

Frequently Asked Questions about dev-wrapup

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

FAQPage Schema
How do I extract learnings from a completed development plan and update project docs?

To extract learnings from a completed plan, review the finished work to identify actionable improvements, propose updates to project documentation like ARCHITECTURE.md, and apply those changes to close the development loop.

What is the best way to archive completed development plans for future reference?

The best way to archive completed development plans is to move them to a dedicated completed plans directory after stamping them with completion, ensuring the knowledge is stored for future reference and reuse.

When should I run a retrospective to capture learnings from a finished plan?

You should run a retrospective to capture learnings immediately after a development plan is finished or following a dev-review, allowing you to extract lessons while the context is fresh and prevent reopenings.

Can I automatically propose updates to CONVENTIONS.md and AGENTS.MD after finishing a plan?

Yes, you can automatically propose updates to CONVENTIONS.md and AGENTS.MD by analyzing the completed plan for actionable improvements and generating targeted documentation change proposals for user approval.

Does the plan archiving process require manual approval before completion?

Yes, the plan archiving process requires manual user approval and guardrails before stamping completion and applying documentation updates, ensuring you maintain control over the retrospective changes.

Why do I need to archive plans after a project retrospective?

You need to archive plans after a project retrospective to stamp completion, prevent task reopenings, and feed extracted learnings into future runs so subsequent development cycles benefit from past knowledge.