From consensus-loop
Displays consensus-loop status: pending reviews, audit state, retro marker, agent assignments. Check before starting work or after breaks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/consensus-loop:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the current state of the feedback cycle.
Check the current state of the feedback cycle.
node -e "const c=JSON.parse(require('fs').readFileSync('${CLAUDE_PLUGIN_ROOT}/config.json','utf8'));console.log('watch_file:',c.consensus.watch_file);console.log('trigger:',c.consensus.trigger_tag);console.log('agree:',c.consensus.agree_tag);console.log('pending:',c.consensus.pending_tag)"
cat "$(git rev-parse --show-toplevel)/.claude/audit.lock" 2>/dev/null || echo "No audit running"
cat ${CLAUDE_PLUGIN_ROOT}/.session-state/retro-marker.json 2>/dev/null || echo "No retro pending"
head -30 "$(git rev-parse --show-toplevel)/.claude/session-handoff.md" 2>/dev/null || echo "No handoff"
Summarize:
npx claudepluginhub berrzebb/claude-plugins --plugin consensus-loopShows a single-screen work status dashboard with task state, epic progress, knowledge flywheel health, and recent activity. Useful for getting oriented or deciding next actions.
Checks worldai-workstreams team agents and summarizes status, commits, and beads. Useful for monitoring agent progress and getting periodic status updates.
Displays AgentHub session status: DAG state, agent branches, commit counts, frontier status, last updates, and board activity. Invoke via /hub:status.