Source profileQuality 95/100

event4u-app/agent-config/src/skills/deep-reading-analyst/SKILL.md

deep-reading-analyst

Deep analysis of articles/long-form via thinking frameworks (SCQA, mental models, inversion) — 'analyze article', 'deep dive', 'extract insights', URL/text wanting depth not summary.

Source repository stars
7
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Wing-1 deep-thinking skill for articles, papers, opinion pieces, case studies, and long-form decision documents. Routes the user's content through 8 thinking frameworks at four depth levels (Quick / Standard / Deep / Research) and returns insight tied to the user's goal, not fra…

Best for

  • User pastes an article URL, paper, or long text and wants depth ("analyze", "deep dive", "extract insights", "help me understand").
  • User asks for a specific framework ("apply SCQA to this", "use inversion thinking", "give me the mental models lens").
  • User is making a decision and wants pre-mortem / multi-lens analysis on a written proposal.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/event4u-app/agent-config --skill "src/skills/deep-reading-analyst"
Safe inspection promptEditorial

Inspect the Agent Skill "deep-reading-analyst" from https://github.com/event4u-app/agent-config/blob/0adf49a8ae84b0ff6e2de8759eea43257e020eff/src/skills/deep-reading-analyst/SKILL.md at commit 0adf49a8ae84b0ff6e2de8759eea43257e020eff. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Procedure: deep-reading-analyst

    1. Detect content type — article, paper, opinion piece, case study, how-to, strategy memo. Drives auto-suggested frameworks (Step 1). 2. Detect goal signal — problem-solving, learning, writing reference, decision-making, curiosity. Drives Step 4 output shape. 3. Skip if mismatch…

    Detect content type — article, paper, opinion piece, case study, how-to, strategy memo. Drives auto-suggested frameworks (Step 1).Detect goal signal — problem-solving, learning, writing reference, decision-making, curiosity. Drives Step 4 output shape.Skip if mismatched — see "Do NOT use when" above; route to the named skill.
  2. 02

    Step 0: Inspect

    1. Detect content type — article, paper, opinion piece, case study, how-to, strategy memo. Drives auto-suggested frameworks (Step 1). 2. Detect goal signal — problem-solving, learning, writing reference, decision-making, curiosity. Drives Step 4 output shape. 3. Skip if mismatch…

    Detect content type — article, paper, opinion piece, case study, how-to, strategy memo. Drives auto-suggested frameworks (Step 1).Detect goal signal — problem-solving, learning, writing reference, decision-making, curiosity. Drives Step 4 output shape.Skip if mismatched — see "Do NOT use when" above; route to the named skill.
  3. 03

    Step 1: Initialize Analysis

    Ask the user three things in one message (not three turns), per ask-when-uncertain Iron Law (one question per turn — these three are bundled into a single numbered-options block):

    Goal — problem-solving · learning · writing · decision-making · curiosity.Depth — L1 Quick (15 min) · L2 Standard (30 min) · L3 Deep (60 min) · L4 Research (120 min+).Framework override — defaults are auto-suggested by content type (table below); user may name specific frameworks.
  4. 04

    Step 2: Structural Understanding (always run)

    Regardless of depth, open with two short blocks:

    Regardless of depth, open with two short blocks:2B — SCQA breakdown. Apply the four-element decomposition from scqa-framework:2C — 5W2H gap check (L1+). Quick scan: which of What, Why, Who, When, Where, How, How much are well-covered, partial, or missing? Flag the 1–2 most critical gaps.
  5. 05

    Step 3: Apply Frameworks (depth-gated)

    Load only the frameworks the user's depth bought. Each framework follows the same pattern: load reference module → apply lens → produce one fixed-shape block.

    Critical Thinking (critical-thinking) — argument strength score (X/10), strengths, weaknesses, logical fallacies detected.Inversion (inversion-thinking) — pre-mortem on the article's recommendation: "how would this fail?", missing risk factors, mitigations.Mental Models (mental-models) — pick 3–5 models from different disciplines (physics, biology, psychology, economics, math), apply each lens, surface cross-model patterns.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score95/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars7SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
event4u-app/agent-config
Skill path
src/skills/deep-reading-analyst/SKILL.md
Commit
0adf49a8ae84b0ff6e2de8759eea43257e020eff
License
MIT
Collected
2026-07-28
Default branch
main
View the original SKILL.md

deep-reading-analyst

Wing-1 deep-thinking skill for articles, papers, opinion pieces, case studies, and long-form decision documents. Routes the user's content through 8 thinking frameworks at four depth levels (Quick / Standard / Deep / Research) and returns insight tied to the user's goal, not framework completion.

