From supervibe
Use WHEN an approved implementation-plan exists to execute it phase-by-phase with mandatory verification per task and confidence-gate per phase. Triggers: 'выполни план', 'execute plan', 'запусти план', 'погнали по плану'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
WHEN a plan exists at `.supervibe/artifacts/plans/YYYY-MM-DD-<feature>.md` with confidence-scoring ≥9, OR user explicitly says "execute the plan".
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.
WHEN a plan exists at .supervibe/artifacts/plans/YYYY-MM-DD-<feature>.md with confidence-scoring ≥9, OR user explicitly says "execute the plan".
If subagents available, prefer supervibe:subagent-driven-development for fresh-context per task.
Follow 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:using-git-worktrees) unless user opts outdocs/references/scope-safety-standard.md and identify the plan's approved/deferred/rejected scope boundaryIf plan has critical gaps preventing start, STOP and ask. Do NOT guess.
If a task, subtask, or agent suggestion adds functionality outside the approved plan scope, STOP. Either remove the addition, defer/reject it with rationale, or obtain explicit user approval with tradeoff, verification, rollout, and rollback before continuing.
Do not stop after the first task, phase, or green check while the reviewed plan still has ready work, budget, and no blocker. Phase gates are verification checkpoints; they become terminal only when a check fails, scope expands, approval is required, dependencies are missing, or the user pauses/stops.
After every completed task, update a resume-safe checkpoint: completed task id, changed files, verification output, residual risks, next ready task, and exact resume command. If a task fails, fix the failure or mark the plan blocked with the failing command and next unblock action; do not silently skip to unrelated scope.
A plan task is ready only when it has accepted scope mapping, dependency state,
declared files, bite-sized steps, verification command, rollback, and stop
condition. If the plan omits these, repair the plan or route back to
supervibe:writing-plans before implementation.
A plan task is done only after the implementation matches the plan, verification evidence is captured, no unapproved extras shipped, and confidence is at least 9/10. A phase is done only when all tasks in that phase are done or explicitly blocked/partial with user acceptance.
Plan complexity?
├─ <10 tasks, all sequential → execute inline with checkpoint after each phase
├─ 10-50 tasks, some independent → execute inline with batch checkpoints (every 3-5 tasks)
└─ 50+ tasks → propose subagent-driven-development; if user picks inline, batch heavily
Per task: blocked?
├─ YES (missing dep, unclear instruction) → STOP, ask user
└─ NO → execute, verify, mark complete
supervibe:confidence-scoring with artifact-type=agent-output for the phase deliverable; ≥9 required to proceedsupervibe:requesting-code-reviewsupervibe:finishing-a-development-branchReturns: TodoWrite log of completed tasks + verification outputs + per-phase confidence scores + final delivery summary.
supervibe:verification before any "done" claimcompletedsupervibe:writing-plans — produces inputsupervibe:subagent-driven-development — preferred alternative when subagents availablesupervibe:verification — invoked per claimsupervibe:finishing-a-development-branch — invoked after all phases done