Claude Skill

second-brain-report

Produce a research report from the vault: scope the question against existing pages, name the gaps, and write findings with citations, disagreements and limits. Use this skill when the user asks for a research report, a deep write-up on a topic, or wants to understand a subject t

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download undefined-ui-second-brain-os-skills_second-brain-report-347feee.zip · 1 KB
Part of undefined-ui/second-brain-os — 18 skills

Install

skills CLI npx skills add https://github.com/undefined-ui/second-brain-os/tree/main/skills/second-brain-report
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install undefined-ui-second-brain-os@llmmart
Git git clone https://github.com/undefined-ui/second-brain-os.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole undefined-ui/second-brain-os collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Write a research report

A report that presents only findings looks stronger and is less useful, because the reader cannot tell where it is load-bearing and where it is thin.

Core rule

Scope against the vault first. Most of the work in a good report is knowing what you do not need to look up.

Workflow

  1. Inventory what exists. Which pages cover this, what is thin, what is missing entirely. That answer is the research plan.
  2. Report the gaps before writing, so the user can decide whether to ingest more first.
  3. Write from pages, citing pages. Every claim traces to a source page with a URL behind it.
  4. Record disagreement where sources conflict, with dates and who says what.
  5. State what could not be established and what evidence would change the conclusion.
  6. Save to output/ and offer to ingest it back as a source.

Output format

## Question
## What the vault covers    (with [[page]] citations)
## Where sources disagree
## What I could not establish
## What would change this
## Pages read: <list>

Calibration

If the vault covers less than half the question, say so at the top rather than producing a report that reads as complete.

Never fill a gap from general knowledge without labelling it as outside the vault. A report whose sources cannot be checked is worth less than a short one that can.

Files (second-brain-os)
  • SKILL.md 1.9 KB
    ---
    name: second-brain-report
    description: >-
      Produce a research report from the vault: scope the question against existing
      pages, name the gaps, and write findings with citations, disagreements and
      limits. Use this skill when the user asks for a research report, a deep write-up
      on a topic, or wants to understand a subject thoroughly using what they have
      collected. Do NOT use for a quick answer from the vault, for drafting an
      article in the user's voice, or for summarising a single source.
    ---
    
    # Write a research report
    
    A report that presents only findings looks stronger and is less useful, because
    the reader cannot tell where it is load-bearing and where it is thin.
    
    ## Core rule
    
    Scope against the vault first. Most of the work in a good report is knowing what
    you do not need to look up.
    
    ## Workflow
    
    1. **Inventory what exists.** Which pages cover this, what is thin, what is
       missing entirely. That answer is the research plan.
    2. **Report the gaps before writing,** so the user can decide whether to ingest
       more first.
    3. **Write from pages, citing pages.** Every claim traces to a source page with
       a URL behind it.
    4. **Record disagreement** where sources conflict, with dates and who says what.
    5. **State what could not be established** and what evidence would change the
       conclusion.
    6. **Save to `output/`** and offer to ingest it back as a source.
    
    ## Output format
    
    ```
    ## Question
    ## What the vault covers    (with [[page]] citations)
    ## Where sources disagree
    ## What I could not establish
    ## What would change this
    ## Pages read: <list>
    ```
    
    ## Calibration
    
    If the vault covers less than half the question, say so at the top rather than
    producing a report that reads as complete.
    
    Never fill a gap from general knowledge without labelling it as outside the
    vault. A report whose sources cannot be checked is worth less than a short one
    that can.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related