What: Living documentation that bridges business domain and technical implementation. Why: Quick project understanding and onboarding for developers, agents, and stakeholders. Where:
.opencode/context/project-intelligence/(dedicated folder)
| What You Need | File | Description |
|---|---|---|
| Understand the "why" | business-domain.md |
Problem, users, value |
| Understand the "how" | technical-domain.md |
Stack, architecture |
| See the connection | business-tech-bridge.md |
Business → technical mapping |
| Know the context | decisions-log.md |
Why decisions were made |
| Current state | living-notes.md |
Active issues, debt, questions |
Projects fail when:
This ensures business and technical domains speak the same language.
.opencode/context/
├── project-intelligence/ # Project-specific context
│ ├── navigation.md # Quick overview & routes
│ ├── business-domain.md # Business context, problems solved
│ ├── technical-domain.md # Stack, architecture, decisions
│ ├── business-tech-bridge.md # How business needs → solutions
│ ├── decisions-log.md # Decisions with rationale
│ └── living-notes.md # Active issues, technical debt
└── core/ # Universal standards
For new team members or agents:
navigation.md (this file)business-domain.md to understand the "why"technical-domain.md to understand the "how"business-tech-bridge.md to see the connectiondecisions-log.md for context on key choicesliving-notes.md for current state| Trigger | Action |
|---|---|
| Business direction shifts | Update business-domain.md |
| New technical decision | Add to decisions-log.md |
| New issues or debt | Update living-notes.md |
| Feature launch | Update business-tech-bridge.md |
| Stack changes | Update technical-domain.md |
Full Management Guide: See .opencode/context/core/standards/project-intelligence-management.md
.opencode/context/core/context-system.md for system overview.opencode/context/core/standards/project-intelligence-management.md.opencode/context/core/context-system.md.opencode/context/core/standards/navigation.md