| name | wiki-templates |
| description | Use when creating or structuring a new Wiki page — decisions, systems, people, concepts, competition, conversations, projects, problems, or index files. |
Knowledge Base - Page Templates
Formatting rules
wiki/index.md
Links to section indexes only. Never add individual page entries here.
---
type: index
date: YYYY-MM-DD HH:mm:ss
---
# Knowledge Base - index
Topics:
* [[wiki/competition/_index|Competition]] — competing companies, products, and approaches
* [[wiki/concepts/_index|Concepts]] — technologies, standards, mental models, domain vocabulary
* [[wiki/conversations/_index|Conversations]] — valuable results of earlier queries/conversations
* [[wiki/decisions/_index|Decisions]] — why decisions were taken, on what basis, by whom, and when
* [[wiki/people/_index|People]] — colleagues, contacts, external stakeholders, teams
* [[wiki/problems/_index|Problems]] — active and past problems
* [[wiki/projects/_index|Projects]] — active and past initiatives
* [[wiki/systems/_index|Systems]] — our products, platforms, and services
wiki//_index.md
One per section. Alphabetically sorted. Add one line per new page; update summaries when materially changed.
---
type: index
date: YYYY-MM-DD HH:mm:ss
---
# <Type> - index
[[wiki/index|← Index]]
<One-sentence description of what this topic type covers.>
- [[wiki/concepts/isa-regulation|ISA regulation]] — EU ISA mandatory regulation; requires current speed limit data even post-subscription-expiry.
---
[[wiki/index|← Index]]
wiki/decisions/.md
---
type: decision
status: accepted | superseded | proposed
date: YYYY-MM-DD HH:mm:ss
systems:
- system-name
people:
- person-name
---
# Decision: <title>
## Context
## Concern
## Criteria
## Options
## Decision
## Rationale
## Consequences
## Related decisions
- [[...link (short description of relationship)...]]
## Related systems
- [[...link (short description of relationship)...]]
## Related people
- [[...link (short description of relationship)...]]
## Related notes
- [[...link (short description of relationship)...]]
Rule: ## Concern describes the problem only — no solution references. Solutions belong in ## Options, ## Decision, ## Rationale.
wiki/systems/.md
---
type: system
owner:
- team-name
status: active | deprecated | planned
---
# <System Name>
## What it does
## Interfaces and dependencies
## Known issues and risks
## Related decisions
- [[...link (key-design decisions first)...]]
## Related systems
- [[...link...]]
## Related people
- [[...link...]]
## Related notes
- [[...link...]]
wiki/people/.md
---
type: person | team
---
# <Name>
## Role and scope
## Working style and context
## Active on
- [[project-link]]
## Related decisions
- [[...link...]]
## Related systems
- [[...link...]]
## Related notes
- [[...link...]]
wiki/concepts/.md
---
type: concept
date: YYYY-MM-DD HH:mm:ss
tags: []
---
# <Concept>
## Short definition
## When it applies
## Explanation of the concept
## Examples in our context
- [[system-link]]
## Related decisions
- [[...link...]]
## Related systems
- [[...link...]]
## Related people
- [[...link...]]
## Related notes
- [[...link...]]
wiki/competition/.md
---
type: competitor
---
# <Competitor Name>
## What they do
## Key products and technologies
## How they compare to us
## Related decisions
- [[...link...]]
## Related systems
- [[...link...]]
## Related notes
- [[...link...]]
wiki/conversations/.md
---
type: conversation
---
# <Title>
## Summary
## Conversation
## Related
- [[...link...]]
wiki/projects/.md
---
type: project
status: active | closed | paused
started: YYYY-MM-DD HH:mm:ss
---
# <Title>
## Project description and goals
## Current state
## Open questions
## Log
<!-- append updates here, newest first -->
## Related decisions
- [[...link...]]
## Related systems
- [[...link...]]
## Related people
- [[...link...]]
## Related notes
- [[...link...]]
wiki/problems/.md
---
type: problem
status: open | closed | deferred
started: YYYY-MM-DD HH:mm:ss
---
# <Title>
## Problem statement and goal
## Current state
## Open questions
## Log
<!-- append updates here, newest first -->
## Related decisions
- [[...link...]]
## Related systems
- [[...link...]]
## Related people
- [[...link...]]
## Related notes
- [[...link...]]
Rule: ## Log sections are append-only. Add updates here; never modify the rest of the structure.