What to Capture That Standard Process Documentation Misses
- All input sources and formats — not just the primary format, but every variant that exists in practice
- All output destinations — where does the result go, and in what format does each destination expect it?
- Decision logic — for every decision point in the process, what information is used and what are the rules?
- Exception patterns — what are the most common exceptions? How are they currently handled? How often do they occur?
- Edge cases known to practitioners — the scenarios that break the standard process at least once a month
- Quality signals — how does a practitioner know when they have done this correctly vs when something needs more attention?
- Tacit knowledge — what do experienced practitioners do differently from the documented procedure?