Developer ExperienceDeveloper experience
Status
/eng-org:status
What it does
Snapshots the pipeline board and renders a table showing every active REQ, its current pipeline stage, its program and milestone, and the single next action needed to advance it. This command is strictly read-only — it never writes or mutates any artifact.
When to use it
Run at any time to see where every in-flight REQ stands. Use the --all flag to include shipped requirements, or --program PROG-id to filter by a specific program.
Inputs
- optional: --all flag
- optional: --program PROG-id
Outputs
- pipeline board table (printed to terminal, no file written)
Example
/eng-org:status — prints two tables: the REQ board (id, program/milestone, mode, current stage, next action, verdict) and the programs board (id, phase, current milestone, REQs in flight).