What problem does it solve? Running multiple implementation tasks one at a time wastes session time, and manually tracking which stories or tasks are ready to run in parallel is error-prone. This Skill automates the loop of starting implementations via sub-agents and continuously offering the next parallelisable work item from the board. ## Core Features & Use Cases - Parallel execution orchestration: Calls the /do skill to launch background sub-agents for implementations, then returns to the board to find more work. - Eligibility filtering: Reads stories and tasks from the Markdown board and only offers items that are Pending, unblocked, and listed in project/todo.md (or whose parent story is). - Interactive selection loop: Presents a numbered list of candidates with a "Done" option, looping until the user stops or no eligible tasks remain. - Use Case: After planning a sprint, invoke this Skill to kick off one implementation, then keep selecting additional unblocked tasks so multiple sub-agents work in parallel until you choose "Done". ## Quick Start Ask the agent to run all pending board tasks in parallel using j-dooo, then pick tasks from the offered list until you select Done.