Stencil-based content extraction pattern¶
The Stencil-based content extraction pattern is a workflow design strategy that focuses on separating the definition of data extraction logic (the "stencil") from the actual content source, enabling the reuse of structural patterns across different instances^[300-閱讀筆記__筆記法.md].
Core Concept¶
The core idea is to treat the format or structure of a note as a repeatable template^[300-閱讀筆記__筆記法.md]. By establishing a standard "stencil" or template for common tasks—such as meeting notes, project plans, or reading notes—users can ensure consistency and reduce the cognitive load associated with formatting documents from scratch^[300-閱讀筆記__筆記法.md].
This pattern allows the creator to focus on the content ("extraction") while relying on the pre-defined stencil to handle the organization and structure^[300-閱讀筆記__筆記法.md].
Implementation in Learning (HQ&A)¶
A practical application of this pattern is found in the HQ&A (Highlight, Question, Answer) method for reading notes^[300-閱讀筆記__筆記法.md]. The "stencil" here is the three-step structure imposed on the reading material:
- Highlight (標記): Capturing original text segments^[300-閱讀筆記__筆記法.md].
- Question (提問): Formulating questions based on those segments^[300-閱讀筆記__筆記法.md].
- Answer (回答): Writing out answers in one's own words^[300-閱讀筆記__筆記法.md].
By rigidly applying this stencil, the learner extracts value from the source material through a consistent process of deep thinking and synthesis^[300-閱讀筆記__筆記法.md].
Benefits¶
- Consistency: Ensures that no critical steps or perspectives are missed during the documentation process^[300-閱讀筆記__筆記法.md].
- Efficiency: Streamlines the workflow by removing the need to decide how to structure information for every new item^[300-閱讀筆記__筆記法.md].
Related Concepts¶
- [[筆記法]]
- [[Templates]]
- Documentation Workflow