skills/vibe-continue/SKILL.md
Use when the user wants to resume work on an existing branch or flow. This is a human-facing resume entrypoint that explains current context and suggests next steps, not an automated bootstrap workflow.
npx skillsauth add jacobcy/vibe-coding-control-center vibe-continueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
该技能是人机协作的恢复入口,负责读取当前 flow 上下文并提供继续建议。
vibe-continue 只负责人机交互:
vibe-continue 不承担的职责(由基础设施承接):
这些恢复语义由 vibe3 flow、vibe3 handoff 等基础设施承接。
vibe-continue 不等于 vibe-new:
vibe-continue 恢复已存在的 flow 现场vibe-new 创建新的 flow/worktree/workflow 现场vibe-save 和 vibe-continue 共享以下恢复契约:
最小恢复现场(由 handoff 承接):
恢复顺序(vibe-continue 执行):
优先从基础设施读取:
vibe3 flow show
vibe3 handoff show @current
识别内容:
next_stepplan_pathprimary_issue_ref(若存在)如果共享真源中无法识别当前 flow,不要把 handoff 记录直接抬升成替代真源;它只能作为本地 handoff 线索。
运行 vibe3 handoff status 和 vibe3 handoff show @current,把输出作为以下信息的补充来源:
若其内容与当前真源或现场不一致,必须在退出前修正 handoff,不能直接沿用旧判断。
如果 handoff 缺失,不阻断 continue;只说明当前缺少本地 handoff。
用确定性事实补全当前视图:
Continue 阶段可以报告不一致,但不要把查询命令说成"自动对齐",也不要调用未验证的隐式修复动作。
建议优先级如下:
plan_path 存在,优先建议按计划继续next_step,则建议按当前 task 的下一步继续📋 Session Resume
📁 Current Scene
• worktree: <worktree>
• branch: <branch>
• state: dirty|clean
📌 Current Task
• task: <task-id>
• next step: <next-step>
• plan: <plan-path|none>
📝 Local Handoff
• handoff: present|missing(`vibe3 handoff show`)
• blockers: <summary>
💡 Suggested Action
• continue with <plan-path|next-step>
vibe-continue 先恢复共享事实,再读取本地 handoffdevelopment
Use after `vibe init` to verify project configuration completeness. Interactively prompts user to fill missing items. Orchestrates existing commands without adding Python code. Do not use for system-level installation issues (use vibe-onboard instead).
development
Use when the user wants a comprehensive review using the multi-agent team workflow. Applies to PRs, code changes, architecture decisions, and any task requiring team-based analysis.
development
Use when manager has signaled flow terminal state cleanup via handoff indicate. Reads cleanup instructions and executes FlowCleanupService. Do not use for code changes or PR creation.
testing
Use for handling blocked and RFC issues, making decisions that may form ADRs (Architecture Decision Records). Processes problem issues requiring human judgment, dependency resolution, and architectural decisions. Do not use for routine issue monitoring (use vibe-orchestra) or roadmap planning (use vibe-roadmap).