hackathon-idea-generator
SKILL.md
hackathon-idea-generator
Goal
Generate a diverse set of candidate project ideas that address the identified problem space and satisfy hackathon track constraints.
Trigger Conditions
Use this skill when:
- A
problem_statementandsolution_gapsare available fromhackathon-problem-space - The team is ready to brainstorm and needs structured idea diversity
- Track constraints from
hackathon-track-analyzerare confirmed - The team size and hackathon duration are known (required for feasibility scoping)
- Invoked after problem space mapping is complete, before idea scoring
Inputs
| Input | Type | Required | Description |
|---|---|---|---|
problem_statement |
string | Yes | How-might-we problem statement |
solution_gaps |
string[] | Yes | Gaps from hackathon-problem-space |
track_constraints |
string[] | Yes | Required constraints from hackathon-track-analyzer |
team_size |
integer | Yes | Number of team members |
hackathon_duration_hours |
integer | Yes | Total hours available |
tech_stack_preferences |
string[] | No | Preferred languages, frameworks, platforms |
idea_count |
integer | No | Number of ideas to generate (default: 5) |
Outputs
| Output | Description |
|---|---|
ideas |
List of candidate project ideas |
diversity_axes |
Dimensions of variation across the idea set |
recommended_skills |
Suggested next skills to invoke |
Rules
- Generate exactly
idea_countideas (default 5 if not specified). - Ensure each idea addresses at least one
solution_gap. - Ensure each idea satisfies all
required_constraints. - Vary ideas across at least 3 dimensions (e.g., complexity, user segment, tech approach).
- Each idea must be completable by
team_sizepeople withinhackathon_duration_hours. - Include at least one bold/high-risk idea and one conservative/low-risk idea.
- Do not duplicate ideas; each must have a meaningfully distinct core mechanism.
Output Format
ideas:
- id: "<idea-N>"
title: "<short title>"
tagline: "<one sentence>"
core_mechanism: "<what makes it work>"
target_user: "<segment>"
gaps_addressed:
- "<gap>"
risk_level: "<high|medium|low>"
wow_factor: "<what judges will remember>"
diversity_axes:
- axis: "<dimension>"
range: "<low end> → <high end>"
recommended_skills:
- "<skill-name>"
Example
Input:
problem_statement: "How might we provide always-available emotional support for college students so that they can manage anxiety between professional appointments?"
solution_gaps:
- "No affordable always-available context-aware emotional support"
track_constraints:
- "Must use OpenAI GPT-4 API"
team_size: 3
hackathon_duration_hours: 24
tech_stack_preferences: ["Python", "React", "OpenAI API"]
idea_count: 3
Output:
ideas:
- id: "idea-1"
title: "AnchorAI"
tagline: "A GPT-4 powered check-in companion that remembers your emotional context across sessions."
core_mechanism: "Persistent memory layer over GPT-4 with emotion-state tracking"
target_user: "College students"
gaps_addressed:
- "No affordable always-available context-aware emotional support"
risk_level: "medium"
wow_factor: "Live demo shows the AI recalling emotional context from 3 days ago and adapting its tone"
- id: "idea-2"
title: "PeerBridge"
tagline: "AI-facilitated peer support circles that match students by shared anxiety triggers."
core_mechanism: "GPT-4 moderates group text sessions; similarity matching via embeddings"
target_user: "College students"
gaps_addressed:
- "No peer-community facilitation layer"
risk_level: "high"
wow_factor: "Real-time AI moderation prevents harmful conversation spirals live"
- id: "idea-3"
title: "CalmDraft"
tagline: "Turns your anxious journaling into a structured CBT reflection in one click."
core_mechanism: "GPT-4 restructures free-text journal entries using CBT thought-record format"
target_user: "College students"
gaps_addressed:
- "No affordable always-available context-aware emotional support"
risk_level: "low"
wow_factor: "Side-by-side: raw anxious thought vs. structured reframe — instant relief visible"
diversity_axes:
- axis: "interaction model"
range: "1:1 async journaling → group real-time chat"
- axis: "AI role"
range: "passive formatter → active conversation facilitator"
- axis: "risk level"
range: "low (journaling) → high (group moderation)"
recommended_skills:
- "hackathon-idea-scoring"
Context Files
Knowledge Base
knowledge/hackathon-winning-patterns.mdknowledge/hackathon-mvp-strategy.mdknowledge/hackathon-judging-criteria.mdknowledge/hackathon-tools.md
Playbooks
playbooks/hackathon-workflow.md
Weekly Installs
5
Repository
bernieweb3/hack…i-devkitFirst Seen
5 days ago
Security Audits
Installed on
opencode5
gemini-cli5
github-copilot5
codex5
kimi-cli5
cursor5