Decompose a large task into smaller, single-session tasks.
Breaks down large tasks into smaller, single-session markdown task files with clear objectives and subtasks.
/plugin marketplace add cyrup-ai/kodegen-claude-plugin/plugin install kg@kodegentask_file [task_file] | additional_instructions [additional_instructions]mkdir -p ./task
(workspace root)
choose a short, all uppercase, human meaningful, less than 8 character task prefix.
For example if the tasks are related to "in production" stubs you would name the tasks
IN_PROD_1.md,IN_PROD_2.mdIN_PROD_3.md{clipboard}
^^ Convert this task/todo work file into a series of individual markdown task files:
Each numbered task should be focused on a specific "area of focus".
Additionally:
Ensure the task clearly outlines:
OBJECTIVE:Really? Yes, really. There's another team that's responsible for writing tests. You'll be making their work harder if any test code is written. Add clear requirements to the task that no tests are to be written.
There's another team that's responsible for writing benchmarks (if I want them and the product needs them). You'll be makign their work harder if any benchmark code is written. Add clear requirements to the task that no benches are to be written.
rm -f {clipboard}
================= $ARGS