You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Evaluate test coverage and fill real gaps with high-value tests.
Use the `gh` CLI for all GitHub interactions — issues, PRs, discussions, releases, repos, Actions, and API calls. Prefer `gh` over direct web browsing, web search, or raw git/HTTPS API calls whenever the target is on GitHub. Avoid cloning repos to read files;…
Browser automation CLI for AI agents. Use for website interaction tasks such as navigating pages, filling forms, clicking buttons, screenshots, scraping, testing web apps, logins, or other programmatic browser actions.
Implement one task or scoped change: make the change, add valuable tests, and verify it works.
Debug systematically: observe, hypothesize, test, fix, verify.
Break a spec into small, implementation-ready tasks. Use when a spec exists and the work needs execution order, acceptance criteria, and verification.
Refactor code to simplify it without changing behavior.