When to use

  • User pastes an article URL, paper, or long text and wants depth ("analyze", "deep dive", "extract insights", "help me understand").
  • User asks for a specific framework ("apply SCQA to this", "use inversion thinking", "give me the mental models lens").
  • User is making a decision and wants pre-mortem / multi-lens analysis on a written proposal.
  • User is studying or note-taking on dense material (research papers, strategy memos, books).

Do NOT use when:

  • User wants a 3-bullet TL;DR — use agent-docs-writing or write a direct summary.
  • Content is code or a diff — route to judge-bug-hunter, judge-code-quality, or adversarial-review.
  • User wants risk analysis on a code change — route to adversarial-review (diff-bound) or threat-modeling.
  • User wants debugging or incident analysis — route to bug-analyzer or systematic-debugging.

Framework Arsenal

DepthTimeFrameworksReference module
L1 — Quick~15 minSCQA, 5W2Hscqa-framework, 5w2h-analysis
L2 — Standard~30 minL1 + Critical Thinking, Inversion+ critical-thinking, inversion-thinking
L3 — Deep~60 minL2 + Mental Models, First Principles, Systems Thinking, Six Hats+ mental-models, first-principles, systems-thinking, six-hats
L4 — Research120 min+L3 + Cross-source comparison via web search+ comparison-matrix

Every framework module is a project-local guideline under docs/guidelines/agent-infra/. Nothing is loaded from upstream at runtime.

Procedure: deep-reading-analyst

Step 0: Inspect

  1. Detect content type — article, paper, opinion piece, case study, how-to, strategy memo. Drives auto-suggested frameworks (Step 1).
  2. Detect goal signal — problem-solving, learning, writing reference, decision-making, curiosity. Drives Step 4 output shape.
  3. Skip if mismatched — see "Do NOT use when" above; route to the named skill.

Step 1: Initialize Analysis

Ask the user three things in one message (not three turns), per ask-when-uncertain Iron Law (one question per turn — these three are bundled into a single numbered-options block):

  1. Goal — problem-solving · learning · writing · decision-making · curiosity.
  2. Depth — L1 Quick (15 min) · L2 Standard (30 min) · L3 Deep (60 min) · L4 Research (120 min+).
  3. Framework override — defaults are auto-suggested by content type (table below); user may name specific frameworks.

If the user does not answer, default to L2 Standard with auto-selected frameworks.

Auto-suggest matrix:

Content typeDefault frameworks
Strategy / business articleSCQA + Mental Models + Inversion
Research paper5W2H + Critical Thinking + Systems Thinking
How-to guideSCQA + 5W2H + First Principles
Opinion pieceCritical Thinking + Inversion + Six Hats
Case studySCQA + Mental Models + Systems Thinking

Step 2: Structural Understanding (always run)

Regardless of depth, open with two short blocks:

2A — Basic structure.

📄 Type: [article/paper/report]
🎯 Core thesis: [one sentence]
Structure:
├─ Argument 1 → [key support]
├─ Argument 2 → [key support]
└─ Argument 3 → [key support]
Key concepts: [3–5 terms with one-line definitions]

2B — SCQA breakdown. Apply the four-element decomposition from scqa-framework:

**S (Situation)**: [context the article establishes]
**C (Complication)**: [problem identified]
**Q (Question)**: [core question]
**A (Answer)**: [main solution / conclusion]
Structure quality — clarity / logic / completeness: [★★★☆☆]

2C — 5W2H gap check (L1+). Quick scan: which of What, Why, Who, When, Where, How, How much are well-covered, partial, or missing? Flag the 1–2 most critical gaps.

Step 3: Apply Frameworks (depth-gated)

Load only the frameworks the user's depth bought. Each framework follows the same pattern: load reference module → apply lens → produce one fixed-shape block.

L2 additions:

  • Critical Thinking (critical-thinking) — argument strength score (X/10), strengths, weaknesses, logical fallacies detected.
  • Inversion (inversion-thinking) — pre-mortem on the article's recommendation: "how would this fail?", missing risk factors, mitigations.

L3 additions:

  • Mental Models (mental-models) — pick 3–5 models from different disciplines (physics, biology, psychology, economics, math), apply each lens, surface cross-model patterns.
  • First Principles (first-principles) — strip to fundamental truths, validate each core assumption, rebuild from base.
  • Systems Thinking (systems-thinking) — map relationships, feedback loops, leverage points.
  • Six Hats (six-hats) — White (facts), Red (feelings), Black (cautions), Yellow (benefits), Green (creativity), Blue (process).

L4 addition:

  • Cross-source comparison (comparison-matrix) — web-search 2–3 related sources, compare SCQA across sources, identify consensus vs divergence, synthesize integrated perspective.
  • Disconfirmation + per-part grounding (pre-synthesis gate) — run at least one search that tries to falsify the leading takeaway (rule alternatives in/out, not only confirm), and ground each part of the reading goal in a retrieved source before writing it. Distinct from verify-before-complete (completion evidence).

