BerryKuipers

Agent Delegation Patterns — Development skill for Claude Code

Development community

Agent Delegation Patterns for TribeVibe Commands.

How to install Agent Delegation Patterns

Installs to ~/.claude/commands/berrykuipers-claude-code-toolkit-_agent-delegation-patterns.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/BerryKuipers/claude-code-toolkit/HEAD/.claude/commands/_agent-delegation-patterns.md -o ~/.claude/commands/berrykuipers-claude-code-toolkit-_agent-delegation-patterns.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agent Delegation Patterns does

Agent Delegation Patterns for TribeVibe Commands

This guide outlines patterns for using the SlashCommand tool to orchestrate complex workflows through background task agents.

Core Principles

  1. Single Responsibility Agents - Each agent has one specialized purpose
  2. Structured Communication - Agents communicate via JSON files in /tmp
  3. Graceful Fallbacks - Parent commands handle agent unavailability
  4. Performance Tracking - All agents self-evaluate and improve
  5. **Comp

Alternatives in Development

  • Claude Code Examples — Official example projects and patterns from Anthropic 35.6k ★
  • Om Weekly — Weekly synthesis — cross-session review of vault activity, North Star alignment, patterns, uncaptured wins, an 4.6k ★
  • Learn Eval — 从会话中提取可复用的模式(Patterns),在保存前进行质量自评,并确定合适的保存位置(全局 vs 项目) 1.9k ★

Full documentation available on GitHub

View Source Repository