Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub rjroy/vibe-garden --plugin lore-developmentHow this skill is triggered — by the user, by Claude, or both
Slash command
/lore-development:brainstormThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
---
Facilitates interactive idea exploration via Socratic Q&A, producing progressive markdown documents as lightweight pre-PRDs before research or planning.
Collaborative discovery before planning. Explore the problem space, evaluate approaches, surface past work, and produce a structured brainstorm document. Triggers: brainstorm, explore, discovery, ideate, think through, what should we build, explore approaches.
Guides structured brainstorming with research, codebase exploration, and cross-domain thinking. Activates on open-ended problems or brainstorming prompts.
Share bugs, ideas, or general feedback.
Record exploratory conversation. Emphasize "what if" over raw solutions.
.lore/brainstorm/If the user provides a sketch, diagram, or image:
Save to .lore/brainstorm/[topic].md
Use kebab-case. Track session dates in frontmatter, not filenames.
Before writing: Load ${CLAUDE_PLUGIN_ROOT}/shared/frontmatter-schema.md to get frontmatter field definitions and status values for brainstorms.
---
[frontmatter per schema]
---
# Brainstorm: [Topic]
## Context
What prompted this exploration.
## Ideas Explored
- Idea 1: description and "what if" implications
- Idea 2: description and trade-offs considered
## Sketches
(If any were provided, describe them here)
## Open Questions
Questions that emerged but weren't resolved.
## Next Steps
(Optional) Where this might lead.
Check .lore/research/ for external context that might inform the brainstorm.
If .lore/lore-agents.md exists, consult it for specialized agents that can help with domain-specific concerns. Domain experts can expand thinking in areas like security, architecture, or performance. Invoke relevant agents via Task tool and incorporate their insights.