read-paper-sequentially

Reads academic papers one ordered chunk at a time while maintaining cumulative state and question ledgers.

4|Updated May 20, 2024
One-click install
npx skills add https://github.com/SpreadZhao/spreadconfig --skill read-paper-sequentially-spreadzhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-paper-sequentially
Source: https://github.com/SpreadZhao/spreadconfig/tree/main/plugins/paper-reading-workbench/skills/read-paper-sequentially
Command: npx skills add https://github.com/SpreadZhao/spreadconfig --skill read-paper-sequentially-spreadzhao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Deep reading of long academic papers often loses continuity: readers forget earlier claims, skip unresolved questions, and cannot resume a session without rereading. This Skill enforces a disciplined sequential reading loop that preserves a cumulative mental model across chunks and sessions. ## Core Features & Use Cases - One-Chunk-at-a-Time Reading: Reads exactly one ordered semantic chunk, explains its claim, evidence, and role, and never reads ahead or batches unread chunks. - Persistent Reader State: Maintains Reader State, a glossary, a question ledger with typed questions (clarification, mechanism, critique, etc.), and per-chunk notes so a fresh session can resume without hidden context. - Answer Integration and Chunk Gating: Integrates answers from a separate Answerer, classifies questions as resolved, deferred, open research, or unanswerable, and only marks a chunk complete when no blocking question remains. - Use Case: A researcher working through a dense machine learning paper uses the Skill to read section by section over multiple days, accumulating linked questions and a durable mental model without losing track of earlier derivations. ## Quick Start Use the read-paper-sequentially skill to continue the Reader session from the next pending chunk in my paper reading workspace.

Frequently Asked Questions about read-paper-sequentially

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read a research paper one section at a time with an AI?

Use a sequential reading workflow that loads only the next pending chunk, explains its claim and evidence, and updates a cumulative mental model before proceeding. This Skill enforces that loop and never reads ahead or batches multiple unread chunks.

How do I resume a paper reading session without losing context?

Resume by loading the persisted Reader State file, glossary, question ledger, and chunk map, which record the current position and cumulative understanding. The state is written so a fresh session can continue without rereading later chunks or relying on chat history.

What types of questions should I track while reading a paper?

Track typed questions such as clarification, motivation, mechanism, counterfactual, prior-link, evidence, implementation, critique, and external-context. Each question gets a stable ID, parent or related links, and a blocking status based on whether understanding the current chunk depends on it.

When is a paper section considered fully understood?

A chunk passes the gate when no blocking question remains and the reader can explain its contribution, central claim, supporting evidence, connections to prior material, and which questions are safely deferred. Only then is the chunk marked complete and the next one opened.

Does this reading workflow search the web for answers?

No, the Reader does not research the web or answer its own questions. Questions are recorded in a ledger for a separate Answerer, and answers are integrated afterward with provenance tracking if they reference later paper sections.