--- type: types/type-spec.md name: concept description: Base type for concept pages - architectures, patterns, protocols, workflows, decisions or problems schema: types/concept.schema.yaml subtype_field: concept_type base_dir: concepts page_ref_fields: [related, sources] layout: architecture: {dir: architectures, title: Architekturen} pattern: {dir: patterns, title: Muster} protocol: {dir: protocols, title: Protokolle} workflow: {dir: workflows, title: Abläufe} decision: {dir: decisions, title: Entscheidungen} problem: {dir: problems, title: Problemstellungen} --- # Concept `concept` is the type for abstract ideas, methodologies, patterns and architectural decisions. Concepts provide the theoretical and methodological ground that entities implement or follow. ## Contents - [When to use](#when-to-use) - [When NOT to use](#when-not-to-use) - [Frontmatter](#frontmatter) - [Authoring guidance](#authoring-guidance) - [Template](#template) ## When to use - Documenting an architectural pattern or design approach - Explaining a design pattern or a programming methodology - Describing a communication protocol or standard - Recording a workflow or process that recurs across projects - Documenting an architectural decision (ADR) or design decision - Analysing a recurring problem and its solutions ## When NOT to use - For concrete things such as projects, systems or tools (use `entity`) - For source documents or ingested material (use `source`) - For comparative analyses of concrete subjects (use `comparison`) ## Frontmatter | Field | Required | Use | |---|---:|---| | `type` | Yes | `types/concept.md` | | `concept_type` | Yes | One of: architecture, pattern, protocol, workflow, decision, problem | | `tags` | No | Navigation tags for categorization | | `created` | Yes | Creation date (YYYY-MM-DD) | | `modified` | Yes | Date last changed (YYYY-MM-DD) | | `related` | No | Titles of related concepts and entities | | `sources` | No | Titles of the source pages backing this page's claims | | `provenance` | Yes | sourced, general or mixed | | `summary` | Yes | One-liner for `kb/index.md` | ## Authoring guidance - The title is the concept's canonical name and follows the established term of art, not the KB language (`kb/CONTRACT.md` § "Titles are identifiers", `kb/CONVENTIONS.md` §§ "Naming" and "Language") - Open with a clear definition: what the concept is - Give examples wherever they carry the understanding - Link to the entities that implement or use the concept - Under `provenance: sourced` or `mixed`, back hard facts inline with a `[^cite-id]` footnote - `tools/wikitool cite add --page "