| name | trellis:status |
| description | Show pipeline status for all features. Use when checking progress across the spec pipeline. |
| allowed-tools | Bash(python3:*), Read |
When to use
- "show status", "pipeline status", "what's the state of specs", "trellis status"
- Any request to see an overview of feature progress
Pre-flight
Run python3 ${CLAUDE_PLUGIN_ROOT}/scripts/pipeline-status.py and capture the JSON output.
Behavior
Format the JSON output as a user-friendly status display:
- Show whether
guidelines.md exists
- For each feature, show which stages are complete (pitch, spec, plan, prep, compliance) using checkmarks
- If all core stages (pitch, spec, plan, prep) are complete, note it's ready for
/trellis:build
- Show sketch count if any exist
Present the output in a clear, readable format. Do not add commentary beyond the status data.