implement

Automate Phase 3 implementation by coordinating Claude Code teammates per plan-phase.

2|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Epiphytic/brains --skill implement-epiphytic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Epiphytic/brains/tree/main/skills/implement
Command: npx skills add https://github.com/Epiphytic/brains --skill implement-epiphytic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end Phase 3 implementation by launching and coordinating Claude Code teammates for each plan-phase.

Core Features & Use Cases

  • Phase 3 orchestration: spawn teammates per plan-phase using agent-teams (preferred) or tmux (fallback).
  • Mode support: --single, --parallel, --debate with nurture/secure review; supports --resume to continue after pause.
  • Progress synchronization and failure handling: monitors beads state and completion markers, applies a two-strike-plus-human-in-loop failure flow when needed.

Quick Start

Invoke /brains:implement with desired mode flags to start phase-3 execution and monitor progress via beads state.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I coordinate end-to-end plan implementation across multiple Claude Code teammates?

You can coordinate Phase 3 implementation by launching Claude Code teammates per plan-phase using agent-teams or tmux, tracking progress through beads state and completion markers for deterministic task sequencing.

What is the two-strike-plus-human-in-loop failure flow in agent team orchestration?

The two-strike-plus-human-in-loop failure flow is an automated error handling mechanism that intervenes when a teammate fails a task twice consecutively, pausing orchestration to require human review before resuming.

Can I run plan-phase execution in parallel or debate modes?

Yes, plan-phase execution supports --single, --parallel, and --debate mode options, allowing you to spawn teammates independently, concurrently, or with nurture and secure review configurations.

How do I resume a paused phase-3 implementation pipeline?

You can resume a paused Phase 3 implementation pipeline by invoking the command with the --resume flag, which restores the previous beads state and continues deterministic task sequencing from the last completion marker.

Does teammate orchestration fall back to tmux when agent-teams are unavailable?

Yes, teammate orchestration prefers agent-teams for spawning Claude Code teammates but automatically falls back to using tmux for orchestration when agent-teams are unavailable in the environment.