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:
49
project-knowledge/09-templates/daily.md
Normal file
49
project-knowledge/09-templates/daily.md
Normal 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.
|
||||
39
project-knowledge/09-templates/decision.md
Normal file
39
project-knowledge/09-templates/decision.md
Normal 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
|
||||
|
||||
-
|
||||
36
project-knowledge/09-templates/meeting-note.md
Normal file
36
project-knowledge/09-templates/meeting-note.md
Normal 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
|
||||
|
||||
-
|
||||
37
project-knowledge/09-templates/person.md
Normal file
37
project-knowledge/09-templates/person.md
Normal 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
|
||||
|
||||
-
|
||||
37
project-knowledge/09-templates/system.md
Normal file
37
project-knowledge/09-templates/system.md
Normal 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
|
||||
|
||||
-
|
||||
45
project-knowledge/09-templates/work-item.md
Normal file
45
project-knowledge/09-templates/work-item.md
Normal 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
|
||||
|
||||
-
|
||||
37
project-knowledge/09-templates/workstream.md
Normal file
37
project-knowledge/09-templates/workstream.md
Normal 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
|
||||
|
||||
-
|
||||
Reference in New Issue
Block a user