---
description: "Stage-14 cost visibility from the Claude Code surface: wraps the rstack-agents cost CLI verb over the run's metrics.json and cost_estimate.json."
argument-hint: "[run-id]"
owner: RStack developed by Richardson Gunde
---

# /sdlc-cost — Run Cost Report

```bash
RSTACK_PROJECT_ROOT="$(pwd)" npx rstack-agents cost $ARGUMENTS
```

No SDLC logic lives here — the harness owns cost telemetry (#83 metrics.json); this command only shells out to the cost exposure verb (#562).
