From promptspeak
Review and process pending governance holds. Use when holds are waiting for human approval or when the user asks about blocked operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/promptspeak:hold-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are triaging pending governance holds. Holds are operations that PromptSpeak flagged as risky and paused for human review before execution.
You are triaging pending governance holds. Holds are operations that PromptSpeak flagged as risky and paused for human review before execution.
ps_hold_list to see what's waiting.ps_hold_approve with the hold IDps_hold_reject with the hold ID and a reasonps_hold_stats to show the updated queue state.For each hold, use this format:
Hold #[id] — [agent_id] → [tool_name]
Risk: [brief risk description]
Flagged by: [pipeline stage]
Args: [summarized arguments]
⏱ Expires: [expiration time if set]
ps_hold_config to review hold thresholds.npx claudepluginhub elishakay/promptspeak-mcp-serverGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.