| name | reality-check |
| description | Quick documentation vs code reality validation. |
@reality-check
Quick validation that docs match code before making changes. ~90 seconds (vs 5-10 min for @verify-workstream).
When to Use
- About to modify file based on documentation
- Unsure if docs reflect implementation
- Quick check before full verify-workstream
Workflow
- Read actual code first — Don't read docs first. Use Read tool on target file.
- Compare — What does code actually do vs what we assumed?
- Report — Match? Proceed. Mismatch? Stop or adapt.
Output Format
## Reality Check: <filename>
### What Code Actually Does: [summary]
### What We Assumed: [expectation]
### Recommendation: ✅ Proceed / ⚠️ Stop / 🔄 Adapt
See Also
- @verify-workstream — Full workstream validation
- @build — Uses reality-check during execution