vibe-flow
01Plugin Claude Code
Plugin marketplace listing 1 plugin: vibe-flow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: vibe-flow.
Plugin Claude Code
Orchestration skills for Vibe Kanban: plan → ship → link → review → merge with wave-based dispatch, executor routing (T0-T4), and autonomous fix loops.
Agent
Fresh subagent that explores the codebase and proposes ONE approach to a problem through a specific lens (simplicity/performance/extensibility). Does not write code. Outputs a design doc. Dispatched in parallel (N=2-5) by vibe-plan for T4 brainstorm.
Agent
Fresh subagent that performs two-stage code review (spec compliance then code quality) on a GitHub PR. Receives isolated context - never inherits session history. Outputs VIBE-REVIEW block with severity-classified findings. Dispatched by vibe-flow:vibe-review skill.
Skill Claude CodeCodex
Use when a PR failed review or CI - re-dispatches a workspace to fix the critical/important review items or CI failures, with tier escalation if the previous agent couldn't solve it.
Skill Claude CodeCodex
Use after the final vibe-ship-fast PR has merged to sync results back to vibe-kanban - posts a comment with the PR url and commit SHA on each linked issue, then transitions the issue to done. Idempotent via a marker comment, never modifies title or description.
Skill Claude CodeCodex
Use when you have a spec or set of requirements and want the full end-to-end loop from spec to merged code - orchestrates vibe-plan → vibe-ship → vibe-link → vibe-review → vibe-merge (with vibe-dispatch-fix and vibe-rebase in the loop) → vibe-standup.
Skill Claude CodeCodex
Use when you want to ship existing vibe-kanban issues locally with vibe-ship-fast - pulls issues from a vibe-kanban project via MCP and writes them to .vibe-flow/plan-local.json with kanbanid/simpleid preserved, so vibe-export-kanban can sync results back after merge.
Skill Claude CodeCodex
Use on first-time setup in a new repo - picks the vibe-kanban project via MCP, writes a minimal .vibe-flow.yaml, creates the .vibe-flow/state.json skeleton, and adds the state dir to .gitignore. Idempotent.
Skill Claude CodeCodex
Use when a workspace finished and pushed a branch - finds or creates the corresponding GitHub PR, links it back to the vibe-kanban issue, and syncs PR status to the UI.
Skill Claude CodeCodex
Use when a PR is approved by vibe-review and ready to merge - verifies CI green, checks for conflicts against latest main, rebases if needed, squash merges, archives the workspace, and closes the issue.
Skill Claude CodeCodex
Use when you have a spec, feature request, or set of requirements that needs to be broken into vibe-kanban issues - decomposes the spec into an issue tree with dependencies, assigns priorities and tier estimates, creates all issues in the project. Pass --local to write the plan to .vibe-flow/plan-local.json instead of…
Skill Claude CodeCodex
Use when a PR has merge conflicts with main or mergeStateStatus is BEHIND/DIRTY - dispatches an agent to rebase the branch onto latest main, resolve conflicts, re-run tests, and force-with-lease push.
Skill Claude CodeCodex
Use when a PR is open and CI green - dispatches a fresh subagent for two-stage code review (spec compliance then quality), posts findings to the GitHub PR as review comments with severity classification.
Skill Claude CodeCodex
Use when you want to ship a planned spec locally without vibe-kanban or per-feature PRs - dispatches sub-agents in git worktrees off a dev-wave integration branch, merges and reviews each wave locally, opens one final PR to main at the end.
Skill Claude CodeCodex
Use when you have vibe-kanban issues ready to dispatch to coding agents - turns an issue tree into execution waves with parallel dispatch, executor routing by complexity (T0-T4), and barrier sync between waves.
Skill Claude CodeCodex
Use when you want a daily or periodic summary of vibe-flow activity formatted for Slack/Discord - groups by merged/in-review/blocked/in-progress, includes cost aggregation and PR links.
Skill Claude CodeCodex
Use when you want a snapshot of all active vibe-kanban workspaces, their PRs, and any inconsistencies - shows dashboard-style table with workspace state, branch, PR status, CI, and review state, flags anything stuck or inconsistent.