navigation.md 1.7 KB

Core Context Navigation

Purpose: Universal standards and workflows for all development


Structure

core/
├── navigation.md
├── context-system.md
├── essential-patterns.md
│
├── standards/
│   ├── navigation.md
│   ├── code-quality.md
│   ├── test-coverage.md
│   ├── documentation.md
│   ├── security-patterns.md
│   └── code-analysis.md
│
├── workflows/
│   ├── navigation.md
│   ├── code-review.md
│   ├── task-delegation.md
│   ├── feature-breakdown.md
│   ├── session-management.md
│   └── design-iteration.md
│
├── system/
│   └── context-guide.md
│
└── context-system/
    ├── guides/
    ├── examples/
    ├── standards/
    └── operations/

Quick Routes

Task Path
Write code standards/code-quality.md
Write tests standards/test-coverage.md
Write docs standards/documentation.md
Security patterns standards/security-patterns.md
Review code workflows/code-review.md
Delegate task workflows/task-delegation.md
Break down feature workflows/feature-breakdown.md
Context system context-system.md

By Type

Standards → Code quality, testing, docs, security (critical priority) Workflows → Review, delegation, task breakdown (high priority) System → Context management and guides (medium priority)


Related Context

  • Development../development/navigation.md
  • OpenAgents Repo../openagents-repo/navigation.md