Write a term page for: $ARGUMENTS
Instructions
-
Read the style guide at
content/writing/texts/style-guide.md. -
Identify which education discipline the term belongs to:
- pedagogy — terms about teaching practice and theory
- learning — terms about how understanding develops
- knowledge-transmission — terms about how knowledge moves between people and communities
-
Read the discipline’s existing
terms/index.mdto see what terms exist and what format they follow. -
Check whether the term already exists:
find content/education -name "*.md" | xargs grep -li "$TERM" 2>/dev/null-
Read any related term pages to understand the local context and linking conventions.
-
Write the term page following this structure:
Required term page structure
Location: content/education/disciplines/{discipline}/terms/{term-slug}.md
Frontmatter:
---
title: "term name"
aliases:
- "term name"
- "alternate name" # if applicable
date-created: [current ISO 8601]
type: term
tags:
- [relevant tags, CamelCase]
defines:
- "term name"
cites:
- "Source Work Title"
---Body:
- Opening sentence: State what the term IS in one clear sentence. Link the term to itself:
[Term](./term.md). - Definition (1-3 paragraphs): Define the concept. Ground it in the intellectual tradition it comes from. Use
[@citekey]for scholarly sources. - Concrete illustration: At least one concrete example or scenario showing the concept in action. This is not optional — a term page without grounding in concrete experience reproduces the banking model.
- Related terms section: Bulleted list of related terms with one-line descriptions of the relationship. Use relative links.
Rules
- One concept per page. If two concepts are genuinely inseparable, define both; otherwise split.
- Cite the intellectual source. Every educational term comes from somewhere — name the thinker, the text, the tradition.
- Link to the school or tradition where the term originates (if a school page exists).
- Do not define the term instrumentally (“this matters because the vault needs it”). Define it as genuine knowledge.
- Follow PTGAE: no vague adverbs, active voice, no telling the reader how to feel.
- First mention of a person uses their full name with a
[[wikilink]].
-
After writing, update the discipline’s
terms/index.mdto include the new term alphabetically. -
Check for pages in other domains that should link to this term (e.g., sociology terms that reference the same concept). Report any recommended cross-links.