Part of the agentcheck package for automated code review. Ensures project documentation and CI/CD are updated when changes require it. Runs when user finishes commit work or requests agentic review. Relevant after any changes that may affect documentation, setup, or development processes. Checks README, AGENTS.md, CI…
Part of the agentcheck package for automated code review. Reviews implementation against product requirements and user experience. Runs when user finishes commit work or requests agentic review. Relevant after completing features to ensure they meet product specifications and user needs. Validates feature…
Part of the agentcheck package for automated code review. Analyzes security implications of code changes. Runs when user finishes commit work or requests agentic review. Relevant after any changes involving authentication, data handling, or external APIs. Focuses on new security risks introduced by modifications.…
Stress-tests a REQ's architecture and task plan before the human reviews them. Assumes the design is wrong, broken, or incomplete, tries to prove it, and reports only the findings that survive its own refutation attempts. Hunts what was omitted entirely, not just flaws in what was written. Read-only — reports…
Decides a single pipeline gate during an autonomous run — /autopilot, or /sprint adjudicating its gate queue (autonomy.gates set to assisted or auto). Reads the gate's evidence packet and returns one verdict — APPROVE, REWORK, or HALT — with a confidence score and cited evidence. Read-only on source; writes only its…
Runtime UI/UX review of a change. Starts the app's dev server and drives a browser to confirm the changed UI renders, the flows work, the interaction states are correct (disabled/loading/error/empty, not just the happy view), and the result matches the design and UI acceptance criteria — the things static review…