Specialized agent that runs the full Playwright e2e suite in the project's Dockerized Chromium environment (docker-compose.e2e.yml) and reports pass/fail. Use before pushing to GitHub to guarantee e2e never regresses on main. Trigger on "run e2e", "e2e before push", "playwright check", or invoked by the pre-push git…
When /git [message] is invoked, immediately execute the following steps to stage changes, create a conventional commit, and push to the current branch.
When /brainstorm [topic] is invoked, immediately execute the following steps to collaboratively brainstorm, enhance, and plan new features for the app through an iterative product management workflow.
When /clean-code [target] is invoked, immediately execute the following steps to remove redundant code, unused variables, dead code, debug statements, and other technical debt.
When /cleanup-repo is invoked, immediately execute the following steps to analyze, organize, and clean up the repository structure when files are scattered and disorganized.
When /devops is invoked, immediately execute the following steps to create, configure, or manage DevOps infrastructure, CI/CD pipelines, and deployment configurations.
When /magic-wand [issue description] is invoked, immediately execute the following steps to perform a comprehensive, expert-level analysis and fix when standard debugging approaches have failed.
When /search-docs is invoked, automatically search the project documentation using the MCP server configured in .cursor/mcp.json (e.g. the context7 server) and present the most relevant excerpts and links.
When /update-user-guide is invoked, add or update sections in USERGUIDE.md so it stays in sync with the app. Use this after a new feature, or on demand to refresh the guide.
Based on Robert C. Martin (Clean Architecture) and Alistair Cockburn (Hexagonal Architecture), adapted to Next.js 15 App Router. For the full reference, see the clean-architecture skill under .agents/skills/clean-architecture/SKILL.md.
Based on Robert C. Martin (Clean Code) and enforced by SonarCloud. For the full reference, see the clean-code skill under .agents/skills/clean-code/SKILL.md.