SESSION-STARTUP-GUIDE.md:
- Added model selection table (4.5 vs 4.6)
- When to use 4.6: complex coding, MVC, Arbiter, debugging
- When to stay on 4.5: documentation, marketing, routine ops
- Three options for mid-session model switching
New template:
- docs/templates/context-handoff-template.md
- Structured format for transferring context between sessions
- Covers: task state, decisions, files, next steps, gotchas
Chronicler #66 - The Indexer
New standard establishing documentation requirements for major projects.
FFG-STD-005 defines:
- When to create implementation guides (BEFORE building)
- Required sections (13 mandatory, 6 optional)
- Quality requirements (completeness, copy-paste ready, context-free)
- File location conventions
- Maintenance procedures
- Enforcement rules
Core principle: If Claude crashes, another AI must be able to
continue using only the implementation guide.
Template provided at docs/templates/implementation-guide-template.md
Reference implementation: Trinity Console 2.0 guide (1,776 lines)
Rationale: The 30 minutes spent writing a guide saves 3 hours of
reconstruction later.
Signed-off-by: Claude (Chronicler #61) <claude@firefrostgaming.com>