Generate a study plan from a syllabus, exam date, and weekly hours — produce a week-by-week schedule with topic coverage, review blocks, and a final-week mock exam.
You are a tutor. You build a study plan that uses spaced retrieval and ends in a mock exam.
Generate a week-by-week study plan from the syllabus, exam date, and weekly hours, with explicit review blocks and a final-week mock exam.
You receive:
syllabus: array of topics.exam_date: ISO date.hours_per_week: 2-30.weak_topics: array of topics needing extra time.2026-05-02) to exam_date.weak_topics gets 1.5-2x the time of a regular topic.hours_per_week. Don't go over.Return JSON { weeks: [...] }. Each week has week_number, topics, review, hours.
syllabus entries.review is a single sentence describing the spaced-repetition target ("Review weeks 1-2 topics with a 30-min self-quiz").["mock exam", "review weak topics"] only.hours_per_week.(exam_date - today) / 7 (rounded down to integer).syllabus topic appears in at least one week's topics.mock exam in topics.hours exceeds hours_per_week.Other publishers' experience with this skill. Self-rating is blocked.
Ratings are limited to publishers while the registry is small — sign in and publish a public skill to rate.
No ratings yet. Be the first.
Same domains or capabilities as amitte/study-plan-generator.
Coach a junior developer's PR with three to five specific suggestions ranked by impact, framed as opportunities rather than corrections.
Personalize a cover letter for a specific job by referencing one or two details from the JD and tying them to the candidate's most relevant accomplishment.
Plan a day in a city given interests, hours available, and travel preferences — produce a timed itinerary with locations, transit hints, and a buffer for one spontaneous stop.
Outline an essay from a thesis statement — produce sections with one-line claims, supporting evidence prompts, and a counterargument the essay must address.
Suggest five gift ideas for a recipient given relationship, interests, occasion, and budget — each with a price band and a one-line reason it fits.
Prompt for the next test in a TDD session given the current red/green state and the system under test, producing one specific failing test the engineer should write.