From supervibe
Use AFTER each agent task completion to track effectiveness (outcome, iterations, blockers, confidence-score, user-corrections) into effectiveness.jsonl. Triggers: 'оцени артефакт', 'log outcome', 'запиши результат', 'evaluate'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
- After agent claims task complete
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
/supervibe-score --recordFollow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
.supervibe/memory/effectiveness.jsonl for prior entrieseffectiveness: frontmatter sectionsuccess — task complete, no corrections, score ≥9partial — task complete with corrections OR score 7-8failed — task abandoned OR score <7none / stale-context / missing-skill / wrong-approach / user-correction.supervibe/memory/effectiveness.jsonl:
{"ts":"<ISO>","agent":"<id>","task":"<text>","outcome":"...","iterations":N,"blockers":[...],"confidence":N,"user-corrections":N}
effectiveness: block with most recentstale-context → suggest /supervibe-auditmissing-skill → suggest /supervibe-strengthenwrong-approach → flag for Persona reviewWas the task verified with command output?
yes -> success is possible if confidence >=9 and user made no correction
no -> classify as partial unless the task was explicitly read-only/advisory
Did the user correct the agent?
yes -> record user-correction and classify success only if correction was optional polish
no -> continue
Did the agent skip required memory/RAG/codegraph?
yes -> blocker includes stale-context or missing-context
no -> continue
Did the final output omit confidence footer?
yes -> blocker includes missing-confidence-footer
no -> continue
Each JSONL row must include:
ts: ISO timestamp.agent: stable agent id or skill id.task: short task summary.outcome: success, partial, or failed.iterations: count of meaningful correction loops.blockers: array of normalized blocker tags.confidence: numeric confidence or null.userCorrections: count of user corrections.verification: command names or read-only.notes: short explanation when outcome is not success.stale-context: memory, RAG, graph, or docs were stale.missing-skill: correct skill was absent or not invoked.wrong-approach: agent chose an approach that did not fit the task.missing-verification: agent claimed done without evidence.missing-artifact: required spec, plan, diff, screenshot, or test output was absent.user-correction: user corrected scope, quality, or behavior.tool-failure: tool or environment prevented completion.scope-creep: agent expanded task without explicit approval..supervibe/memory/effectiveness.jsonl exists or is created append-only.Returns:
supervibe:audit — consumes effectiveness datasupervibe:strengthen — consumes failure patterns