AI Ideation Runs

April 12, 2026 ยท View on GitHub

A public archive of structured AI ideation sessions run using Claude Code.

Each run takes a topic prompt and generates a batch of diverse, structured ideas. Runs are fully independent -- no cross-referencing or deduplication between sessions.

Structure

runs/
  <topic-slug>/
    YYYY-MM-DD.md     # One file per run

Each idea includes a name, summary, description, category, feasibility rating, impact rating, key considerations, and next steps.

How It Works

This repo is a Claude Code workspace. To run a new ideation session:

/run

Claude asks for a topic, generates ideas, and saves the output to runs/.

Idea Format

FieldContent
NameDescriptive title
SummaryOne-sentence description
DescriptionDetailed explanation
CategoryTopic tag
FeasibilityLow/Medium/High with rationale
ImpactLow/Medium/High with rationale
Key ConsiderationsRisks, dependencies, factors
Next StepsActionable follow-ups

License

MIT