Fetch and read web pages using Lightpanda headless browser, or automate full browser interactions using agent-browser. Use when you need to read articles, documentation, any web content, or interact with web pages.
Fetch transcripts from YouTube videos for summarization and analysis.
Create an implementation spec and/or execution plan for a task. Self-discovers context before asking questions, then writes to docs/specs/ and/or docs/exec-plans/active/.
Grilling session that challenges a plan against the existing domain model, sharpens terminology, and updates documentation (`CONTEXT.md`, `CONTEXT-MAP.md`, ADRs) inline as decisions crystallize. Use when the user wants to stress-test a plan against the repo's language and documented decisions.
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Review code changes, diffs, or files for correctness, architecture, security, quality, testing, and dependency risks.
Sets up repo-local methodology docs so shared engineering skills know this repo's issue tracker, triage label vocabulary, and domain doc layout. Run before first use of `grill-with-docs`, `zoom-out`, `improve-codebase-architecture`, future issue-workflow skills, or whenever those skills appear to be missing repo-local context.
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.