Step 4: Synthesize by Goal

Output shape is driven by Step 0 goal, not by frameworks applied. Pick exactly one of the four blocks below.

For problem-solving: Applicable solutions (2–3 from content) → Application plan with timed action steps → Success metrics → Risk mitigations from Inversion.

For learning: Core concepts (definition + example) → Mental models gained → Connections to prior knowledge → First Principles fundamental question → 3 verification questions (understanding / application / evaluation).

For writing reference: Key arguments + evidence (with paragraph citations) → Quotable insights with context → Critical analysis (strengths for citing, limitations for balanced discussion) → Alternative perspectives from Mental Models → Gaps and counterfactuals.

For decision-making: Options presented → Multi-model evaluation (economic + risk + systems lens) → Six Hats decision analysis → Scenario analysis (best / worst / most likely) → Synthesized recommendation.

Step 5: Knowledge Activation (always end here)

Regardless of goal, close with three fixed blocks:

## 🎯 Top 3 takeaways
1. **[Insight]** — Why it matters: [...] · One action: [specific, time-bound]
2. **[Insight]** — Why it matters: [...] · One action: [specific, time-bound]
3. **[Insight]** — Why it matters: [...] · One action: [specific, time-bound]

## 💡 Quick win — one tiny, specific action for the next 24 hours.

## 🧭 Frameworks used
✅ SCQA  ✅ 5W2H  ✅ Critical  ✅ Inversion
□ Mental Models  □ First Principles  □ Systems  □ Six Hats

Step 6: Validate

  1. Every claim is faithful to the source — no misrepresentation, facts distinguished from opinions.
  2. Frameworks applied purposefully, not force-fit — drop a framework that adds no insight rather than padding the output.
  3. Output ends with concrete, actionable steps — no analysis-without-application.
  4. Specific citations (paragraph numbers, quotes) where the source supports them.

Output format

  1. Structural block (Step 2) — type / thesis / structure tree / key concepts / SCQA / 5W2H gaps.
  2. Framework blocks (Step 3) — one fixed-shape block per framework the depth bought.
  3. Goal-shaped synthesis (Step 4) — problem-solving / learning / writing / decision-making.
  4. Knowledge activation (Step 5) — top 3 takeaways · quick win · frameworks-used checkboxes.

Gotcha

  • The model tends to apply every framework even at L1 — respect the depth budget; skip frameworks the user did not buy.
  • The model tends to summarize instead of analyze when the user pastes long text — go deep on 1–3 points, not shallow on all of them.
  • Inversion drifts into adversarial code review — this skill targets decisions and arguments, not diffs. Route diff stress-tests to adversarial-review / judge-bug-hunter.
  • Mental Models drifts into name-dropping — pick 3–5, apply each lens concretely to the article's claims, drop models that yield no new insight.
  • L4 cross-source comparison drifts into a literature review — keep it to 2–3 sources, focus on consensus / divergence / unique value.
  • Output without action steps is a failure mode — every Step-4 synthesis must end with timed, concrete actions tied to the user's goal.

Do NOT

  • Do NOT force-apply all frameworks at the user's chosen depth — drop ones that add no insight.
  • Do NOT copy text verbatim from the source — always reword for the user's understanding; any exact quote follows content-quoting-floor (≤15 words, one quote per source).
  • Do NOT restate a fresh-lookup-class claim (current status, version, price, date) from model memory — verify against a live source or flag it as unverified, per asking-and-brevity-examples § Volatile-fact freshness.
  • Do NOT use academic jargon without one-line definitions in the "key concepts" block.
  • Do NOT skip Step 5 — the takeaways + quick win are the load-bearing output, not optional decoration.
  • Do NOT route code reviews, diff stress-tests, or incident debugging through this skill.

Reference modules

All 8 framework modules are project-local guidelines under docs/guidelines/agent-infra/ (full text adopted under the Reference-Guideline Sunset Policy). Each carries an ## ADOPT citation footer pinning its MIT upstream origin.

Deprecated — on-demand upstream loading. Earlier revisions of this skill described loading some modules "on demand from a SHA-pinned URL", backed by an external_source frontmatter pin. That capability was never wired (no fetcher ever consumed the pin; it was schema-only metadata), so the pin and its refresh_trigger / sunset_criterion bundle have been removed — every module is local, no runtime fetch is needed. If a future revision genuinely needs live upstream content, build an explicit fetch step; do not reintroduce a non-functional metadata pin.

Alternatives

Compare before choosing

Computed 10042,015

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 997

event4u-app/agent-config

design-review

Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.

Computed 9831,966

K-Dense-AI/scientific-agent-skills

dask

Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.

Computed 9831,966

K-Dense-AI/scientific-agent-skills

neurokit2

Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.