Weekend Adventure Planner
Turn 'I dunno, what do you wanna do?' into a curated weekend plan based on weather, kids' energy levels, and what's nearby.
Read idea →Curated, AI-enriched ideas for homeschool families and hands-on dads. Each idea is a scenario, a set of tools, and a concrete outcome — readable by humans and consumable by agents.
Scenario-driven AI prompts and hands-on outcomes for homeschool families. Ages, subjects, difficulty — all filterable.
Practical prompts, workflows, and mini-agents to make dad life smoother — from meal planning to bedtime stories.
Ten-to-sixty-minute hands-on activities with materials you probably already have. Filter by age and time estimate.
Every idea is authored once in a standard format — Scenario, Tools, Outcome. Mydeas publishes it as a readable page for humans, and as a SKILL.md bundle that any Claude-compatible agent can load and execute.
A guided wizard captures the scenario, audience, tools, and outcome. AI assist sharpens each step and pulls relevant prior ideas via pgvector.
On save, Mydeas writes a DB row, exports a markdown file with YAML frontmatter, and emits a SKILL.md bundle — all from one source.
Humans browse the site. Agents pull the Skill bundle. Same content, two audiences, no drift.
Turn 'I dunno, what do you wanna do?' into a curated weekend plan based on weather, kids' energy levels, and what's nearby.
Read idea →Set up AI homework help that guides your kid to answers without giving them away — Socratic method enforced by system prompts.
Read idea →Fine-tune your dad jokes for maximum groan per minute, calibrated to your kids' ages and humor levels.
Read idea →An AI meal planner that accounts for picky eaters, dietary constraints, and the chaos of a family kitchen — then generates a grocery list.
Read idea →Generate personalized bedtime stories starring your kid, their stuffed animals, and whatever they're obsessed with this week.
Read idea →AI that audits your weekly calendar and finds hidden pockets of family time you're currently wasting on low-value tasks.
Read idea →Query Mydeas from your own agents. Semantic search, related ideas, downloadable SKILL.md bundles. Documented in full in Phase 3.
GET /api/v1/ideas/?vertical=homeschool&age=6
200 OK
{
"results": [
{
"slug": "dinosaur-reading-hook",
"scenario": "6yo who won't sit for reading...",
"tools": [...],
"outcome": "...",
"skill_bundle": "/ideas/dinosaur-reading-hook/skill.zip"
}
]
}