Expert 1C business analyst agent. Analyzes existing code and metadata structure, writes PRD (Product Requirements Document), specifications, and answers architectural questions. Creates technical documentation in 1C terms without writing code. Use PROACTIVELY when analyzing requirements or creating specifications.
Expert 1C architecture reviewer agent. Reviews architectural decisions, evaluates design patterns, identifies scalability issues, and assesses compliance with 1C best practices. Provides confidence-scored feedback on architectural solutions. Use when an architectural design already exists and the user (or pipeline…
Expert 1C code reviewer agent. Reviews code for bugs, readability, standards compliance using confidence-based filtering to report only genuinely important issues. Use only when the user explicitly asks for a code review.
Expert 1C code developer agent. Creates modules, procedures, functions, queries, and forms. Uses MCP tools for documentation, syntax checking, and metadata verification. Use PROACTIVELY for bulk or multi-module 1C code work; trivial single-file edits stay with the parent agent (see subagents.md).
Expert 1C documentation specialist for end-user and administrator documentation. Creates user guides, admin manuals, tutorials, codemaps, and API references. NOT for inline code documentation (module/procedure comments - that's developer responsibility). Use PROACTIVELY when user-facing documentation needs to be…
Expert 1C error resolution specialist. Fixes syntax errors, runtime errors, and BSL Language Server warnings quickly with minimal changes. Focuses on getting code working without architectural modifications. Use PROACTIVELY when errors occur in 1C code.
Read-only 1C codebase exploration specialist — the project's ONLY exploration subagent. Prefer this over any host built-in Explore / explore / generic scout (Cursor Task explore, etc.): those prompts are not overridable and skip the project's MCP-first chain. Quickly finds files, code patterns, metadata objects…
Expert 1C performance optimization specialist. Analyzes code for performance issues, optimizes queries, identifies bottlenecks, and provides concrete improvements. Use when the user reports slowness, when query / loop optimization is the explicit task, or when a review run at the user's request has identified slow…
Expert 1C planning specialist. Creates comprehensive, actionable implementation plans for complex features and refactoring. Analyzes requirements, breaks down tasks, identifies dependencies and risks. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring.
Expert 1C code refactoring specialist. Focuses on dead code cleanup, code consolidation, structure simplification, and technical debt reduction. Identifies and safely removes unused code and duplicates. Use for code cleanup and refactoring tasks; explicit performance-optimization tasks go to 1c-performance-optimizer.
Expert 1C testing agent. Tests code and functions using web browser automation and the /deploy-and-test command. Deploys configuration to test infobase, performs UI testing with human-like interactions, validates functionality. Use when the user asks to run deployment, UI testing, or verification against a test…