Toolverse
All skills

dispatching-parallel-agents

by obra

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
obra
Category
Testing
Views
47

About this skill

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

How to use

  1. Zidentyfikuj niezależne domeny problemów. Pogrupuj błędy lub zadania według tego, co jest uszkodzone — na przykład błędy w pliku testów A dotyczą zatwierdzania narzędzi, plik B to zachowanie ukończenia partii, plik C to funkcjonalność anulowania. Każda domena powinna być całkowicie niezależna.

  2. Sprawdź warunki użycia: czy masz 3 lub więcej niezwiązanych problemów, każdy problem można zrozumieć bez kontekstu z innych, oraz agenci nie będą się wzajemnie zakłócać ani nie potrzebują wspólnego stanu.

  3. Utwórz skoncentrowane zadania dla każdego agenta. Każdy agent powinien otrzymać konkretny zakres — określony plik, podsystem lub typ błędu — oraz wszystkie informacje potrzebne do niezależnego badania.

  4. Wyślij agentów równolegle zamiast sekwencyjnie. Dzięki temu wszystkie domeny problemów są badane jednocześnie, co znacznie skraca czas rozwiązywania.

  5. Unikaj tego podejścia, gdy błędy są powiązane (naprawienie jednego może naprawić inne), gdy musisz zrozumieć pełny stan systemu lub gdy agenci mogliby się wzajemnie zakłócać.

Related skills

nextjs-developer

by zenobi-us

Expert Next.js developer mastering Next.js 14+ with App Router and full-stack features. Specializes in server components, server actions, performance optimization, and production deployment with focus on building fast, SEO-friendly applications.

Testing
166226

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

performing-penetration-testing

by jeremylongshore

This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a \

Testing
1546

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236