Auto-discovered marketplace from sharkjets/ideation-helper
npx claudepluginhub sharkjets/ideation-helperTransform brain dumps into structured project plans: briefs, phased plans, and action steps — designed for everyone, not just developers
Transform brain dumps into structured project plans: briefs, phased plans, and action steps — designed for everyone, not just developers.
Based on nicknisi/ideation, adapted for non-technical projects like personal goals, home renovation, event planning, process design, and more.
Transforms raw, unstructured brain dumps into actionable project artifacts through a confidence-gated workflow.
Use this when you have messy ideas, scattered thoughts, or dictated stream-of-consciousness about something you want to accomplish.
How to invoke:
/ideation-helper
[provide your brain dump - messy dictation, scattered thoughts, half-formed ideas]
The workflow:
brief.md to ./docs/ideation/{project}/Output artifacts:
All artifacts are written to ./docs/ideation/{project-name}/:
brief.md # Problem, goals, success criteria, scope
plan-phase-1.md # Phase 1 requirements (only if plans chosen)
action-steps-phase-1.md # Phase 1 action steps
action-steps-template-{pattern}.md # Shared template for repeatable phases
action-steps-phase-N.md # Per-phase delta or full action steps
The skill scores your brain dump across 5 dimensions (20 points each):
| Dimension | Question |
|---|---|
| Problem Clarity | Do I understand what problem we're solving? |
| Goal Definition | Are the goals specific and measurable? |
| Success Criteria | Can I write a checklist to verify "done"? |
| Scope Boundaries | Do I know what's in and out of scope? |
| Consistency | Are there contradictions to resolve? |
Thresholds:
Executes action steps generated by the ideation skill. Reads the file, creates tasks with dependencies, and works through them step-by-step with verification.
# Auto-detect next unblocked task
/execute-spec
# Execute specific action steps
/execute-spec docs/ideation/my-project/action-steps-phase-1.md
# Parallel execution for independent tasks
/execute-spec --parallel
# In Claude Code, add the repo as a marketplace
/plugin marketplace add your-username/ideation-helper
# Then install
/plugin install ideation-helper
# Add the parent directory as a marketplace
/plugin marketplace add /path/to/parent/directory
# Then install
/plugin install ideation-helper
0.7.0
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations