drill
Use when a concept needs practising: the user asks for an exercise, quiz, recall, or gap probe. Runs one scaffolded practice move and records every attempt in PROGRESS.md. Not for explanations — use explain-concept.
Install / Use
npx skills add OutlineDriven/outline-driven-developmentInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubname: drill description: 'Use when a concept needs practising: the user asks for an exercise, quiz, recall, or gap probe. Runs one scaffolded practice move and records every attempt in PROGRESS.md. Not for explanations — use explain-concept.'
Drill
Contract
| Field | Bound contract |
|---|---|
| Trigger | give me an exercise, quiz me, keep it fresh, what am I missing / where are my gaps, or explicit practice/quiz/recall/probe |
| Authority | Write only PROGRESS.md at the workspace root and read CORPUS.md there. Rollback is deleting the lines this run appended; the file is append-only, never rewritten. |
| Side effect | Appends one line per attempt to PROGRESS.md at the workspace root; drives spaced recall and probes gaps. |
| Done | The named move completed; every attempt recorded; cleared concepts marked no-hints-independent. |
Inputs
- A concept name (required) and a move (optional):
practice,quiz,recall, orprobe. - The move is optional: the routing table picks it, an explicit argument overrides, and no match defaults to
practice. - Optional: item count for
quiz(default 5–8). proberequiresCORPUS.mdat the workspace root.recallrequires priorPROGRESS.mdhistory. State which is missing rather than inventing it.
Procedure
- Read
PROGRESS.mdat the workspace root (create it on first write) and, forprobe,CORPUS.md. If neitherPROGRESS.mdnorCORPUS.mdexists, say once that nothing is being recorded, ask which concept to work on, and run in-session only. Done when:PROGRESS.mdis read or confirmed absent, and forprobe,CORPUS.mdis read or confirmed absent. - Pick the move. An explicit argument overrides the table; no match means
practice. Table: "give me an exercise" / "let me practise X" / "walk me through one" →practice; "quiz me" / "test me on X" →quiz; "what should I review" / "keep it fresh" →recall; "what am I missing" / "where are my gaps" / "am I ready for X" →probe. Done when: the move is picked and stated. - Run one move per run. Another move is another run. Done when: one move is selected for this run.
practice— three rungs in this order, one rung per run: worked (the agent solves it and narrates why each step is taken; done when the full solution is narrated and the learner has answered one self-explanation prompt); faded (the agent solves everything but the last step and the learner finishes it; each further faded run removes one more step, always from the end backward, so the learner performs the final step every time; done when the learner has produced the step the rung asks and the attempt is recorded); independent (the learner solves it whole; done when the learner has produced the step the rung asks and the attempt is recorded). Advance a rung only when the current one was cleared without hints. Done when: the current rung is completed and the attempt is recorded.quiz— five to eight items unless the user asks for a different count, mixed between recall and application, over concepts already explained or cleared. The learner commits to an answer before anything is revealed. Done when: every item is graded and each miss names the misconception it reveals.recall— a concept is due on an interval ladder counted from the date its independent rung was cleared: 1 day, 3 days, 7 days, 21 days, then every 60 days. Due means today is at or past the next interval with no retrieval recorded since. A missed retrieval resets that concept to the start of the ladder. Interleave across cleared concepts only. Two consecutive misses on one concept send it back to a faded rung. Done when: every due concept has been retrieved once and recorded.probe— take what the learner says they want to do next, walkCORPUS.mdback through the concepts it needs, ask one discriminating question per concept, then rank the confirmed gaps by how many downstream concepts each blocks. Done when: the ranked list is reported and every confirmed gap is recorded.- Hints — three tiers, released one at a time and on request: nudge (names the concept in play, no structure); strategy (the shape of the solution, no answer); bottom out (the step itself). Once a concept's independent rung is cleared with no hints, withdraw hints for that concept. Done when: hints are released on request and withdrawn for cleared concepts.
- Grading — name the specific misconception an answer reveals rather than scoring it right or wrong. Say what the answer got right before what it missed. Release the solution once the learner has committed to an attempt. Done when: each answer is graded with its misconception named and the solution released.
- Record every attempt in
PROGRESS.mdwith this line shape:- <YYYY-MM-DD> · <move>[/<rung>] · <cleared|missed>, hints <none|1|1-2|1-3>[, <misconception>]. A concept is cleared when itspractice/independentline readscleared, hints none. Missed concepts are not cleared. Use the words rung and cleared and no synonyms. Done when: every attempt is recorded inPROGRESS.mdwith the correct line shape.
Failure and recovery
- No
PROGRESS.mdand noCORPUS.md: say once that nothing is being recorded, ask which concept to work on, and run in-session. Do not create files for aprobethat needsCORPUS.md. probewithoutCORPUS.md: blocked. Report the missing file; do not invent gaps or rank an empty list.recallwith no cleared concepts: nothing is due. Report that and stop; do not fabricate a due set.- Rung not cleared: do not advance. Record the miss with its misconception; do not rewrite
PROGRESS.md(append only). - Hints used on an independent rung: that concept is not cleared; record
hints 1through1-3as used. - Rollback:
PROGRESS.mdis append-only; recovery is deleting the lines this run appended. Never swallow a miss or mark cleared when hints were used.
Output
One completed move plus one appended PROGRESS.md line per attempt (or in-session only when no files exist), with the rung outcome for practice, graded items for quiz, due concepts retrieved for recall, or a ranked gap list for probe.
Related Skills
claude-howto
41.4kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
ai-job-search
40.9kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
guizang-ppt-skill
25.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
reactive-resume
42.2kA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Security Score
Audited on Invalid Date
