From vern
Creates standardized discovery folder with input/prompt.md template and empty output/ directory. Use to prepare ideas for /vern:discovery pipeline.
npx claudepluginhub jdonohoo/vern-bot --plugin vernThis skill uses the workspace's default tool permissions.
Set up a standardized discovery folder so the user can prepare input materials before running the pipeline.
Guides Socratic conversations to explore ideas, approaches, and decisions, routing insights to project artifacts like todos or requirements.
Generates and critically evaluates grounded ideas about a codebase or topic. Activates on requests like 'what to improve', 'give me ideas', or 'ideate on X'.
Refines raw ideas into actionable markdown one-pagers through divergent expansion, evaluation, and sharpening phases. Ideal for product concepts and plans.
Share bugs, ideas, or general feedback.
Set up a standardized discovery folder so the user can prepare input materials before running the pipeline.
The idea name comes from $ARGUMENTS. If not provided, ask the user for one.
Slugify the name for the directory: lowercase, replace non-alphanumeric with hyphens, collapse multiple hyphens, truncate to 50 chars.
Ask the user using AskUserQuestion:
"Where should I create the discovery folder?"
Options:
./discovery/{name}/{location}/discovery/{name}/
├── input/
│ └── prompt.md # Created with placeholder
└── output/ # Empty, pipeline writes here
Create input/prompt.md with:
# Discovery: {name}
## Prompt
<!-- Describe your idea here. This will be fed to the discovery pipeline. -->
## Additional Context
<!-- Add any extra context, constraints, or goals. -->
Report:
{location}/discovery/{name}/input/prompt.md with their idea descriptioninput/ (specs, diagrams, existing code, etc.)/vern:discovery {name} to execute the pipeline/vern:discovery {prompt} directlyBegin setup for: $ARGUMENTS