# Status

> Show engagement dashboard with program info, scope, brain state, findings, agent activity, and cost estimate.

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

---

Show the engagement status dashboard.

Run `uv run python3 $CLAUDE_PROJECT_DIR/tools/statusline.py` to display the full dashboard.

After displaying, offer relevant next actions based on the state:
- If no scope: suggest `/sync`
- If no brain: suggest `/brain init`
- If no findings: suggest `/quickscan` or `/fullscan`
- If findings but no reports: suggest `/report`
- If exhausted vectors are high: suggest focusing on untested areas

## Top-Tier Dashboard Bar

Status should drive the next decision.

Always surface:
- highest-value untested target
- strongest confirmed finding not yet reported
- chain-pending feeders
- stale recon or scope data
- blockers requiring user action
- cost burn versus validated output
- evidence gaps before submission

End with exactly three recommended next actions ordered by expected value. Avoid generic "continue hunting" unless the target and vuln class are named.

