parallel-execution
π―Skillfrom d-oit/do-novelist-ai
Executes multiple independent tasks simultaneously across available agents to maximize throughput and minimize total execution time.
Part of
d-oit/do-novelist-ai(14 items)
Installation
git clone https://github.com/yourusername/novelist-goap-ebook-engine.gitnpm run devnpm run dev # Start Vite dev server (http://localhost:5173)npm run build # Build for productionnpx playwright testSkill Details
Execute multiple independent tasks simultaneously using parallel agent coordination to maximize throughput and minimize execution time. Use when tasks have no dependencies, results can be aggregated, and agents are available for concurrent work.
More from this repository10
iterative-refinement skill from d-oit/do-novelist-ai
Skill
Skill
Skill
Skill
Breaks down complex tasks into atomic, actionable sub-goals with clear dependencies, enabling systematic project planning and multi-agent coordination.
Skill
Analyzes and enforces code quality standards, automatically detecting potential issues, style violations, and maintainability risks in the project's TypeScript and React codebase.
Optimizes Playwright E2E tests by replacing arbitrary waits with smart waits, enabling parallel test execution, and reducing test flakiness.
Validates and enforces TypeScript type safety and coding standards across the Novelist.ai project's codebase, preventing potential type-related errors and maintaining high-quality code integrity.