mirror of
https://github.com/Dimillian/Skills.git
synced 2026-03-25 08:55:54 +00:00
997 B
997 B
Work Packet Template
Use this template to define each packet before spawning workers.
Packet
id:objective:mode:refactor|rewrite|hybridowner_agent_type:workerowned_files:dependencies:invariants_to_preserve:out_of_scope:required_checks:integration_notes:done_criteria:
Example
id:P3objective: "Extract duplicated parsing logic from thread reducers into shared helper"mode:refactorowner_agent_type:workerowned_files:src/features/threads/hooks/threadReducer/*.tsdependencies:P1invariants_to_preserve: "Thread ordering and hidden-thread filtering behavior"out_of_scope: "UI rendering components"required_checks:npm run typecheck,npm run test -- src/features/threads/hooksintegration_notes: "Main thread verifies no overlapping helper names with existing util package"done_criteria: "No duplicated parsing block remains; all required checks pass"