From promptspeak
Analyze behavioral drift patterns across agents. Use when reviewing agent health, investigating anomalies, or during periodic governance reviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/promptspeak:drift-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are conducting a behavioral drift review across governed agents.
You are conducting a behavioral drift review across governed agents.
ps_state_system to see all agents, their circuit breaker status, and drift metrics.ps_state_drift_history with the agent IDAgent: [agent_id]
Status: [circuit breaker state]
Drift: [current drift score] (baseline: [baseline])
Trend: [↑ increasing / → stable / ↓ decreasing]
Top concern: [most drifted dimension]
ps_state_resetps_state_halt until root cause is identifiedps_audit_get if the user wants to understand what caused the drift.ps_state_resume.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.