Trellis:status

Show pipeline status for all features. Use when checking progress across the spec pipeline.

robmclarty 5fb141e 841 B Updated

File contents

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:

  1. Show whether guidelines.md exists
  2. For each feature, show which stages are complete (pitch, spec, plan, prep, compliance) using checkmarks
  3. If all core stages (pitch, spec, plan, prep) are complete, note it's ready for /trellis:build
  4. Show sketch count if any exist

Present the output in a clear, readable format. Do not add commentary beyond the status data.

robmclarty/trellis/tree/main/skills/status commit 5fb141e8ca

Frequently asked questions

npx skillmds@latest add robmclarty/trellis-status