From disposable-plugin
Distill learnings from autopsy report into an improvement specification for the next cycle or production implementation. Extracts constraints, architecture decisions, interface contracts, and rejected options. Part of H-DGM cycle. Use after disposable-autopsy completes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/disposable-plugin:disposable-distillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transform autopsy findings into a structured improvement specification that guides the next iteration or production implementation.
Transform autopsy findings into a structured improvement specification that guides the next iteration or production implementation.
.disposable/cycles/cycle_{N}/autopsy-report.json must exist$ARGUMENTS if provided, otherwise read latest from .disposable/history.json.disposable/cycles/cycle_{N}/autopsy-report.json.disposable/cycles/cycle_{N}/spike-complete.jsonparentCycleId exists in metrics, load previous cycle's distill spec for delta analysisFrom autopsy findings, extract discovered constraints:
critical and major findings
minor and info findings
Format each constraint with:
C-{NNN}From autopsy architecture, maintainability, and dependency-hygiene axes:
From the spike code and autopsy correctness / testability axes:
From autopsy findings and prototype exploration:
Insights that must carry forward:
Unresolved items that need investigation:
Using references/distill-template.md, produce the specification:
.disposable/cycles/cycle_{N}/distill-spec.mdnode {plugin_root}/scripts/dist/mask-sensitive.mjs \
.disposable/cycles/cycle_{N}/distill-spec.md --in-place
.disposable/cycles/cycle_{N}/distill-spec.md — improvement specification/disposable-spike cycle or production implementationRecommend graduating to production when:
must constraints remain unaddressed from prior cyclesvalidatedOtherwise recommend iterating with another disposable spike.
npx claudepluginhub caphtech/claude-marketplace --plugin disposable-pluginReviews completed coding sessions to extract actionable improvements: DX friction, documentation gaps, architecture issues, anti-patterns, bug prevention, and tooling updates.
Runs structured retrospective after completing delivery diamonds or milestones, recording cycle data, ICE/effort calibration, DORA metrics, and learnings in canvas YAML and decision log.
Reviews completed work to extract learnings, validate shipping, and promote insights. Activates after tasks, PR arcs, or sessions finish, or after 5+ PRs.