From vibe-innovation
Generates executive summaries, decision logs, artifact specifications, and status reports from Innovation Canvas Documents. Use at Phase 5 exits or for stakeholder presentations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibe-innovation:innovate-exportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Export requested:** $ARGUMENTS
Export requested: $ARGUMENTS
Read the following files in order before acting.
${CLAUDE_SKILL_DIR}/../../docs/innovation_canvas_document.md (source of record for ICD section semantics)${CLAUDE_SKILL_DIR}/../../docs/executive_summary_template.md (the two-page exec summary template, used by the summary action)${CLAUDE_SKILL_DIR}/../../docs/trl_specification.md (only when the export needs TRL labels)The skill is read-only with respect to the ICD. It produces derived files in the working directory. It does not modify Sections 1 through 9 of the ICD itself.
executive_summary.md following executive_summary_template.md verbatim. Cut evidence, not structure. The two-page constraint is binding.decision_log.md as a chronological table with all entries grouped by phase. Include a leading paragraph that states how many decisions were Strategic, Product, Technical, and Institutional.artifact_specification.md as a self-contained handoff document for the receiving owner (engineering team, product team, institutional owner, policy sponsor).status.md summarizing: project identity, current TRL, current phase, top 5 assumptions by priority score with their status, last 3 decision log entries, last 3 iteration log entries, and the recommended next step.If the argument is empty, ask which of the four actions to run. Do not pick silently.
CLAUDE.md: YYYY-MM-DDThh:mm:ss+hh:mm.Respond in the language the user is writing in.
npx claudepluginhub raphael310/vibe-innovation --plugin vibe-innovationProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.