一键导入
wrapup
End-of-session closer. Compiles session notes, gets fresh-context review, updates COMP files, checks skill health and execution gaps, runs bloat check.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-of-session closer. Compiles session notes, gets fresh-context review, updates COMP files, checks skill health and execution gaps, runs bloat check.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a wide field of ideas, then pressure-test them. Five generators diverge, two challengers prune the weak ones, three synthesizers rank what survives.
Three-agent adversarial bug finder. Hunter overclaims every issue it can find, Skeptic disproves what it can, Referee arbitrates what survives. Scoring incentives force each role to behave honestly.
Dialectic process for reviewing, brainstorming, comparing tradeoffs, or stress-testing plans. Configurable modes, agent counts, and expert lenses.
Execute a pre-defined plan using implementation agents (no design changes)
Capture structured learnings (gotcha, pattern, decision, bug-fix) as JSONL per project. Cross-project searchable.
Assume the plan failed — then explain why. Three pessimists write failure narratives, two optimists rebut, a risk assessor weighs which failure modes are real.
| name | wrapup |
| description | End-of-session closer. Compiles session notes, gets fresh-context review, updates COMP files, checks skill health and execution gaps, runs bloat check. |
| user-invocable | true |
| disable-model-invocation | false |
| argument-hint | ["noprune|prune|noreview|project:path"] |
End a working session cleanly.
$ARGUMENTS
| Flag | Default | Purpose |
|---|---|---|
project:path | Current directory | Which project to finalize |
noprune | Off | Skip the bloat check |
prune | Off | Run full /prune instead of dryrun |
noreview | Off | Skip the session reviewer agent |
Read @session-notes-template.md — fill in each field from the session.
Unless noreview flag is set. Read @session-review-guide.md for how to dispatch and present the reviewer.
Read @comp-update-guide.md for what to update in each file.
Read @health-check-guide.md for the skill iteration check, execution reliability self-check, and cross-project transfer.
Unless noprune flag is set, run the lightweight check described in @bloat-check-guide.md.
Read @summary-template.md for the output format.
/wrapup # Full wrapup with session review
/wrapup project:~/my-app # Finalize specific project
/wrapup noreview # Skip the reviewer agent (quick sessions)
/wrapup prune # Full prune analysis included