task
Installation
SKILL.md
Work Task
Handle $ARGUMENTS. Be thorough, not ceremonial. Start from the source of truth, load extra skills only when they earn their keep, and verify before calling the task done.
#$ARGUMENTS
Core Rules
- Read the task source first.
- Read local repo instructions and relevant files before editing.
- Search for existing patterns before inventing new ones.
- Prefer the best durable fix over the smallest local patch. If the root cause lives in an API or abstraction seam, change that seam even when it means a broader refactor or an intentional API change.
- Prefer targeted tests and checks during iteration.
- Keep the user updated at milestones.
- Verify the actual result before claiming done.
- Do not default to research swarms, review swarms, or browser proof.
- For verified code-changing work, default to creating or updating the PR unless the user explicitly said not to.
- Do not default to compounding.
- Before calling a task blocked on a repo-wide gate, rule out local install corruption once when the failure smells wrong for the diff.