workflow-fetch-and-classify-materials

Orchestrates fetch skills to gather and classify information from Slack, Linear, Notion, GitHub, and web sources.

Updated May 18, 2026
One-click install
npx skills add https://github.com/dodonki1223/vault --skill workflow-fetch-and-classify-materials-dodonki1223
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-fetch-and-classify-materials
Source: https://github.com/dodonki1223/vault/tree/main/.agents/skills/workflow-fetch-and-classify-materials
Command: npx skills add https://github.com/dodonki1223/vault --skill workflow-fetch-and-classify-materials-dodonki1223

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Gathering context for project updates or decisions often requires manually pulling information from many scattered sources like Slack threads, Linear issues, Notion docs, GitHub, Google Meet, and Google Sheets. This Skill coordinates that collection and organizes the raw results into a classified, decision-ready summary. ## Core Features & Use Cases - Multi-source orchestration: Selects the minimal set of fetch skills (Slack, Linear, Notion, GitHub, Google Meet, Google Sheets, generic web) based on the target and purpose, and can run read-only fetches in parallel via subagents. - Structured classification: Passes fetched materials to a classification step that separates facts, decisions, assumptions, key links, unresolved items, next actions, and items waiting on the user. - Use Case: Before updating a project status page, ask it to collect the relevant Slack discussion, Linear issue state, and Notion spec, then receive a classified digest showing what is confirmed, what is still unresolved, and what information is missing. ## Quick Start Use the workflow-fetch-and-classify-materials skill to gather materials about this topic from Slack, Linear, and Notion and classify the results for my project update.

Frequently Asked Questions about workflow-fetch-and-classify-materials

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

FAQPage Schema
How do I gather project context from Slack, Linear, and Notion at once?▼

Invoke this workflow skill with the target, purpose, and any time range or exclusions. It selects the appropriate fetch skills per source, runs them in parallel as read-only subagents, and returns a unified classified summary.

What sources can this information gathering workflow read from?▼

It supports Slack, Linear, Notion and Docs, GitHub, Google Meet, Google Sheets, and general web pages via dedicated fetch skills. Sources with a dedicated connector use their own skill rather than the generic web fetcher.

Does this workflow update Linear issues or Notion pages automatically?▼

No. The workflow is strictly read-only and stops at fetching and classifying information. It never calls write skills or edits files, and instead suggests which update or review skill should receive the results next.

How are fetched materials classified in the output?▼

Results are classified into facts, decisions, assumptions, key links, unresolved items, next actions, items waiting on the user, and unclassifiable content. Contradictions are preserved as unresolved rather than silently resolved.

What happens if one source fails due to missing permissions?▼

The failure reason for that source is recorded and fetching continues for the remaining sources. The final report separates what was retrieved from what is still missing so gaps stay visible.