Add fourteen skills from Dimillian/Skills, integrate the merged Snowflake and WordPress updates into the maintainer sync, and refresh registry metadata, attributions, walkthrough notes, and the 8.9.0 release notes while keeping validation warnings within budget.
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"