Agent
Plans what to build by reading instruction files and writes ADR files. Use when: starting a new feature, re-evaluating a plan after reviewer failures.
Centralized VS Code Copilot configuration repository for software development and infrastructure as code projects.
Agent
Plans what to build by reading instruction files and writes ADR files. Use when: starting a new feature, re-evaluating a plan after reviewer failures.
Agent
Implements files defined in an ADR plan by following instruction files. Use when: creating or fixing files as directed by the architect's plan.
Agent
Documentation agent. Creates or updates README.md based only on files produced by the current pipeline run. Use when: all reviewers have passed and the pipeline is complete.
Agent
Pipeline optimizer. Analyzes all agent outputs from a pipeline run to identify root causes and suggest improvements to agents or instruction files. Use when: after any pipeline completion or iteration cap exceeded.
Agent
Main entry point for the governed development pipeline. Orchestrates architect, coder, reviewers, documenter, and meta-optimizer in a loop. Use when: implementing a new feature, creating or modifying files, running the full development cycle.
Agent
Database reviewer. Reviews database instruction files for created or modified files. Use when: reviewing repository code, schema files, models, or JDBC-first data access after implementation.
Agent
I18n reviewer. Reviews internationalization instruction files for created or modified files. Use when: reviewing message keys, locale behavior, translated output, or i18n-specific rule coverage after implementation.
Agent
Performance reviewer. Reviews performance-related instruction files for created or modified files. Use when: reviewing pagination, async processing, or performance-specific rule coverage after implementation.
Agent
QA reviewer. Reviews code-quality instruction files for created or modified files. Use when: reviewing code quality, style, controller/service/test rules, or general code compliance after implementation.
Agent
Security reviewer. Reviews security instruction files for created or modified files. Use when: reviewing security guard compliance, sensitive-data handling, configuration hardening, or security-specific rule coverage after implementation.