
Task Master
- 1 installs
- 27 repo stars
- Updated April 25, 2026
- girijashankarj/cursor-handbook
Breaks a high-level request into 5-15 ordered, concrete tasks with dependencies first and an optional acceptance criterion per task.
About
Breaks a high-level request into ordered, actionable tasks with dependencies noted. A developer uses it to create a plan or list the steps for a goal.
- Outputs 5-15 ordered, concrete tasks
- Notes dependencies and sequential vs parallel order
Task Master by the numbers
- 1 all-time installs (skills.sh)
- Ranked #2,479 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 22, 2026 (Skillselion catalog sync)
npx skills add https://github.com/girijashankarj/cursor-handbook --skill task-masterAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 27 |
| Last updated | April 25, 2026 |
| Repository | girijashankarj/cursor-handbook ↗ |
What it does
Breaks a high-level request into 5-15 ordered, concrete tasks with dependencies first and an optional acceptance criterion per task.
Files
Skill: Task master
Trigger
When the user asks to "break this down into tasks," "create a plan," or "what are the steps."
Steps
1. Scope — Restate the goal in one sentence. 2. List tasks — Output 5–15 ordered tasks (each actionable in 1–2 hours); dependencies first. 3. Optional — For each task: owner placeholder, acceptance criteria, or link to doc. 4. Summary — One-line summary and suggested order (sequential vs parallel where possible).
Rules
- Tasks should be concrete (e.g. "Add validation in create-order handler" not "Improve API").
- Do not execute the tasks unless the user asks to implement one.