From Pre-Vibe
Prepare project starting context before implementation. Use when the user runs /pre-vibe, asks to set up a new project session, needs a project handbook, or wants to turn a rough request into structured starting documents. Coordinates MCP tools for safe project scanning, blocking questions, and FIRST_PROMPT.md handoff.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pre-vibe:pre-vibeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is bundled with the Pre-Vibe plugin as workflow guidance for Claude Code. Users enable Pre-Vibe from the Claude Code plugin picker and describe their rough task naturally.
This skill is bundled with the Pre-Vibe plugin as workflow guidance for Claude Code. Users enable Pre-Vibe from the Claude Code plugin picker and describe their rough task naturally.
prepare_project_start.question_request, Claude Code opens native question UI automatically. Do not call any MCP tool for this.PRE_VIBE_SPEC.md, CLAUDE.md or PROJECT_CLAUDE.md, and PROJECT_INDEX.md independent from each other; FIRST_PROMPT.md may reference the files needed for handoff.PRE_VIBE_SPEC.md; keep FIRST_PROMPT.md compact.write_project_starting_documents. Document writing moves the workflow to approval, not completion.FIRST_PROMPT.md handoff.FIRST_PROMPT.md and continue from it as the active execution contract. Do not summarize the generated documents as the final answer.The plugin startup workflow must follow this order:
prepare_project_startwrite_project_starting_documentsFIRST_PROMPT.md handoff — explain that the next steps will be: review FIRST_PROMPT.md, then /clear to reset context, then inject FIRST_PROMPT.md as the execution contract./clear, then read and inject FIRST_PROMPT.md as the execution contract.If Claude Code cannot open native question UI, pause and report that the UI is unavailable. If the user rejects the handoff, stop and ask what should change. The Pre-Vibe run is complete only when the handoff is approved and FIRST_PROMPT.md has been injected after /clear, or when the user explicitly cancels.
PRE_VIBE_SPEC.md: beginner-friendly project handbook with Project Language and Evidence.CLAUDE.md: created only when the project has no root CLAUDE.md.PROJECT_CLAUDE.md: proposal when a root CLAUDE.md already exists.FIRST_PROMPT.md: rewritten fully on each Pre-Vibe handoff as the execution contract.PROJECT_INDEX.md: architect effort only; indexes project intent, resources, tools, files, environment, and purpose for Claude Code.Use the configured effort level first, then session override, then auto detection. The user may change effort through Pre-Vibe settings tools without using command-style prompts.
npx claudepluginhub kimfischer99/cc-pre-vibe --plugin pre-vibeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.