
Code linting during review. Runs ESLint/Prettier/platform-specific linters on changed files. Returns warnings and errors with fix suggestions.
Fast pre-QA sanity check. Validates files exist, server responds, and basic page loads before running full test suite. Returns JSON with pass/fail status.
Create HTML test fixture for UI components. Uses project templates to create isolated test pages for TDD validation.
Exploratory QA to find edge cases and unexpected bugs. Tests boundary conditions, error states, and unusual user flows.
Verify cross-file integrations. Checks CSS class references, imports/exports, component usage, and asset paths. Returns JSON with validation results.
Code linting during review. Runs ESLint/Prettier/platform-specific linters on changed files. Returns warnings and errors with fix suggestions.
Performance validation for web apps. Checks Core Web Vitals (LCP, FID, CLS), bundle sizes, resource counts, and lighthouse scores. Returns JSON with metrics.
Verify cross-file integrations. Checks CSS class references, imports/exports, component usage, and asset paths. Returns JSON with validation results.
Exploratory QA to find edge cases and unexpected bugs. Tests boundary conditions, error states, and unusual user flows.
Performance validation for web apps. Checks Core Web Vitals (LCP, FID, CLS), bundle sizes, resource counts, and lighthouse scores. Returns JSON with metrics.
Automated code review for security, design tokens, and accessibility. Checks for XSS, hardcoded colors, missing ARIA attributes. Returns JSON with issues.
Visual QA for HTML/CSS/JS web apps. Validates layout, animations, styling, i18n keys, data display, and interactive elements using Playwright.
Visual QA for HTML/CSS/JS web apps. Validates layout, animations, styling, i18n keys, data display, and interactive elements using Playwright.
Pre-implementation ticket validation. Checks required fields, platform compatibility, and dependency status. Returns JSON with validation results.
Security vulnerability scanning. Detects OWASP Top 10 issues, hardcoded secrets, XSS, SQL injection, and insecure dependencies. Returns JSON with findings.
Automated code review for security, design tokens, and accessibility. Checks for XSS, hardcoded colors, missing ARIA attributes. Returns JSON with issues.
Augment test fixture with edge cases, accessibility tests, responsive breakpoints. QA skill that ensures comprehensive test coverage.
Update CATALOG.md incrementally from a deployed ticket. Appends new files_created entries without regenerating entire catalog.
Code linting during review. Runs ESLint/Prettier/platform-specific linters on changed files. Returns warnings and errors with fix suggestions.
Verify cross-file integrations. Checks CSS class references, imports/exports, component usage, and asset paths. Returns JSON with validation results.
Accessibility audit using axe-core. Checks WCAG 2.1 compliance, keyboard navigation, ARIA attributes, and color contrast.
Update CATALOG.md incrementally from a deployed ticket. Appends new files_created entries without regenerating entire catalog.
CSS quality audit. Checks for unused selectors, specificity issues, duplicate rules, and design token compliance.
Generate CATALOG.md from deployed tickets. Extracts files_created metadata and builds project asset catalog with usage instructions.
Backend QA for API/Lambda/gRPC testing. Validates endpoints, response schemas, error handling, and integration tests. Returns JSON with test results.
Fast browser health check for web pages. Catches 404s, console errors, and missing assets. Returns JSON with check results per URL.
Data QA for database migrations and schema validation. Checks SQL syntax, UP/DOWN sections, model-schema consistency, and rollback safety.
Performance validation for web apps. Checks Core Web Vitals (LCP, FID, CLS), bundle sizes, resource counts, and lighthouse scores. Returns JSON with metrics.
Run Playwright tests with intelligent port detection. Reuses existing dev servers to avoid port conflicts. Returns JSON with test results and server status.
Visual QA for Flutter apps using golden_toolkit snapshot testing. Validates widgets render correctly across devices and themes.
Augment test fixture with edge cases, accessibility tests, responsive breakpoints. QA skill that ensures comprehensive test coverage.
Generate Playwright test specs from UI components. Creates test scaffolding with selectors, fixtures, and common interactions.
JavaScript bundle analysis. Checks bundle sizes, tree-shaking effectiveness, duplicate dependencies, and chunk splitting.
Update CATALOG.md incrementally from a deployed ticket. Appends new files_created entries without regenerating entire catalog.
Pre-deployment validation. Verifies files exist, no broken references, build succeeds, and critical paths work before marking ticket deployed.
Data QA for database migrations and schema validation. Checks SQL syntax, UP/DOWN sections, model-schema consistency, and rollback safety.
Visual QA for Flutter apps using golden_toolkit snapshot testing. Validates widgets render correctly across devices and themes.
Visual QA for iOS apps using swift-snapshot-testing. Validates UIKit/SwiftUI views render correctly across devices and traits.
Create HTML test fixture for UI components. Uses project templates to create isolated test pages for TDD validation.
Generate Playwright test specs from UI components. Creates test scaffolding with selectors, fixtures, and common interactions.
JavaScript bundle analysis. Checks bundle sizes, tree-shaking effectiveness, duplicate dependencies, and chunk splitting.
Update CATALOG.md incrementally from a deployed ticket. Appends new files_created entries without regenerating entire catalog.
Import/export validation post-implementation. Checks that all imports resolve to actual exports, catches broken references and circular dependencies.
Pre-deployment validation. Verifies files exist, no broken references, build succeeds, and critical paths work before marking ticket deployed.
Update CATALOG.md incrementally from a deployed ticket. Appends new files_created entries without regenerating entire catalog.
CSS quality audit. Checks for unused selectors, specificity issues, duplicate rules, and design token compliance.
Generate CATALOG.md from deployed tickets. Extracts files_created metadata and builds project asset catalog with usage instructions.
Data QA for database migrations and schema validation. Checks SQL syntax, UP/DOWN sections, model-schema consistency, and rollback safety.
Run Playwright tests with intelligent port detection. Reuses existing dev servers to avoid port conflicts. Returns JSON with test results and server status.
Visual QA for Flutter apps using golden_toolkit snapshot testing. Validates widgets render correctly across devices and themes.
Visual QA for iOS apps using swift-snapshot-testing. Validates UIKit/SwiftUI views render correctly across devices and traits.
Create Flutter widget_test fixtures for UI components. Uses golden_toolkit for snapshot testing with multi-device and theme support.
Create iOS XCTest fixtures for UI components. Uses swift-snapshot-testing for visual validation across devices and traits.
Proactive audit for third-party component theming conflicts. Detects libraries that inject default styles and mandates explicit override patterns before implementation.
Security vulnerability scanning. Detects OWASP Top 10 issues, hardcoded secrets, XSS, SQL injection, and insecure dependencies. Returns JSON with findings.
Visual QA for Flutter apps using golden_toolkit snapshot testing. Validates widgets render correctly across devices and themes.
Run Playwright tests with intelligent port detection. Reuses existing dev servers to avoid port conflicts. Returns JSON with test results and server status.
Fast filesystem readiness scan — counts docs, source files, manifests, platform signals. Produces initial ReadinessReport for agent spawning decisions.
Verify cross-file integrations. Checks CSS class references, imports/exports, component usage, and asset paths. Returns JSON with validation results.
Fast pre-QA sanity check. Validates files exist, server responds, and basic page loads before running full test suite. Returns JSON with pass/fail status.
# Unity Game Dev Agent This agent acts as a senior Unity C# game developer and technical game designer. Its job is to help build a videogame with: - Worlds - Characters - Player actions - NPCs - Enemy behavior - Interactions - Inventory systems - Dialogue systems - Combat systems - Quest systems - Level logic - Scene management - Game state - Saving/loading - Camera behavior - Animation hooks - Prefab structure - ScriptableObject-driven data - Unity project organization The agent should alwa
Rigorously reasons about definitions, proofs, and computations in algebra, analysis, discrete math, probability, linear algebra, and applied math. Verifies derivations, spots invalid steps, and states assumptions clearly. Use when solving or proving math problems, reviewing mathematical arguments, modeling with equations, interpreting statistics, or when the user mentions proofs, lemmas, theorems, integrals, series, matrices, optimization, or numerical methods.
Accessibility audit using axe-core. Checks WCAG 2.1 compliance, keyboard navigation, ARIA attributes, and color contrast.
Accessibility audit using axe-core. Checks WCAG 2.1 compliance, keyboard navigation, ARIA attributes, and color contrast.
Accessibility audit using axe-core. Checks WCAG 2.1 compliance, keyboard navigation, ARIA attributes, and color contrast.
Accessibility audit using axe-core. Checks WCAG 2.1 compliance, keyboard navigation, ARIA attributes, and color contrast.
JavaScript bundle analysis. Checks bundle sizes, tree-shaking effectiveness, duplicate dependencies, and chunk splitting.
JavaScript bundle analysis. Checks bundle sizes, tree-shaking effectiveness, duplicate dependencies, and chunk splitting.
Import/export validation post-implementation. Checks that all imports resolve to actual exports, catches broken references and circular dependencies.
Import/export validation post-implementation. Checks that all imports resolve to actual exports, catches broken references and circular dependencies.
Import/export validation post-implementation. Checks that all imports resolve to actual exports, catches broken references and circular dependencies.
CSS quality audit. Checks for unused selectors, specificity issues, duplicate rules, and design token compliance.
CSS quality audit. Checks for unused selectors, specificity issues, duplicate rules, and design token compliance.
Pre-deployment validation. Verifies files exist, no broken references, build succeeds, and critical paths work before marking ticket deployed.
Pre-deployment validation. Verifies files exist, no broken references, build succeeds, and critical paths work before marking ticket deployed.
Generate CATALOG.md from deployed tickets. Extracts files_created metadata and builds project asset catalog with usage instructions.
Fast browser health check for web pages. Catches 404s, console errors, and missing assets. Returns JSON with check results per URL.
Fast browser health check for web pages. Catches 404s, console errors, and missing assets. Returns JSON with check results per URL.
Exploratory QA to find edge cases and unexpected bugs. Tests boundary conditions, error states, and unusual user flows.
Exploratory QA to find edge cases and unexpected bugs. Tests boundary conditions, error states, and unusual user flows.
Augment test fixture with edge cases, accessibility tests, responsive breakpoints. QA skill that ensures comprehensive test coverage.
Run Playwright tests with intelligent port detection. Reuses existing dev servers to avoid port conflicts. Returns JSON with test results and server status.
Visual verification for interactive elements (popups, modals, tooltips). Clicks elements and captures screenshots for analysis. Bypasses MCP browser tool limitations with cross-origin CSS.
Visual QA for iOS apps using swift-snapshot-testing. Validates UIKit/SwiftUI views render correctly across devices and traits.
Visual QA for HTML/CSS/JS web apps. Validates layout, animations, styling, i18n keys, data display, and interactive elements using Playwright.
Visual QA for HTML/CSS/JS web apps. Validates layout, animations, styling, i18n keys, data display, and interactive elements using Playwright.
Automated code review for security, design tokens, and accessibility. Checks for XSS, hardcoded colors, missing ARIA attributes. Returns JSON with issues.
Pre-implementation ticket validation. Checks required fields, platform compatibility, and dependency status. Returns JSON with validation results.
Pre-implementation ticket validation. Checks required fields, platform compatibility, and dependency status. Returns JSON with validation results.
Security vulnerability scanning. Detects OWASP Top 10 issues, hardcoded secrets, XSS, SQL injection, and insecure dependencies. Returns JSON with findings.
Augment test fixture with edge cases, accessibility tests, responsive breakpoints. QA skill that ensures comprehensive test coverage.
Pre-deployment validation. Verifies files exist, no broken references, build succeeds, and critical paths work before marking ticket deployed.
CSS quality audit. Checks for unused selectors, specificity issues, duplicate rules, and design token compliance.
Backend QA for API/Lambda/gRPC testing. Validates endpoints, response schemas, error handling, and integration tests. Returns JSON with test results.
JavaScript bundle analysis. Checks bundle sizes, tree-shaking effectiveness, duplicate dependencies, and chunk splitting.
Update CATALOG.md incrementally from a deployed ticket. Appends new files_created entries without regenerating entire catalog.
Import/export validation post-implementation. Checks that all imports resolve to actual exports, catches broken references and circular dependencies.
Generate CATALOG.md from deployed tickets. Extracts files_created metadata and builds project asset catalog with usage instructions.
Exploratory QA to find edge cases and unexpected bugs. Tests boundary conditions, error states, and unusual user flows.
Performance validation for web apps. Checks Core Web Vitals (LCP, FID, CLS), bundle sizes, resource counts, and lighthouse scores. Returns JSON with metrics.
Augment test fixture with edge cases, accessibility tests, responsive breakpoints. QA skill that ensures comprehensive test coverage.
Visual QA for Flutter apps using golden_toolkit snapshot testing. Validates widgets render correctly across devices and themes.
Visual QA for iOS apps using swift-snapshot-testing. Validates UIKit/SwiftUI views render correctly across devices and traits.
Create HTML test fixture for UI components. Uses project templates to create isolated test pages for TDD validation.
Create HTML test fixture AND Playwright spec for UI components. Uses project templates to create isolated test pages for TDD validation. Web-specific enhancement creates both files.
Generate Playwright test specs from UI components. Creates test scaffolding with selectors, fixtures, and common interactions.
Fast pre-QA sanity check. Validates files exist, server responds, and basic page loads before running full test suite. Returns JSON with pass/fail status.
Run Playwright tests with intelligent port detection. Reuses existing dev servers to avoid port conflicts. Returns JSON with test results and server status.
Generate Playwright test specs from UI components. Creates test scaffolding with selectors, fixtures, and common interactions.
Visual QA for HTML/CSS/JS web apps. Validates layout, animations, styling, i18n keys, data display, and interactive elements using Playwright.
Pre-implementation ticket validation. Checks required fields, platform compatibility, and dependency status. Returns JSON with validation results.
Validate UI component fixture in browser. Opens test page, checks rendering, captures console errors and screenshots.
Generate Playwright test specs from UI components. Creates test scaffolding with selectors, fixtures, and common interactions.
Validate UI component fixture in browser. Opens test page, checks rendering, captures console errors and screenshots.
Create HTML test fixture for UI components. Uses project templates to create isolated test pages for TDD validation.
Pre-decomposition ticket validation. Fast structural check for required fields, platform detection, and dependency status. Blocks invalid tickets early.
Pre-decomposition ticket validation. Fast structural check for required fields, platform detection, and dependency status. Blocks invalid tickets early.
Import/export validation post-implementation. Checks that all imports resolve to actual exports, catches broken references and circular dependencies.
Generate CATALOG.md from deployed tickets. Extracts files_created metadata and builds project asset catalog with usage instructions.
Backend QA for API/Lambda/gRPC testing. Validates endpoints, response schemas, error handling, and integration tests. Returns JSON with test results.
Data QA for database migrations and schema validation. Checks SQL syntax, UP/DOWN sections, model-schema consistency, and rollback safety.
Fast browser health check for web pages. Catches 404s, console errors, and missing assets. Returns JSON with check results per URL.
Visual QA for Flutter apps using golden_toolkit snapshot testing. Validates widgets render correctly across devices and themes.
Fast pre-QA sanity check. Validates files exist, server responds, and basic page loads before running full test suite. Returns JSON with pass/fail status.
Pre-implementation ticket validation. Checks required fields, platform compatibility, and dependency status. Returns JSON with validation results.
Automated code review for security, design tokens, and accessibility. Checks for XSS, hardcoded colors, missing ARIA attributes. Returns JSON with issues.
Code linting during review. Runs ESLint/Prettier/platform-specific linters on changed files. Returns warnings and errors with fix suggestions.
Generate CATALOG.md from deployed tickets. Extracts files_created metadata and builds project asset catalog with usage instructions.
Visual QA for iOS apps using swift-snapshot-testing. Validates UIKit/SwiftUI views render correctly across devices and traits.
Pre-decomposition ticket validation. Fast structural check for required fields, platform detection, and dependency status. Blocks invalid tickets early.
Backend QA for API/Lambda/gRPC testing. Validates endpoints, response schemas, error handling, and integration tests. Returns JSON with test results.
Fast pre-QA sanity check. Validates files exist, server responds, and basic page loads before running full test suite. Returns JSON with pass/fail status.
Visual QA for HTML/CSS/JS web apps. Validates layout, animations, styling, i18n keys, data display, and interactive elements using Playwright.
Augment test fixture with edge cases, accessibility tests, responsive breakpoints. QA skill that ensures comprehensive test coverage.
Create HTML test fixture for UI components. Uses project templates to create isolated test pages for TDD validation.
Validate UI component fixture in browser. Opens test page, checks rendering, captures console errors and screenshots.
Pre-decomposition ticket validation. Fast structural check for required fields, platform detection, and dependency status. Blocks invalid tickets early.
Pre-implementation ticket validation. Checks required fields, platform compatibility, and dependency status. Returns JSON with validation results.
Automated code review for security, design tokens, and accessibility. Checks for XSS, hardcoded colors, missing ARIA attributes. Returns JSON with issues.
Security vulnerability scanning. Detects OWASP Top 10 issues, hardcoded secrets, XSS, SQL injection, and insecure dependencies. Returns JSON with findings.
Security vulnerability scanning. Detects OWASP Top 10 issues, hardcoded secrets, XSS, SQL injection, and insecure dependencies. Returns JSON with findings.
Validate UI component fixture in browser. Opens test page, checks rendering, captures console errors and screenshots.
Validate UI component fixture in browser. Opens test page, checks rendering, captures console errors and screenshots.
Generate Playwright test specs from UI components. Creates test scaffolding with selectors, fixtures, and common interactions.
Performance validation for web apps. Checks Core Web Vitals (LCP, FID, CLS), bundle sizes, resource counts, and lighthouse scores. Returns JSON with metrics.
Accessibility audit using axe-core. Checks WCAG 2.1 compliance, keyboard navigation, ARIA attributes, and color contrast.
JavaScript bundle analysis. Checks bundle sizes, tree-shaking effectiveness, duplicate dependencies, and chunk splitting.
CSS quality audit. Checks for unused selectors, specificity issues, duplicate rules, and design token compliance.
Pre-deployment validation. Verifies files exist, no broken references, build succeeds, and critical paths work before marking ticket deployed.
Data QA for database migrations and schema validation. Checks SQL syntax, UP/DOWN sections, model-schema consistency, and rollback safety.
Verify cross-file integrations. Checks CSS class references, imports/exports, component usage, and asset paths. Returns JSON with validation results.
Run Playwright tests with intelligent port detection. Reuses existing dev servers to avoid port conflicts. Returns JSON with test results and server status.
Visual QA for iOS apps using swift-snapshot-testing. Validates UIKit/SwiftUI views render correctly across devices and traits.
Fast browser health check for web pages. Catches 404s, console errors, and missing assets. Returns JSON with check results per URL.
Exploratory QA to find edge cases and unexpected bugs. Tests boundary conditions, error states, and unusual user flows.
Verify cross-file integrations. Checks CSS class references, imports/exports, component usage, and asset paths. Returns JSON with validation results.
Performance validation for web apps. Checks Core Web Vitals (LCP, FID, CLS), bundle sizes, resource counts, and lighthouse scores. Returns JSON with metrics.
Security vulnerability scanning. Detects OWASP Top 10 issues, hardcoded secrets, XSS, SQL injection, and insecure dependencies. Returns JSON with findings.
Code linting during review. Runs ESLint/Prettier/platform-specific linters on changed files. Returns warnings and errors with fix suggestions.
Data QA for database migrations and schema validation. Checks SQL syntax, UP/DOWN sections, model-schema consistency, and rollback safety.
Fast browser health check for web pages. Catches 404s, console errors, and missing assets. Returns JSON with check results per URL.
Validate UI component fixture in browser. Opens test page, checks rendering, captures console errors and screenshots.
Backend QA for API/Lambda/gRPC testing. Validates endpoints, response schemas, error handling, and integration tests. Returns JSON with test results.
Fast pre-QA sanity check. Validates files exist, server responds, and basic page loads before running full test suite. Returns JSON with pass/fail status.
Backend QA for API/Lambda/gRPC testing. Validates endpoints, response schemas, error handling, and integration tests. Returns JSON with test results.
Code linting during review. Runs ESLint/Prettier/platform-specific linters on changed files. Returns warnings and errors with fix suggestions.
Automated code review for security, design tokens, and accessibility. Checks for XSS, hardcoded colors, missing ARIA attributes. Returns JSON with issues.
Pre-decomposition ticket validation. Fast structural check for required fields, platform detection, and dependency status. Blocks invalid tickets early.
Pre-decomposition ticket validation. Fast structural check for required fields, platform detection, and dependency status. Blocks invalid tickets early.
Scores proposal complexity against codebase surface. Uses proposal text analysis and readiness stats to determine decomposition tier and agent count.
Merges bookend agent reports into revised readiness, complexity, and decomposition plan. Produces the final evidence-backed assessment consumed by sprint-architect-agent.