Add project-knowledge structure and templates

- Introduced new maps for navigating project knowledge, including "Current Work," "Fidelity Domain," "Fidelity Apps," "Work Items," and "People."
- Created base files for daily notes, decisions, people, systems, work items, and workstreams with defined properties and views.
- Developed templates for daily notes, decisions, meeting notes, persons, systems, work items, and workstreams to standardize documentation.
- Updated scripts and prompts to reflect the new project-knowledge directory structure.
- Removed outdated onboarding and start-here documents, consolidating relevant information into the new maps.
- Ensured all references in workflows and scripts point to the new project-knowledge paths.
This commit is contained in:
2026-04-17 15:52:08 -06:00
parent 11fdb17fcb
commit dbc1894e27
175 changed files with 1163 additions and 914 deletions

View File

@@ -0,0 +1,49 @@
---
type: daily
project: fidelity
date: "{{date:YYYY-MM-DD}}"
status: active
focus: []
work-items: []
blockers: []
tags:
- daily
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{date:YYYY-MM-DD}}
## Focus
-
---
## Work Done
-
---
## Findings
-
---
## Communication
-
---
## Next Steps
-
---
## Blockers
- None currently.

View File

@@ -0,0 +1,39 @@
---
type: decision
project: fidelity
status: proposed
date:
title: "{{title}}"
systems: []
workstreams: []
people: []
related: []
tags:
- decision
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Decision
-
---
## Context
-
---
## Constraints
-
---
## Follow-up
-

View File

@@ -0,0 +1,36 @@
---
type: meeting-note
project: fidelity
date: "{{date:YYYY-MM-DD}}"
people: []
work-items: []
systems: []
tags:
- meeting
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Context
-
---
## Decisions / Agreements
-
---
## Action Items
-
---
## Memory Updates
-

View File

@@ -0,0 +1,37 @@
---
type: person
project: fidelity
role:
status: active
teams: []
topics: []
related: []
tags:
- person
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Role
-
---
## Collaboration Pattern
-
---
## Communication Notes
-
---
## Related Context
-

View File

@@ -0,0 +1,37 @@
---
type: system
project: fidelity
status: active
systems: []
workstreams: []
people: []
related: []
tags:
- system
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Role
-
---
## Stable Patterns
-
---
## Risks
-
---
## Related Context
-

View File

@@ -0,0 +1,45 @@
---
type: work-item
project: fidelity
status: active
ticket: "{{ticket}}"
title: "{{title}}"
systems: []
workstreams: []
people: []
related: []
tags:
- work-item
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{ticket}} - {{title}}
## Status
-
---
## Context
-
---
## Confirmed Findings
-
---
## Current Guidance
-
---
## Next Step
-

View File

@@ -0,0 +1,37 @@
---
type: workstream
project: fidelity
status: active
systems: []
work-items: []
people: []
related: []
tags:
- workstream
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Goal
-
---
## Stable Patterns
-
---
## Current Risks
-
---
## Related Work
-