agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
create-documentation
Generate markdown documentation for a module or feature
create-justification
Create a new justification file in .agents/justifications/ with a unique three-word ID, frontmatter, and formatted title
create-plan
Create a new plan file in .agents/plans/ with a unique three-word ID, frontmatter, and formatted title
create-scratch
Create a new scratch file in .agents/scratches/ with a unique three-word ID, frontmatter, and formatted title
envelope-editor-v2-e2e
Writing and maintaining Playwright E2E tests for the Envelope Editor V2. Use when the user needs to create, modify, debug, or extend E2E tests in packages/app-tests/e2e/envelope-editor-v2/. Triggers include requests to "write an e2e test", "add a test for the envelope editor", "test envelope settings/recipients/fields/items/attachments", "fix a failing envelope test", or any task involving Playwright tests for the envelope editor feature.