Compress phase outcomes into a dense, structured handoff brief that preserves decisions, risks, and next-step context without carrying the entire history forward.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill compaction --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Compaction?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-compaction)More formats (shields.io, HTML) on the badges page.
---
name: compaction
description: Compress phase outcomes into a dense, structured handoff brief that preserves decisions, risks, and next-step context without carrying the entire history forward.
---
# Compaction
Use this skill when a coordinator or support capability needs to condense a phase boundary into a smaller, structured brief for downstream phases or future iterations.
## Goals
- Preserve the concrete decisions and outcomes from a completed phase.
- Reduce context size without losing the important reasoning trail.
- Produce a compact handoff that downstream work can consume quickly.
## Required Inputs
- The completed phase artifact or artifacts
- The current workflow phase and next intended phase
- Relevant memory entries for the phase boundary
- Any open questions, risks, or unresolved constraints
## Required Outputs
- A dense structured brief for downstream use
- A list of preserved decisions and outcomes
- A list of remaining risks or follow-ups
## Procedure
1. Extract the concrete outcomes from the completed work.
2. Keep only the decisions, constraints, and evidence that matter for downstream work.
3. Separate verified facts from remaining uncertainty.
4. Record follow-up needs clearly and briefly.
5. Return a compact brief that can replace rereading the full history.
## Quality Bar
- The brief must be shorter than the source material.
- The brief must preserve the next-step context needed by downstream phases.
- The brief must not introduce new design or implementation decisions.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!