dooo

Analyze project board dependencies and trigger sub-agents for parallel task execution.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/samwelmunga/JengaAgent --skill dooo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dooo
Source: https://github.com/samwelmunga/JengaAgent/tree/main/.agents/skills/dooo
Command: npx skills add https://github.com/samwelmunga/JengaAgent --skill dooo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of sequential development by identifying and managing parallelizable tasks across a multi-agent scrum board, ensuring high-velocity project execution.

Core Features & Use Cases

  • Parallel Orchestration: Automatically identifies eligible tasks from the project board that can be worked on simultaneously without dependency conflicts.
  • Agent Handoff: Integrates with the /do skill to launch sub-agents for specific implementations while maintaining board state integrity.
  • Use Case: When building a complex feature set, use this skill to keep the Developer agent busy with multiple independent tasks while the Scrum Master monitors the board for the next available parallel work item.

Quick Start

Invoke the dooo skill to scan the project board and begin orchestrating parallel task execution.

Frequently Asked Questions about dooo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate parallel multi-agent workflows for task management?

Orchestrating parallel multi-agent workflows requires scanning a project board to identify tasks without dependency conflicts. The system triggers sub-agents to execute these independent implementation tasks simultaneously, updating task states in the repository to maintain high-velocity project execution.

What is parallel task execution in a multi-agent scrum board?

Parallel task execution in a multi-agent scrum board is the process of identifying and managing multiple eligible tasks that can be worked on simultaneously. It analyzes story statuses and dependencies to ensure sub-agents can execute implementation tasks without dependency conflicts.

How do I start automating parallel task execution from a project board?

To start automating parallel task execution, invoke the orchestration skill to scan the project board directory. It automatically identifies eligible parallelizable work items, triggers sub-agents for specific implementations, and manages the lifecycle of those tasks while maintaining board state integrity.

Can I use this multi-agent orchestration without the /do skill?

No, this multi-agent orchestration requires the /do skill to launch sub-agents for specific implementations. It relies on the /do skill to maintain consistent agent-based development workflows and ensure proper handoff when executing parallelizable tasks across the project board.

What's the best way to manage parallelizable tasks across a multi-agent scrum board?

The best way to manage parallelizable tasks is using an orchestration system that analyzes project board dependencies and story statuses. This approach identifies eligible simultaneous work items, triggers sub-agents for implementation, and updates task states automatically to prevent dependency conflicts.