Ingest report
Type: kb/types/type-spec.md
Authoring Instructions
Use ingest-report for source ingestion analysis. An ingest report records how one source snapshot fits the KB; it is an analysis artifact, not the source itself.
Metadata
- Set
source_snapshotto the source snapshot filename or repo-root path. - Set
source_typeto the classification of the source being ingested. - Use
type: ingest-reportfor the artifact type. - Use
domainsfor two to four topic tags that make the report searchable. - Use file-relative Markdown links in the report body.
Source Type
Choose one source_type:
scientific-paperfor peer-reviewed papers or preprints with methodology, data, or citations.practitioner-reportfor reports from someone who built something and describes what worked or failed.conceptual-essayfor framings, analogies, or theoretical positions.design-proposalfor RFCs, API designs, or architecture proposals for a specific system.tool-announcementfor new tool, library, or framework releases.github-issuefor bug reports, feature requests, or PRs from a specific repo.conversation-threadfor discussion without a single authorial thesis.
Sections
Classificationidentifies the source type, domain tags, and author signal.Summaryis one paragraph for someone deciding whether to read the full source.Connections Foundsummarizes the companion connect report and explains how the source fits the current KB.Extractable Valuelists three to seven items, ordered by reach and novelty relative to existing KB connections.Limitations (our opinion)states where the source should not be trusted or over-generalized.Recommended Next Actionchooses one specific next action.
Extraction Standards
- Base extractable value on what is new relative to the connect report.
- Mark extractable value items with effort tags:
[quick-win],[experiment],[deep-dive], or[just-a-reference]. - Assess reach: high-reach findings explain why something works beyond the source's local context; context-bound observations should be flagged.
- Before writing limitations, ask what is surprising, what simpler account could explain the result, and whether the central claim is hard to vary.
- Be specific in the recommended action: name the note to update, the note to write, the brainstorming question, or why the source should only be filed as a reference.
Template
---
description: "{one-line retrieval filter}"
source_snapshot: "{input filename}"
ingested: "{YYYY-MM-DD}"
type: kb/sources/types/ingest-report.md
source_type: {source type}
domains: [{tag1}, {tag2}, {tag3}]
---
# Ingest: {source title}
Source: {filename}
Captured: {date from frontmatter}
From: {source URL from frontmatter}
## Classification
Type: {source type} -- {brief justification}
Domains: {tag1}, {tag2}, {tag3}
Author: {credibility signal}
## Summary
{One paragraph}
## Connections Found
{Summary of connect discovery: which notes, what relationships, and what this source adds}
## Extractable Value
1. **{item}** -- {why it matters relative to existing KB connections}. [{effort}]
## Limitations (our opinion)
{Where this source should not be trusted or over-generalized}
## Recommended Next Action
{One specific action}