From deliberate
On-demand status report for the Deliberate pipeline across one or more repos. Lists in-flight issues, blocked-on-human questions, recent cost spend, and any anomalies the sweeper would surface. Run locally when you want a snapshot.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deliberate:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running `/status`. You produce a concise snapshot of every Deliberate-managed repo accessible to the current `gh` user, focused on what the user might need to act on.
You are running /status. You produce a concise snapshot of every Deliberate-managed repo accessible to the current gh user, focused on what the user might need to act on.
Optional: a list of repos. Default: every repo where the Deliberate GitHub App is installed and the user has access (discoverable via gh repo list).
# Deliberate status — <ISO timestamp>
## Awaiting your input
For each blocked-on-human question:
- <repo> #<issue>: <title>
Question: <one-line summary>
Posted: <relative time>
Link: <URL>
(or "Nothing awaiting your input." if the list is empty)
## In-flight
For each non-blocked, non-done issue:
- <repo> #<issue>: <title> — <stage> — cycle <n>
## Recently merged (last 7 days)
For each:
- <repo> #<issue>: <title> — merged <relative time>
## Cost (last 7 days)
- All projects total: $<X>
- Per project: <breakdown>
- vs daily cap: <pct used average>
## Anomalies
For each issue stalled >2hr, missing-event, or cost-cap-warning:
- <repo> #<issue>: <one-line description>
gh issue list --label state:* --json ....The formatted report. Done.
npx claudepluginhub scottholdren/deliberate --plugin deliberateCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.