Plans

Import a plan

Paste or drop a Markdown checklist. Items pack forward from the day’s start time; a leading 09:00 pins one,#track colours it, and a ticked box arrives already done.

How to write a planthe format, and a prompt for an AI

The format

## Week 2 - theme
Starts a week. Week 2 begins 7 days after week 1.
**Tue - theme**
Starts a day. Each one inside a week moves on a day.
- [ ] title
A task.
- [x] title
A task you have already done. It arrives ticked.
- 25m
How long it takes. Minutes, lower case — 25m, 45min, 90 minutes. Not 1h, not 45M. Without one, 30 minutes.
09:00 title
Pins the start. Otherwise tasks pack from the day start.
#coding
The track. Decides the colour and groups the work.
@ai_quiz
How it gets checked off. Also proof_url, timed_session, artifact.

Dates come from the structure, not from anything you write: week 1 starts on the First day you pick, and each day marker moves on one day. A line that cannot be read is listed in the preview rather than dropped.

Prompt for an AI

Paste this into any assistant, describe your goal at the end, then paste what comes back into the editor.

Write me a study plan as a Markdown checklist in exactly this format.

Rules:
- Start each week with a heading: "## Week 1 - theme". Number them 1, 2, 3 in digits.
- Start each day with a bold line: "**Mon - theme**". Days go in order within a week.
- Every task is a checklist line: "- [ ] title - 25m #track".
- Write durations in minutes, in lower case: 25m, 45min, 90 minutes all work.
  Upper case is not read: "45M" and "45 Minutes" silently become 30 minutes.
  Hours are not read either: write 60m, never "1h" or "1 hour".
- Put the duration at the end of the line, just before the tag.
- Give each task one #tag for its subject, lower case, no spaces: #coding, #fundamentals.
- Use "- [x]" instead of "- [ ]" only for work I have already finished.
- To pin a task to a clock time, start the title with it: "- [ ] 14:00 Review - 30m #review".
  Leave it off and tasks simply run back to back from my day's start time.
- No other headings, no prose between items, no tables, no sub-bullets.

Example of the exact shape:

## Week 1 - Linear scans

**Mon - Hash map & counting**
- [x] E 1 Two Sum - 15m #coding
- [ ] M 49 Group Anagrams - 20m #coding
- [ ] 14:00 Big-O of what you coded - 35m #fundamentals

**Tue - Two pointers**
- [ ] M 15 3Sum - 30m #coding

Now write: <your goal, how many weeks, and how much time per day>
Markdowndrop a .md file, or paste