Files
david.delagneau 1ad707373a Add daily logs and templates for project fidelity
- Created daily log entries for May 13, 14, 18, 19, 20, and 21, capturing work done, findings, and next steps.
- Established a daily logs index for easy navigation of daily notes.
- Developed templates for daily logs, decisions, meeting notes, people, systems, and work items to standardize documentation.
- Introduced base files for filtering and displaying various types of project knowledge, including daily notes, decisions, people, systems, work items, and workstreams.
- Added maps for current work, fidelity apps, and fidelity domain to enhance project navigation and context.
2026-05-21 12:28:07 -06:00

80 lines
2.3 KiB
Markdown

---
type: agent-map
domain: tooling
updated: 2026-04-27
tags:
- map
- tooling
---
# Tooling Map
Commands, prompts, skills, workflows, and automation surfaces that make the workspace operate consistently.
---
## Shared Source
- Shared workflow/rule source: `.agents/`
- Shared workflow index: `.agents/workflows/index.md`
- Shared skills/rules source: `.agents/rules/`
- Shared skills compatibility path: `.agents/skills/`
- Singular alias for compatible tools: `.agent/`
- Gemini entrypoint: `GEMINI.md`
---
## OpenCode Agents
- [AI Workspace Core Map](ai-workspace-core.md)
- Fidelity agent: `.opencode/agents/fidelity.md`
- Workspace agent: `.opencode/agents/workspace.md`
---
## Commands
- Shared workflows source: `.agents/workflows/`
- 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
- Shared skills source: `.agents/skills/`
- Skills index: `.agents/skills/index.md`
- Workspace memory curation: `.agents/skills/workspace-memory-curation/SKILL.md`
- Professional communication: `.agents/skills/professional-communication/SKILL.md`
- Status reporting: `.agents/skills/status-reporting/SKILL.md`
- AI prompt engineering: `.agents/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/`
- Obsidian MCP migration plan: `agent-memory/workflows/obsidian-mcp-migration.md`
- Project knowledge vault: `workspaces/fidelity/project-knowledge/`
- Agent operating memory: `agent-memory/`