/arnold:feature
Show a feature completeness matrix - which features have overviews, flows, edge cases, and criteria.
When to use it
When you want to see which features have complete documentation and which have gaps. The matrix shows four doc types per feature so you can see exactly what's missing.
Usage
> /arnold:feature
🦕 FEATURE COMPLETENESS MATRIX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Feature Overview Flows Edge Cases Criteria
───────────── ──────── ───── ────────── ────────
🟡 Auth ✓ ✓ ✗ ✓
🔴 Booking ✓ ✓ ✗ ✓
🟢 Payments ✓ ✓ ✓ ✓
🔵 Calendar ✓ ✗ ✗ ✗
🟢 Accounts ✓ ✓ ✓ ✓
Run /arnold:plan to fill in missing docs.
What it does
Scans each feature folder and checks for the four standard doc types: overview, flows, edge cases, and acceptance criteria. Displays a matrix with ✓ and ✗ so you can see gaps at a glance.
See also
- /arnold:plan - Generate missing doc files
- /arnold:status - Project health overview
- Doc Structure - How Arnold organizes feature docs