Specialized architecture reviewer for SuperApp Retail. Focuses exclusively on Clean Architecture layer boundaries, feature package isolation, DI registration completeness, public API surface (barrel) changes, and cross-package impact. Use when the main agent delegates architectural concerns from a PR review.
Specialized agent that analyzes a git diff versus origin/develop, groups the branch into logical change areas, and infers the likely aim of each area from code evidence. Use as the first step in the explain-changes-vs-develop skill.
Specialized agent that challenges and refines change-intent analysis, downgrades overconfident claims, and generates evidence-backed open questions when branch intent is unclear. Use as the second step in the explain-changes-vs-develop skill.
Final synthesis step for the explain-changes-vs-develop skill. Produces a concise explanation of branch intent with logical change areas, calibrated confidence, an always-present Mermaid diagram, and open questions when needed.
Expert Flutter and SuperApp Retail code reviewer combining correctness, quality, and mechanical compliance checks. Applies structured review for bugs, architecture, project compliance, and pre-PR validation rules. Use when performing PR-style reviews, reviewing git diffs, or when the main agent delegates code review…
Expert Data layer reviewer for SuperApp Retail. Specializes in Retrofit services, DTOs (Freezed + jsonserializable), DataSources, Repository implementations, and DI bindings. Use when the diff touches files in data/service/, data/dto/, data/source/, data/repository/, or data/mapper/.
Devil's advocate agent that cross-checks all Critical and Blocker findings from other review subagents before synthesis. Verifies each finding against actual code on disk, existing codebase patterns, and rule applicability. Runs after parallel reviewers and before the synthesizer.
Expert performance and memory reviewer for SuperApp Retail. Specializes in Flutter widget rebuild analysis, memory leaks (timers, streams, controllers not disposed), unnecessary object allocation in build(), and Dart algorithmic efficiency. Use when the diff touches presentation/pages/, presentation/widgets/…
Mechanical pre-PR compliance gatekeeper for SuperApp Retail. Checks pubspec.yaml version rules, hardcoded colors/sizes/strings, Spanish text in UI, magic numbers, Freezed usage, generic exceptions, and English-only comments/logs. Produces a pass/fail checklist. Always runs on every diff.
Final synthesis step for the agent-review pipeline. Reads all parallel subagent reports and produces a concise executive summary, a priority-ordered action list, and an overall PR health verdict. Always runs last, after all other reviewers have finished.
Specialized technical debt and refactor reviewer for SuperApp Retail. Focuses on maintainability hotspots, refactor candidates, and architectural erosion risks while keeping findings mostly non-blocking.
Expert UI/widget reviewer for SuperApp Retail. Specializes in UI Kit System compliance (theme tokens, AgoraTheme, Agora components, responsive design). Use when the diff touches files in presentation/pages/, presentation/widgets/, or any widget/screen file.