reframe
Use this skill when a substantial analysis, recommendation, investigation, comparison, or exploratory conversation should become a durable Markdown report.
The goal is not to summarize or prettify the source material. The goal is to use the change in structure as a second analytical pass: re-check the conclusion, test the assumptions, separate evidence from inference, and surface material gaps the original pass missed.
When To Use
- A conversation contains enough analysis that a reader should not have to reconstruct it from chat order.
- A decision, recommendation, or assessment needs to stand alone.
- The user asks to make an analysis durable, turn it into a report, or write it up.
- A structured second pass may reveal a weak assumption, contradiction, missing risk, or better recommendation.
Do not use this for simple factual answers, short rewrites, status updates, transcripts, or cases where structure adds no value.
Output
Produce one Markdown report. It should be readable by someone who did not see the original conversation.
Prefer this section set, then adapt it to the problem:
Objective
Key Findings
Analysis
Risks and Gaps
Recommendations
Open Questions
Structured Review Findings
Only include Structured Review Findings when the second pass found something material: a changed conclusion, contradiction, missing evidence, weak assumption, or important omission. If the second pass changes nothing, leave that section out.
Procedure
- Confirm that the source material is substantial enough to justify a report. If the input is too thin, tell the user that a shorter answer is the better output.
- Identify the actual objective. Name the decision, question, or problem the report serves. Do not use a topic label as the objective.
- Extract the source material into claims, evidence, assumptions, risks, and recommendations. Preserve meaning, not chronology.
- Choose the report shape. Start from the preferred section set above, then rename, merge, add, or drop sections when the material calls for it.
- Load the adopter's project conventions before drafting. Look for
CLAUDE.md, AGENTS.md, STYLE.md, or a docs/style file in the current project. If one exists, follow it. If none exists, use this fallback:
- Lead with the conclusion.
- Use concrete nouns and verbs.
- Keep paragraphs short.
- Avoid filler transitions and marketing language.
- Use bullets only for distinct items.
- Separate findings, analysis, risks, and recommendations.
- Mark uncertainty plainly.
- Make recommendations actionable and prioritized.
- Prefer useful headings over clever headings.
- Stop when the report has done its job.
- Run the second analytical pass. Ask:
- Does the original conclusion still follow from the evidence?
- Which assumptions are doing real work?
- What evidence is missing or weaker than it first looked?
- Which risks were blended into recommendations instead of named?
- Which recommendation should move up, move down, or be cut?
- Draft the report. Do not narrate this procedure inside the report.
- Confirm the destination before writing. Use the path the user supplied. If none was supplied, ask where the report should go, or return it in chat. If the user has explicitly delegated the choice, name the path you picked before writing to it. Ask before overwriting an existing file.
- Verify the finished report against the quality gates below before returning it.
Quality Gates
- The objective names a real decision, question, or problem.
- Findings, analysis, risks, and recommendations are separated.
- Recommendations are actionable and prioritized.
- The report is readable without the source conversation.
- The second pass is real. The report should not merely reorder the original text.
- Material uncertainties, assumptions, and missing evidence are visible.
- The report does not manufacture findings for symmetry.
- The destination was confirmed, or the chosen path was named, before writing.
What This Skill Does Not Do
- It does not rewrite voice in place.
- It does not elicit new thinking interactively from scratch.
- It does not create a transcript.
- It does not invent findings to make the report look complete.
- It does not create issues, tasks, knowledge records, or follow-up artifacts unless the user explicitly asks for that separate action.
- It does not write outside the confirmed destination.
- It does not work from an isolated context. The conversation or the supplied analysis is the raw material; running this skill in a fresh agent that cannot see that material leaves it nothing to reframe.
Failure Handling
- If the source material is missing, ask the user for the analysis or conversation to reframe.
- If the report destination is ambiguous, ask for the path or return the report in chat.
- If an output file already exists, ask before overwriting.
- If the second pass finds no material change, produce a shorter report and say that no separate structured-review finding was warranted.
reframe by Keith Crawford, from github.com/tsudo/skills. Copyright (c) 2026 Keith Crawford. SPDX-License-Identifier: MIT — full text in LICENSE.
1---2name: reframe3description: Turn a substantial analysis or long conversation into a standalone Markdown report, using the restructuring as a second pass over evidence, assumptions, risks, and recommendations. Use this when someone asks to write this up, document a decision, or make findings durable. Not for short factual answers, status updates, or transcripts.4license: MIT5---67# reframe89Use this skill when a substantial analysis, recommendation, investigation, comparison, or exploratory conversation should become a durable Markdown report.1011The goal is not to summarize or prettify the source material. The goal is to use the change in structure as a second analytical pass: re-check the conclusion, test the assumptions, separate evidence from inference, and surface material gaps the original pass missed.1213## When To Use1415- A conversation contains enough analysis that a reader should not have to reconstruct it from chat order.16- A decision, recommendation, or assessment needs to stand alone.17- The user asks to make an analysis durable, turn it into a report, or write it up.18- A structured second pass may reveal a weak assumption, contradiction, missing risk, or better recommendation.1920Do not use this for simple factual answers, short rewrites, status updates, transcripts, or cases where structure adds no value.2122## Output2324Produce one Markdown report. It should be readable by someone who did not see the original conversation.2526Prefer this section set, then adapt it to the problem:2728- `Objective`29- `Key Findings`30- `Analysis`31- `Risks and Gaps`32- `Recommendations`33- `Open Questions`34- `Structured Review Findings`3536Only include `Structured Review Findings` when the second pass found something material: a changed conclusion, contradiction, missing evidence, weak assumption, or important omission. If the second pass changes nothing, leave that section out.3738## Procedure39401. Confirm that the source material is substantial enough to justify a report. If the input is too thin, tell the user that a shorter answer is the better output.412. Identify the actual objective. Name the decision, question, or problem the report serves. Do not use a topic label as the objective.423. Extract the source material into claims, evidence, assumptions, risks, and recommendations. Preserve meaning, not chronology.434. Choose the report shape. Start from the preferred section set above, then rename, merge, add, or drop sections when the material calls for it.445. Load the adopter's project conventions before drafting. Look for `CLAUDE.md`, `AGENTS.md`, `STYLE.md`, or a `docs/style` file in the current project. If one exists, follow it. If none exists, use this fallback:45 - Lead with the conclusion.46 - Use concrete nouns and verbs.47 - Keep paragraphs short.48 - Avoid filler transitions and marketing language.49 - Use bullets only for distinct items.50 - Separate findings, analysis, risks, and recommendations.51 - Mark uncertainty plainly.52 - Make recommendations actionable and prioritized.53 - Prefer useful headings over clever headings.54 - Stop when the report has done its job.556. Run the second analytical pass. Ask:56 - Does the original conclusion still follow from the evidence?57 - Which assumptions are doing real work?58 - What evidence is missing or weaker than it first looked?59 - Which risks were blended into recommendations instead of named?60 - Which recommendation should move up, move down, or be cut?617. Draft the report. Do not narrate this procedure inside the report.628. Confirm the destination before writing. Use the path the user supplied. If none was supplied, ask where the report should go, or return it in chat. If the user has explicitly delegated the choice, name the path you picked before writing to it. Ask before overwriting an existing file.639. Verify the finished report against the quality gates below before returning it.6465## Quality Gates6667- The objective names a real decision, question, or problem.68- Findings, analysis, risks, and recommendations are separated.69- Recommendations are actionable and prioritized.70- The report is readable without the source conversation.71- The second pass is real. The report should not merely reorder the original text.72- Material uncertainties, assumptions, and missing evidence are visible.73- The report does not manufacture findings for symmetry.74- The destination was confirmed, or the chosen path was named, before writing.7576## What This Skill Does Not Do7778- It does not rewrite voice in place.79- It does not elicit new thinking interactively from scratch.80- It does not create a transcript.81- It does not invent findings to make the report look complete.82- It does not create issues, tasks, knowledge records, or follow-up artifacts unless the user explicitly asks for that separate action.83- It does not write outside the confirmed destination.84- It does not work from an isolated context. The conversation or the supplied analysis is the raw material; running this skill in a fresh agent that cannot see that material leaves it nothing to reframe.8586## Failure Handling8788- If the source material is missing, ask the user for the analysis or conversation to reframe.89- If the report destination is ambiguous, ask for the path or return the report in chat.90- If an output file already exists, ask before overwriting.91- If the second pass finds no material change, produce a shorter report and say that no separate structured-review finding was warranted.9293---9495*`reframe` by [Keith Crawford](https://keithcrawford.me), from [github.com/tsudo/skills](https://github.com/tsudo/skills). Copyright (c) 2026 Keith Crawford. `SPDX-License-Identifier: MIT` — full text in [LICENSE](https://github.com/tsudo/skills/blob/main/LICENSE).*