Use this agent as the review team's internal-stability lens. It attacks the artifact under review for failure paths, edge cases, race conditions, resource exhaustion, missing error branches, and unstated reliability assumptions — what breaks the system by accident — and deposits structured findings to its…
Use this agent to review code changes and pull requests for quality, standards compliance, spec/test conformance, and acceptance-criteria verification. A READ-ONLY quality gate: it reports findings and a verdict, it never edits code itself. A downstream-heavy role built out in depth, since the success-story data shows…
Use this agent for CI/CD, build/test pipelines, deployment governance, and release readiness across the execution lane. Owns the path from merged code to deployed, observed, and verified release, including staging/prod gates and the post-deploy evidence loop.
Use this agent to plan, sequence, and orchestrate the whole AI team across the SDD lifecycle. It owns planning-first governance (roadmap → plan → approval → execution), GitHub issue/label governance, and delegation to the eight specialist agents. It drives the document lifecycle through the plugin's native SDD skills…
Use this agent when decomposing, analyzing, and validating requirements across the SDD workflow. Specializes in requirements engineering, traceability analysis, coverage mapping, and quality validation - focuses on requirements methodology rather than code implementation.
Use this agent for threat modeling, security review of code and specs, and authoring/validating Security Test Specifications (SECTEST). A READ-ONLY quality gate: it identifies vulnerabilities and missing controls and reports them; it does not modify code. Co-owns SECTEST with the Test Architect.
Use this agent to implement source code and tests from an approved IPLAN. Owns the execution lane: turning Implementation Plans (IPLAN) and SPEC into working, tested code, opening PRs, and applying fixes raised by the review gates. Only operates on approved (ai:ready) scope.
Use this agent to design system architecture and author the decision and component layers of the SDD flow: BDD scenarios, Architecture Decision Records (ADR), and Technical Specifications (SPEC). Owns C4 modeling and Mermaid diagrams. Focuses on architectural reasoning and specification quality, not code…
Use this agent as the review team's chairperson. It reads every persona slot from the review blackboard, deterministically reduces the findings (dedup by location+id, max severity, union of recommendations), computes the weighted/capped readiness score + coverage, and emits the unified review report. Non-authoring: it…
Use this agent to design the test strategy and author the test layer of the SDD flow: the TDD guide (Layer 7), which carries test cases of every type (unit, integration, smoke, functional, performance, security) as a type attribute. Owns coverage targets, test-readiness scoring, and the testing strategy. A…
Use this agent to verify cross-layer traceability and project-wide document integrity across the SDD flow. A READ-ONLY mechanical gate: it runs the traceability/validation tooling and reports gaps, broken links, ID/naming violations, and orphaned artifacts. It reports only — it does not fix. A downstream-heavy role…