devpost-curriculum
Guided hackathon curriculum from idea to working app
All Skills in This Repository (8)
Pure Emerald Level Indicatorsiterate
Guide iterative post-build polishing with review, scoped tasks, and checklist updates.
hackathon-guide
Coordinate agent coaching across eight hackathon-in-a-plugin commands from /onboard to /reflect.
reflect
Run a two-part quiz and qualitative project review to generate docs/reflection.md.
spec
Translate PRDs into architecture blueprints with data flows and file structures.
scope
Guide hackathon idea brainstorming into a focused scope document.
onboard
Conduct a one-question-at-a-time interview to populate learner profile and process notes.
prd
Convert scope documents into PRDs with user stories and acceptance criteria.
checklist
Translate project specs into sequenced build checklists with five-field items.
Frequently Asked Questions
FAQPage SchemaHow to install devpost-curriculum?โผ
Run `npx skills add challengepost/devpost-curriculum --all -g -y` in your terminal to install all skills in this suite globally.
What does the hackathon curriculum teach?โผ
It teaches spec-driven development: planning an app through scope, PRD, spec, and checklist documents before building, so the coding agent has full context to produce a working app.
How long does the hackathon workflow take?โผ
The full curriculum is designed to take 3-4 hours, moving from idea spark through planning documents to a working app and a Devpost submission.
Can beginners use this without coding experience?โผ
Yes. The agent interviews you, calibrates to your experience level, and handles the technical execution while you make the decisions in plain English.
What documents does the curriculum produce?โผ
It produces a learner profile, scope doc, PRD, technical spec, build checklist, and reflection โ all stored in a docs folder and usable as part of your Devpost submission.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides