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:
65
agent-memory/maps/tooling.md
Normal file
65
agent-memory/maps/tooling.md
Normal file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
type: agent-map
|
||||
domain: tooling
|
||||
updated: 2026-04-17
|
||||
tags:
|
||||
- map
|
||||
- tooling
|
||||
---
|
||||
|
||||
# Tooling Map
|
||||
|
||||
Commands, prompts, skills, workflows, and automation surfaces that make the workspace operate consistently.
|
||||
|
||||
---
|
||||
|
||||
## OpenCode Agents
|
||||
|
||||
- [AI Workspace Core Map](ai-workspace-core.md)
|
||||
- Fidelity agent: `.opencode/agents/fidelity.md`
|
||||
- Workspace agent: `.opencode/agents/workspace.md`
|
||||
|
||||
---
|
||||
|
||||
## Commands
|
||||
|
||||
- Commands index: `.opencode/commands/index.md`
|
||||
- Workspace context: `.opencode/commands/workspace-context.md`
|
||||
- Memory health: `.opencode/commands/memory-health.md`
|
||||
- Memory create: `.opencode/commands/memory-create.md`
|
||||
- Communication sync: `.opencode/commands/communication-sync.md`
|
||||
- Archive import: `.opencode/commands/archive-import.md`
|
||||
- AI prompt: `.opencode/commands/ai-prompt.md`
|
||||
- Standup: `.opencode/commands/standup.md`
|
||||
- Manager update: `.opencode/commands/manager-update.md`
|
||||
- Sync context: `.opencode/commands/sync-context.md`
|
||||
|
||||
---
|
||||
|
||||
## Skills
|
||||
|
||||
- Skills index: `.opencode/skills/index.md`
|
||||
- Workspace memory curation: `.opencode/skills/workspace-memory-curation/SKILL.md`
|
||||
- Professional communication: `.opencode/skills/professional-communication/SKILL.md`
|
||||
- Status reporting: `.opencode/skills/status-reporting/SKILL.md`
|
||||
- AI prompt engineering: `.opencode/skills/ai-prompt-engineering/SKILL.md`
|
||||
|
||||
---
|
||||
|
||||
## Prompts And Workflows
|
||||
|
||||
- Prompts index: `prompts/index.md`
|
||||
- Standup prompt: `prompts/standup.md`
|
||||
- Manager update prompt: `prompts/manager-update.md`
|
||||
- Story draft prompt: `prompts/story-draft.md`
|
||||
- OpenCode entry workflow: `workflows/opencode-entry.md`
|
||||
- Daily context sync: `workflows/daily-context-sync.md`
|
||||
|
||||
---
|
||||
|
||||
## Memory Interface
|
||||
|
||||
- Project-agnostic memory scripts: `scripts/memory/`
|
||||
- Current Obsidian adapter: `scripts/obsidian/`
|
||||
- Project knowledge vault: `project-knowledge/`
|
||||
- Agent operating memory: `agent-memory/`
|
||||
Reference in New Issue
Block a user