MarkBovee

Agent Workflows — Development skill for Claude Code

Development community

Coordinate multi-agent work, parallel tasks, and clean handoff.

How to install Agent Workflows

Installs to ~/.claude/skills/markbovee-agent-skills-kit-agent-workflows/SKILL.md

Terminal
mkdir -p ~/.claude/skills/markbovee-agent-skills-kit-agent-workflows && curl -fsSL https://raw.githubusercontent.com/MarkBovee/agent-skills-kit/HEAD/commands/agent-workflows.md -o ~/.claude/skills/markbovee-agent-skills-kit-agent-workflows/SKILL.md

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

What Agent Workflows does


description: Coordinate multi-agent work, parallel tasks, and clean handoff

Load the `agent-workflows` skill via the skill tool and follow its workflow for multi-agent coordination, parallel execution, task handoff, shared context, and clean session shutdown.

Apply it to: $ARGUMENTS

Alternatives in Development

  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
  • Tentacle Planner — You are the Tentacle Planner — a meta-agent that analyzes this codebase and creates department tentacles to or 1.4k ★

Full documentation available on GitHub

View Source Repository