statuslisted
Install: claude install-skill qwerfunch/cladding
# Cladding status (formerly `panel`)
Run `clad status` from the project root. Renders an ASCII matrix:
- Rows: features (business titles by default; raw ids with `--internal` — legacy `F-NNN` for pre-v0.3.9 features, `F-<hash6>` for v0.3.9+).
- Columns: 15 Iron Law stages.
- Cells: pass · skip · fail · not-yet-attempted.
Use this after `clad check` to see *which features* failed *which stages* at a glance, not just the aggregate exit code.
```
clad status
clad status --internal
```