task-splitting

star 21

Split large tasks into smaller subtasks. Use when a task spans many modules or requires phased implementation.

doraemonkeys By doraemonkeys schedule Updated 12/19/2025

name: task-splitting description: Split large tasks into smaller subtasks. Use when a task spans many modules or requires phased implementation.

Task Splitting

Instructions

Split specified task into 2-3 subtasks. Each subtask must:

  • Be independently completable and testable
  • Deliver complete functionality that can be verified (avoid partial implementations that are untestable)
  • Focus on functionality and requirements (not code details)

Update docs/Implementation Plan.md with the new subtask structure. Keep concise—avoid redundancy to reduce AI context usage.

Install via CLI
npx skills add https://github.com/doraemonkeys/sloc-guard --skill task-splitting
Repository Details
star Stars 21
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
doraemonkeys
doraemonkeys Explore all skills →