
Publisher on askill
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Master orchestrator for project planning, execution, and tracking workflow
Use when starting or resuming work to quickly understand project state, active decisions, and immediate next steps.
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verificat...
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Core project rules for interaction, task management, and quality control.
Use when implementing or reviewing football data logic, pitch coordinates, event modeling, or sports vision pipelines.
Use when reviewing architecture boundaries, dependency direction, or multi-layer design decisions across modules.
Refactor high-complexity React components. Use when components exceed 300 lines, when the user asks for code splitting, hook extraction, or complexity reduction, or when the agent detects high cogniti...
Ensure that project documentation (README, API specs, /doc folder) remains in sync with the actual implementation. Trigger after major refactors or when adding new features.
Use when designing, reviewing, or modifying backend API endpoints, schemas, validation, and API documentation.
Use when you have a spec or requirements for a multi-step task, before touching code
Expert guidance for implementing Domain-Driven Design (DDD). Adheres to community standards for Strategic (Bounded Contexts, Ubiquitous Language) and Tactical (Aggregates, Entities, Value Objects) pat...
Trigger when the user requests a review of frontend files (e.g., .tsx, .ts, .js). Support both pending-change reviews and focused file reviews while applying the checklist rules found in the reference...
Use when writing or improving frontend tests with Vitest and React Testing Library using reliable patterns and coverage checks.