Agent Skills
› NeverSight/learn-skills.dev
› compaction
compaction
GitHub将阶段成果压缩为结构化简报,保留决策、风险和下一步上下文,减少信息量并避免携带完整历史,便于下游阶段快速消费和后续迭代。
Trigger Scenarios
协调员或支持能力需要浓缩阶段边界时
下游阶段需要快速获取已完成的决策和结果时
Install
npx skills add NeverSight/learn-skills.dev --skill compaction -g -y
SKILL.md
Frontmatter
{
"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
- Extract the concrete outcomes from the completed work.
- Keep only the decisions, constraints, and evidence that matter for downstream work.
- Separate verified facts from remaining uncertainty.
- Record follow-up needs clearly and briefly.
- 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.
Version History
- e0220ca Current 2026-07-05 23:31


