Toolverse
All skills

parallel-task

by am-will

Only to be triggered by explicit /parallel-task commands. This skill is designed to execute plan files by launching multiple parallel subagents to complete tasks simultaneously. Designed to launch parallel tasks from a dependency graph using depends_on metadata.

Installation

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

Installation

Quick info

Author
am-will
Category
Backend
Views
6

About this skill

Only to be triggered by explicit /parallel-task commands. This skill is designed to execute plan files by launching multiple parallel subagents to complete tasks simultaneously. Designed to launch parallel tasks from a dependency graph using depends_on metadata.

How to use

  1. Przygotuj plik planu w formacie markdown z sekcjami zadań (np. ### T1: lub ### Task 1.1:). Każde zadanie powinno zawierać metadane depends_on jako listę identyfikatorów zadań, od których zależy (np. - depends_on: [T1, T2]).

  2. Wyzwól skill poleceniem /parallel-task, podając ścieżkę do pliku planu. Opcjonalnie możesz wskazać podzbiór zadań do uruchomienia, jeśli chcesz wykonać tylko wybrane identyfikatory.

  3. Skill parsuje plik, wyodrębnia wszystkie zadania, ich opisy, kryteria akceptacji i walidację. Buduje graf zależności na podstawie metadanych depends_on.

  4. Skill identyfikuje zadania bez zależności (odblokowane) i uruchamia je równolegle jako podagenty. Każdy podagent otrzymuje kontekst planu, opis swojego zadania, listę zależności i instrukcje implementacji.

  5. Po ukończeniu każdego zadania skill aktualizuje plik planu logami i wynikami. Następnie identyfikuje następne falę odblokowanych zadań (te, których wszystkie zależności są spełnione) i uruchamia je równolegle.

  6. Proces powtarza się w pętli, aż wszystkie zadania zostaną ukończone. Skill zapewnia, że podagenty pracują w poprawnej kolejności i że dokumentacja planu jest zawsze aktualna.

Related skills

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108