split-plan-tasks
FeaturedSplit a plan into small, individually reviewable tasks grouped into PR-sized batches, appended as a task section at the end of the plan file.
AI & Automation 46 stars
6 forks Updated today MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Split plan into tasks
Append a task breakdown to a plan so the work lands in small increments — one task, then a review,
a correction pass, a commit — instead of one sweep. Authoring only: executing the tasks is a later,
separate session.
Invocation: `/split-plan-tasks <plan-path>`
## Read the plan
Ambiguous or missing path → ask. A plan with numbered steps and an acceptance-criteria checklist
splits best; any plan markdown works — reference tasks to headings when steps aren't numbered, and
drop the AC line when there is no such checklist.
A plan already carrying a task section → **stop and ask** which the user wants: replace it, add a
second one beside it, or carry the ticked tasks forward and reformulate only the remaining work.
Done when the plan is read and, where a section already existed, the user has chosen.
## Work out the split
- **Task** — the smallest chunk that leaves the project building and its tests passing, so it can be
reviewed and committed on its own. Steps that only make sense together are one task, never two —
building alone isn't the test: a step that only re-runs a generator (API clients, specs,
snapshots) lands with the change it regenerates.
- **Group** — one PR: independently mergeable, delivering something coherent. Order the groups and
state each one's dependency on earlier groups.
- Respect the plan's ordering: a task never precedes what it depends on.
- **Front-load a hands-on slice.** Among dependency-legal orderings, prefer th...
Details
- Author
- eai-org
- Repository
- eai-org/agent-toolkit
- Created
- 3 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
split-to-prs
Split current work into small reviewable PRs. Use when the user asks to split a chat, branch, or change set. Whole dirty tree to one merge-ready PR → workflow-release-prep.
9 Updated yesterday
kensaurus AI & Automation Listed
write-plan
Break an approved, designed spec into small, dependency-ordered, checkbox tasks.
2 Updated yesterday
georgesmomo AI & Automation Featured
execute-plan-tasks
Execute one task from a plan's task breakdown, verify it, tick it off, and hand back for review before the next one.
46 Updated today
eai-org