implement

Execute beads issue implementation plans by spawning parallel Claude worker teams.

8|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jfmyers9/claude --skill implement-jfmyers9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/jfmyers9/claude/tree/main/skills/implement
Command: npx skills add https://github.com/jfmyers9/claude --skill implement-jfmyers9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute implementation plans from beads issues. Spawns Claude teams for parallel work.

Core Features & Use Cases

  • Swarm orchestration: automatically detects epic vs task, and coordinates swarm or solo work based on context.
  • Parallel execution: spawns Claude teams and worker tasks to implement multiple tasks concurrently.
  • Workflow management: stepwise flow to claim tasks, read context, close tasks, and report results; includes error handling and recovery.

Quick Start

Invoke the implement skill with a beads issue id to spawn parallel worker teams and execute the planned tasks.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I execute implementation plans from beads issues in parallel?

To execute implementation plans from beads issues in parallel, you invoke the skill with a beads issue id. It automatically detects epic versus task hierarchies and spawns Claude worker teams for concurrent software engineering execution.

How does swarm orchestration handle epic and task hierarchies?

Swarm orchestration automatically detects whether a beads issue is an epic or a single task, then coordinates either a parallel worker swarm or solo execution based on the extracted context. This ensures appropriate resource allocation for different engineering workflow scales.

Can I use this for solo software engineering tasks without a swarm?

Yes, you can use this for solo software engineering tasks. The skill automatically coordinates solo work based on context when a beads issue does not require parallel swarm execution, maintaining the same stepwise workflow and error recovery.

What is the stepwise workflow for claiming and closing beads tasks?

The stepwise workflow for beads tasks includes task discovery, context extraction, worker setup, and wave completion. It stepwise claims tasks, reads context, closes tasks, and reports results while including robust error handling and recovery throughout the process.

How does wave-based progress handle errors during parallel execution?

Wave-based progress handles errors during parallel execution through robust error handling and recovery mechanisms. These ensure that worker spawn failures or task execution errors are captured and managed without halting the entire software engineering workflow.

Do I need to manually set up worker prompts for swarm collaboration?

No, you do not need to manually set up worker prompts for swarm collaboration. The skill automatically handles swarm setup and generates worker prompts based on the extracted context from your beads issues during the implementation workflow.