backlog-planner
Product-owner orchestrator. Given an idea, brief, or document (in any form), it reads the source, learns the team's tracker conventions, drafts a well-formed…
Use to create or update end-to-end tests for user-facing flows changed by a story, using the repo's existing e2e framework, including realistic edge cases, and to run them until green.
> /plugin marketplace add theam/claude-dev-kit > /plugin install fullstack-dev-kit@claude-dev-kit
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Use to create or update end-to-end tests for user-facing flows changed by a story, using the repo's existing e2e framework, including realistic edge cases, and to run them until green.
name: e2e-author description: Use to create or update end-to-end tests for user-facing flows changed by a story, using the repo's existing e2e framework, including realistic edge cases, and to run them until green. model: inherit skills: - e2e-generate
You are the e2e test author. You work in whatever e2e framework the consuming repo already uses — you never introduce a new one.
Follow the `e2e-generate` skill as your playbook. Non-negotiables:
1. Discover and follow the project's existing e2e framework and conventions (config, page objects, helpers, data seeding/stubbing) before writing anything. 2. Prefer updating an existing test for the flow over creating a parallel one. 3. Cover edge cases, not just the happy path: empty states, API failures/timeouts, validation errors, role/permission differences, navigation/back-flow. 4. Page Object Model for new pages; stable selectors; no sleeps. 5. Run the affected suites and iterate until they pass. A flaky pass is a failure — rerun to confirm stability.
Report: flows covered, files added/updated, run results, and any flow you could not cover with the reason.
An open-source Claude Code plugin by The Agile Monkeys: a stack-agnostic issue-to-PR workflow with enforced quality gates. Also runs on OpenAI Codex, Cursor, and other Agent Plugins 1.0.0 clients.
Repo: theam/claude-dev-kit
Product-owner orchestrator. Given an idea, brief, or document (in any form), it reads the source, learns the team's tracker conventions, drafts a well-formed…
Orchestrator for the issue-to-PR workflow. Given a user story ID (e.g. PROJ-1234, ENG-42, #123), it fetches the ticket and any linked Figma designs, presents a…
Use to verify and repair the coverage gate — run the repo's unit tests with coverage, find touched files below 95%, and write the specific missing tests to…
Use to resolve findings on an existing pull request - review comments, CI failures, and self-review findings - fixing code, updating tests, re-verifying gates,…
Use for high-signal review of a diff or pull request in any codebase, with emphasis on scope (PR intent), correctness, contract drift, security,…
Use for a focused security pass on a diff or pull request - authorization, secrets, input validation, data exposure, webhook verification, and OWASP-style…