Resolves pull-request review comments on a Proxyfan PR systematically — works through the queue, addresses one item at a time, and marks it done. Use when the user asks to "address PR feedback", "go through review comments", or names a specific PR number and asks for changes.
Loads a single backlog work item (E{NN}-F{NN}-UC{NN}-T{NN}) from docs/BACKLOG.md and turns it into an executable plan with the right cross-references and validation commands. Use when the user names a backlog id ("implement E04-F02-UC01-T01", "let's plan E10-F03").
Orchestrator that dispatches every Proxyfan specialist skill in parallel and folds their findings into one prioritised, deduplicated action plan. Works for whole-codebase analysis and for PR / branch / working-tree diffs.
Module-boundary, layer-dependency and structural-integrity specialist for the Proxyfan modular monolith. Detects upward references, circular dependencies, boundary leaks, and drift from the declared architecture.
Concurrency and async-correctness specialist for Proxyfan — validates CancellationToken propagation, lifecycle of long-running pumps, ConcurrentDictionary safety, stale captures after await, and ConfigureAwait discipline.
Avalonia UI specialist for Proxyfan — ViewModels, AXAML correctness, binding safety, threading marshalling, Behavior<T> lifecycle, virtualization for large lists, theme resources, MVVM purity (ViewModel ↔ domain boundary).
Service and infrastructure-code specialist for Proxyfan — validates API contracts, Result<T> + DomainError usage, options binding, logging, error handling, async correctness, and DI patterns.
Application-security specialist for Proxyfan — scans for exploitable vulnerabilities (injection, auth, deserialization, exposure, weak crypto, misconfiguration) with reproduction hints and concrete remediation.