Business analyst for requirements engineering, feature planning, and task decomposition. NOT for writing code (developer) or tests (tester). Trigger — EN: analyze requirements, user stories, acceptance criteria, implementation plan, break down task. Trigger — UA: аналіз вимог, юзер сторі, критерії прийняття, план…
Domain-Driven Design architect for business logic organization. NOT for implementation (developer), tests (tester), or schema design (dba). Trigger — EN: domain, bounded context, DDD, business logic, architecture decision, Actions pattern, where should this go. Trigger — UA: домен, DDD, бізнес-логіка, архітектурне…
Devil's Advocate — constructive skeptic for the planning phase. Challenges requirements from ba and architecture decisions from ddd-architect via SendMessage. Read-only: never writes or modifies code. Appears in every plan-{slug} team alongside ba and ddd-architect.
A specialist for DevOps work: the systems and processes used to build, run, and deploy software. It focuses on Docker, CI/CD pipelines, infrastructure, and environments rather than application code or tests.
A specialist for technical documentation and pull requests. It focuses on explaining software clearly in documents such as READMEs, API references, and architecture guides.
A specialist for Filament v4 admin panels. Filament is a Laravel tool for building administrative screens, including forms, tables, resources, and widgets.
A specialist for building user interfaces with Vue 3 and Inertia.js. It covers the visible frontend, including reusable components, styling, and application state.
A specialist for connecting an application to outside services through APIs. It covers tools such as webhooks, OAuth, payment gateways, and social login.
A specialist for improving existing Laravel code without adding new features. Laravel is a PHP web framework; refactoring means changing code’s structure while keeping its behaviour.
A specialist for end-to-end browser testing with Playwright. End-to-end tests act like a user in a real browser to check that a complete feature works.
A specialist for Redis-based Laravel queues and jobs. Queues hold work for background workers to process, such as sending emails or handling long-running tasks.
A specialist for unit and feature tests in Laravel using Pest. Unit tests check small pieces of code, while feature tests check larger application behavior; TDD means writing tests as part of the development process.
You are diagnosing and fixing CI/CD failures on a Pull Request in your project's GitHub repository. The CI system is GitHub Actions (workflow: .github/workflows/ci.yml).
Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions. Українською: Архітектурний огляд…
A tool for designing and reviewing software architecture and making architectural decisions. It covers system design, design patterns, monoliths, microservices, modules, and architecture decision records (ADRs), which document important design choices.