ClaudeApp/explore/SKILL.md
Use when user says "explore idea", "quick exploration", "brainstorm feature", "investigate approach", "research options", or wants to do lightweight idea exploration before creating a full PRD. Saves output as markdown file.
npx skillsauth add ash4180/vorbit exploreInstall 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.
Quick idea exploration before PRD creation. Creates a structured exploration document.
Core Process: Ask 10+ questions → Analyze options → Draft document → Save as markdown.
MANDATORY: Ask at least 10 questions before generating options.
Generate 10 questions specific to the topic. Ask in batches of 3-4 using AskUserQuestion - wait for responses before asking the next batch.
Example for "notification system":
Questions should probe:
Then ask follow-ups:
DO NOT proceed until you have answers to 10+ questions.
After gathering context:
Show the complete exploration document in chat for review:
# [Topic] - Exploration
## Problem Statement
[One sentence identifying root cause]
## Context
[Summary of insights from questions]
## Options
### Option 1: [Name]
- **Description**: ...
- **Pros**: ...
- **Cons**: ...
- **Effort**: Low/Medium/High
- **Risk**: Low/Medium/High
### Option 2: [Name]
...
## Recommendation
[Which option and why, addressing constraints]
After showing draft, ask: "Does this look good? Ready to save?"
Only proceed after user confirms the draft.
Save the exploration document as a markdown file in the user's workspace folder.
Filename format: explore-[topic-kebab-case].md
After saving:
| Section | Required | Rules | |---------|----------|-------| | Context Summary | Yes | Key insights from ALL question answers | | Problem Statement | Yes | One sentence, root cause focus | | Options | Yes | 2-3 approaches with pros/cons | | Recommendation | Yes | Which option and why |
Each option must have:
# Explore: [TOPIC]
## Context Summary
Key insights from conversation:
- [Answer to Q1 insight]
- [Answer to Q2 insight]
- ...
- [Answer to Q10 insight]
Constraints: [budget, timeline, compliance from follow-up]
Competitors: [existing solutions mentioned]
## Problem Statement
[One sentence - what's the root cause?]
## Options
### Option 1: [Name]
**How**: [One sentence approach]
**Pros**:
- [Benefit 1]
- [Benefit 2]
**Cons**:
- [Drawback 1]
- [Drawback 2]
**Effort**: [Low/Medium/High]
**Risk**: [Low/Medium/High]
### Option 2: [Name]
...
### Option 3: [Name]
...
## Recommendation
[Which option and why, addressing constraints]
development
Sync design tokens and components from a codebase to a Pencil canvas (`.pen` files), or set up a Pencil canvas from a style guide when no codebase exists. Use when the user says "sync pencil", "setup pencil", "configure pencil", "pencil sync", "sync tokens to pencil", "build pencil component library", or names Pencil/`.pen` files explicitly. Also triggers when mockups generated by Pencil don't match project conventions.
development
--- name: figma version: 1.6.0 description: Use when user says "figma", "figma it", "sync figma", "figma mockup", "create figma file", "design to figma", "figma from PRD", "figma from journey", "build in figma", or "figma design system" — anything that creates, syncs, or updates Figma design systems, components, variables, mockups, or front-end-ready screens. Always enumerates the linked Figma library FIRST (library-driven discovery, not per-need search), produces a block→DS mapping table for us
development
Use when the user wants to build Webflow pages, templates, or components, with or without Figma designs as reference.
testing
Use when the user wants to verify an implementation, validate acceptance criteria, or run a Vorbit-style post-change check using shared project rules.