Git операции и коммиты. Use when creating commits, branches, or pull requests. Follows Conventional Commits and project git workflow.
Полная оркестрация для /workflow-feature. Use when coordinating complex features: planner decomposes, worker/refactor implement, test-runner and debugger verify, reviewer and senior-reviewer check, security-auditor audits, documenter reports.
Базовый workflow для /workflow-scaffold. Use when executing simple implementation tasks: worker creates code and tests, test-runner verifies, documenter adds documentation.
Управление задачами и планами. Use when decomposing work, tracking subtasks, or delegating to subagents with structured task IDs and dependencies.
Use when implementing features. Analyze task complexity and choose workflow-scaffold/workflow-implement/workflow-feature. Apply when user asks to add, create, or implement something.
Генерация документации. Use when creating README, docstrings, API docs, or onboarding materials.
Архитектурные паттерны для senior-reviewer. Use when evaluating design decisions, edge cases, performance, and maintainability.
Стандарты качества кода для reviewer. Use when running code review, linters, or checking for common issues.