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.
32 lines
997 B
Markdown
32 lines
997 B
Markdown
# Work Packet Template
|
|
|
|
Use this template to define each packet before spawning workers.
|
|
|
|
## Packet
|
|
|
|
- `id`:
|
|
- `objective`:
|
|
- `mode`: `refactor` | `rewrite` | `hybrid`
|
|
- `owner_agent_type`: `worker`
|
|
- `owned_files`:
|
|
- `dependencies`:
|
|
- `invariants_to_preserve`:
|
|
- `out_of_scope`:
|
|
- `required_checks`:
|
|
- `integration_notes`:
|
|
- `done_criteria`:
|
|
|
|
## Example
|
|
|
|
- `id`: `P3`
|
|
- `objective`: "Extract duplicated parsing logic from thread reducers into shared helper"
|
|
- `mode`: `refactor`
|
|
- `owner_agent_type`: `worker`
|
|
- `owned_files`: `src/features/threads/hooks/threadReducer/*.ts`
|
|
- `dependencies`: `P1`
|
|
- `invariants_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/hooks`
|
|
- `integration_notes`: "Main thread verifies no overlapping helper names with existing util package"
|
|
- `done_criteria`: "No duplicated parsing block remains; all required checks pass"
|