On this page
Use this when a capability does not yet exist in the vault and you need to go from idea to an approved architecture.
5-Minute Path
- Create investigation note in
10-topics/domain-folder/. - Create a minimal architecture note early with
status: draft. - Capture options, risks, and open questions.
- Promote to reference topic when the story stabilizes.
- Record the decision in an ADR.
- Evolve draft architecture to active architecture as decisions close.
- Link TOGAF/workpackage notes only when they add traceability value.
Detailed Steps
1) Investigation
- Create
topic-your-scope-investigation.md(type: topic,subtype: investigation). - Focus on unknowns, alternatives, assumptions, and decision drivers.
1b) Early Architecture Draft
- Create a lightweight
type: architecturenote in20-architecture/domain-folder/withstatus: draft. - Keep it small: scope, assumptions, and open questions are enough for the first version.
- Use workflow-draft-architecture-first for the minimum checklist.
2) Reference Topic
- Create
topic-your-scope.md(subtype: knowledge) when findings become reusable knowledge. - Set investigation to
status: closedand link viapromoted_toorrelated.
3) ADR
- Create
30-decisions/domain-folder/adr-XXX-your-scope.md. - Capture options, trade-offs, and consequences.
4) Architecture
- Create or update a
type: architecturenote in20-architecture/domain-folder/. - Include
## Applicable Principlesand links to driving ADR/topic notes.
5) Optional Traceability Lenses
- TOGAF: add ABB/SBB notes if capability-to-solution mapping needs to be explicit.
- Workpackage: add/update when implementation sequencing, ownership, or dependencies matter.
Done Criteria
- Decision is traceable (topic -> ADR -> architecture).
- Links are resolvable and validation passes.
- Domain landing/index pages reference the new canonical note where appropriate.