Project Coordination
Overview
The project coordination pattern exists so work that spans multiple areas does not depend on memory. It combines durable notes, clear next steps, reference material, and tracked work records.
Problem
When work spans more than one project area, context can become vague: one place has reference material, another has decisions, and neither should rely on old conversation history as the only record.
Pattern
The coordination pattern keeps reference material, decisions, review notes, and follow-up in places that can be found again.
System
The system uses:
- readable notes for context
- clear “look here” pointers when attention is needed
- searchable reference material
- tracked work records for ownership and review
Build Notes
The useful improvement was reducing ceremony. If a project record already has enough context, the next update belongs there. Separate notes and pointers are used when they add durable context or reduce ambiguity.
Current Evidence
- Searchable reference material exists for recurring project context.
- Decisions and follow-up can move into tracked records when they need ownership.
- Coordination improvements are tracked when real project work exposes gaps.
Current State
The reference path is available, and the pattern is active. New coordination improvements should become tracked work when real project work exposes gaps.