.claude/skills/innovate/SKILL.md
Identify high-impact innovative additions to the current app or plan. Use when planning next features, during strategic reviews, or when the user asks for creative ideas.
npx skillsauth add benjaminshoemaker/ai_coding_project_base innovateInstall 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.
Identify the single highest-impact, feasible addition to make to the current app or plan. Not a list of 10 safe ideas -- one bold, high-leverage move backed by research and cross-referenced evidence.
Before proposing anything, deeply understand the current state:
Read: README.md, CLAUDE.md, AGENTS.md
Glob: src/**/*.{ts,tsx,js,jsx,py,go,rs,swift}
Grep: "TODO|FIXME|HACK|FUTURE"
Understand:
Read: PRODUCT_SPEC.md, TECHNICAL_SPEC.md, EXECUTION_PLAN.md, FEATURE_SPEC.md, VISION.md
Understand where the project is headed and what's already planned.
Use WebSearch to research:
Cross-reference every key claim from Step 3 against at least 2 independent sources before using it to support a recommendation. Discard any finding that cannot be corroborated. Note which sources confirmed each claim in your internal evaluation (not in the final output).
The proposal must score HIGH on ALL of these:
| Criterion | Question | |-----------|----------| | Leverage | Does a small implementation unlock disproportionate value? | | Surprise | Would this make someone say "I didn't know that was possible"? | | Feasibility | Can this be built in days, not months? | | Fit | Does it align with the project's direction and users? | | Defensibility | Is this hard to copy or does it create a moat? |
Look for:
Brainstorm 5-7 candidates internally. Do NOT output these. Evaluate each against the criteria table silently.
Pick the single strongest candidate. If no candidate scores HIGH on all five criteria, say so honestly rather than forcing a weak idea.
╔══════════════════════════════════════════════════════════════════╗
║ THE INNOVATION ║
╚══════════════════════════════════════════════════════════════════╝
{One-sentence pitch — what it is and why it matters}
────────────────────────────────────────────────────────────────────
WHY THIS, WHY NOW
─────────────────
{2-3 sentences on why this is the right move at this moment.
Reference specific things discovered in context gathering.}
WHAT IT CHANGES
───────────────
Before: {Current state — what users deal with today}
After: {Future state — what becomes possible}
HOW IT WORKS
────────────
{3-5 bullet points on the core mechanism. Be specific enough
that a developer could start building from this description.}
• ...
• ...
• ...
IMPLEMENTATION SKETCH
─────────────────────
Effort: {LOW / MEDIUM / HIGH}
Files: {Key files to create or modify}
Dependencies: {New libraries or services needed, if any}
Steps:
1. {First concrete step}
2. {Second concrete step}
3. {Third concrete step}
RISK & MITIGATION
─────────────────
Risk: {The main thing that could go wrong}
Mitigation: {How to handle it}
────────────────────────────────────────────────────────────────────
CRITERIA SCORECARD
──────────────────
Leverage: ██████████ HIGH — {one-line justification}
Surprise: ██████████ HIGH — {one-line justification}
Feasibility: ██████████ HIGH — {one-line justification}
Fit: ██████████ HIGH — {one-line justification}
Defensibility: ██████████ HIGH — {one-line justification}
| Situation | Action |
|-----------|--------|
| No README or project context | Ask the user to describe the project before proceeding |
| Project is too early stage (no code) | Focus innovation on architecture/approach rather than features |
| Project is a library/SDK (not an app) | Focus on DX innovations, API design, or ecosystem integrations |
| All ideas feel incremental | Be honest: "This project is well-optimized. Here's the best marginal gain I see:" and lower expectations |
| The argument is optional | If invoked with an argument (e.g., /innovate payments), constrain the search to that domain |
Before presenting:
testing
Audit project alignment with VISION.md, identify SDLC gaps, and generate feature proposals. Use when reviewing strategic direction or planning new features.
development
Run code-verification on a specific task. Use to verify a single task's acceptance criteria after implementation.
testing
Resolve Vercel preview deployment URL for the current git branch. Invoked by browser-verification when deployment.enabled is true, or directly to check deployment status. Use to check deployment status or when browser verification needs a URL.
tools
Discover and sync all toolkit-using projects with the latest skills. Use when skills are modified, after the post-commit hook reminds you, or to batch-sync multiple projects.