# Trellis:status

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

- Skill: `robmclarty/trellis-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add robmclarty/trellis-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/robmclarty/trellis-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: robmclarty (https://skillmd.com/u/robmclarty)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/robmclarty/trellis-status

---


## 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.

