원클릭으로
summarise-article
Use when converting a scientific article (.txt) into a structured TOML summary record.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when converting a scientific article (.txt) into a structured TOML summary record.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | summarise-article |
| description | Use when converting a scientific article (.txt) into a structured TOML summary record. |
First, announce:
"Using summarise-article to summarise
<filename>."
You MUST create a task with TaskCreate for each of these items and complete them in order unless otherwise stated under "The Process":
digraph summarise_article {
"Dispatch implementer subagent (./implementer-prompt.md)" [shape=box];
"Implementer subagent reads full text" [shape=box];
"Implementer subagent writes summary spec" [shape=box];
"Present summary spec to user" [shape=box];
"User approves spec?" [shape=diamond];
"Implementer subagent writes summary" [shape=box];
"Dispatch prose reviewer subagent\n(./prose-reviewer-prompt.md)" [shape=box];
"Dispatch accuracy reviewer subagent\n(./accuracy-reviewer-prompt.md)" [shape=box];
"Dispatch reviewers\n(superpowers:dispatching-parallel-agents)" [shape=box];
"Prose reviewer subagent approves?" [shape=diamond];
"Accuracy reviewer subagent approves?" [shape=diamond];
"Implementer subagent fixes accuracy issues" [shape=box];
"Implementer subagent fixes prose issues" [shape=box];
"Spec self-review\n(fix inline)" [shape=box];
"Dispatch implementer subagent (./implementer-prompt.md)" -> "Implementer subagent reads full text";
"Implementer subagent reads full text" -> "Implementer subagent writes summary spec";
"Implementer subagent writes summary spec" -> "Present summary spec to user";
"Present summary spec to user" -> "User approves spec?";
"User approves spec?" -> "Implementer subagent writes summary" [label="yes"];
"User approves spec?" -> "Present summary spec to user" [label="no, revise"];
"Implementer subagent writes summary" -> "Dispatch reviewers\n(superpowers:dispatching-parallel-agents)";
"Dispatch reviewers\n(superpowers:dispatching-parallel-agents)" -> "Dispatch prose reviewer subagent\n(./prose-reviewer-prompt.md)";
"Dispatch reviewers\n(superpowers:dispatching-parallel-agents)" -> "Dispatch accuracy reviewer subagent\n(./accuracy-reviewer-prompt.md)";
"Prose reviewer subagent approves?" -> "Spec self-review\n(fix inline)" [label="yes"];
"Accuracy reviewer subagent approves?" -> "Spec self-review\n(fix inline)" [label="yes"];
"Prose reviewer subagent approves?" -> "Implementer subagent fixes prose issues" [label="no"];
"Accuracy reviewer subagent approves?" -> "Implementer subagent fixes accuracy issues" [label="no"];
"Implementer subagent fixes accuracy issues" -> "Dispatch accuracy reviewer subagent\n(./accuracy-reviewer-prompt.md)" [label="re-review"];
"Implementer subagent fixes prose issues" -> "Dispatch prose reviewer subagent\n(./prose-reviewer-prompt.md)" [label="re-review"];
"Dispatch prose reviewer subagent\n(./prose-reviewer-prompt.md)" -> "Prose reviewer subagent approves?";
"Dispatch accuracy reviewer subagent\n(./accuracy-reviewer-prompt.md)" -> "Accuracy reviewer subagent approves?";
"Spec self-review\n(fix inline)" -> "Done";
}
The summary spec should be EXTREMELY tersely written, only using the bare minimum of words to clearly state the content that should be summarised. Reserve any detail for the full summary written in the "Write summary" step.
Each reviewer returns either a numbered list of issues or confirms no issues. For each issue, write a one-line disposition before revising (e.g. "Issue 3 — fixed: rewrote sentence in active voice"). Address every item; do not skip any. Then overwrite the output file with the revised summary.
Before dispatching, read both the output file and the source article into your own context, then construct each prompt string by substituting the literal article text inline. Subagents MUST NOT read files themselves.
This rule is absolute. It holds even if you have already read the source and even when inlining costs more tokens — neither is a reason to have a subagent open a file. If the source is a PDF rather than .txt, you still read it yourself and paste the extracted text inline; never hand a subagent a path to read. If inlining ever seems wasteful or impractical, raise it with the user rather than silently working around this instruction.
Pre-dispatch self-check — state these in your message before every subagent dispatch:
./implementer-prompt.md — implementer subagent prompt./prose-reviewer-prompt.md — prose reviewer subagent prompt./accuracy-reviewer-prompt.md — accuracy reviewer subagent prompt| Reviewer | Model |
|---|---|
| Implementer | Sonnet |
| Prose | Haiku |
| Accuracy | Sonnet |
You: /summarise-article <article>.txt → summaries/<id>.toml
Using summarise-article to summarise <article>.txt.
Output: summaries/<id>.toml (id = lastname_year)
[Create tasks as in numbered list under Checklist header]
[Read <article>.txt in full — no output]
Proposed spec for <id>.toml:
tags: [tag1, tag2, tag3, ...]
research_question: [VERY BRIEF bullet list]
background: [VERY BRIEF bullet list]
methods: [VERY BRIEF bullet list]
findings: [VERY BRIEF bullet list]
conclusion: [VERY BRIEF bullet list]
User: Looks good, but add [new tag] as a tag.
[Revised tags, re-presented]
User: Approved.
[Write the TOML record to summaries/<id>.toml]
[Dispatch prose reviewer and accuracy reviewer in parallel]
Prose reviewer: 2 issues
- Issue 1: [prose issue]
- Issue 2: [prose issue]
Accuracy reviewer: 1 issue
- Issue 3: [accuracy issue]
Dispositions:
Issue 1 — fixed: [description]
Issue 2 — fixed: [description]
Issue 3 — fixed: [description]
[Overwrite summaries/<id>.toml]
Spec self-review:
- All five content fields represented ✅
- All metadata fields populated ✅
- No content found outside approved spec ✅
- File parses as TOML ✅
[Summary written to summaries/<id>.toml.]
The summary is a single TOML record written to summaries/<id>.toml. The filename stem equals the id field.
id — lastname_year: lowercase first-author family name plus the publication year (e.g. klareskog_2009). Non-ASCII letters are kept (e.g. svärd_2015). If a record for the same author and year already exists in summaries/, append a disambiguation letter: duarte_2024, then duarte_2024a, duarte_2024b, …
The record MUST contain these fields, metadata first, then the five content fields as triple-quoted (""") multiline strings:
id = "klareskog_2009"
authors = ["Klareskog L", "Catrina AI", "Paget S"]
year = 2009
title = "Rheumatoid arthritis"
journal = "The Lancet"
doi = "10.1016/S0140-6736(09)60008-8"
tags = ["rheumatoid-arthritis", "review", "pathogenesis"]
research_question = """
One or two sentences stating what question the paper addresses.
"""
background = """
Context and motivation: what was known before, what gap this study fills, why the question matters.
"""
methods = """
Brief description of study design, data, and analytic approach. Enough for the reader to judge applicability — no exhaustive detail.
"""
findings = """
Narrative prose. Each finding may carry a small cluster of closely related numbers (e.g. rates across compared groups in one sentence). Omit findings that add length without adding understanding. NEVER provide a results table.
"""
conclusion = """
What the paper concludes and what it means for the field or for practice.
"""
Metadata sources: Take authors, year, title, journal, and doi from the article's own bibliographic information. Format every author as "Family II" — family name plus the uppercased initials of each given name, no periods (e.g. "Aletaha D", "Catrina AI"). authors[1] is the first author.
Tag guidance: Concise, lowercase, hyphenated multi-word tags covering topic area and method type. Follow the project's notes/tag-conventions.md where one applies.
id, authors, year, title, journal, doi, tags. Leave a string empty ("") only if the article genuinely lacks it (e.g. a missing DOI); never invent one.research_question, background, methods, findings, conclusion. Do not add, rename, or remove fields. No "overview", "key_results", "discussion", "limitations", "strengths", or "contextual_relevance".""".Required skills:
superpowers:dispatching-parallel-agents — run prose and accuracy reviewers simultaneously