Delegate Subagent.Skill banner
ArtemisAI ArtemisAI

Delegate Subagent.Skill

Git community

Description

--- name: delegate-subagent description: Spawn an isolated subagent in a dedicated git worktree by creating a BRIEF.md assignment card and logging the delegation. tier: T1 allowed-tools: - bash - read_file - write_file - git_commit --- # Skill: delegate-subagent ## Purpose Spawn an isolated subagent in its own git worktree to work on a parallel task. Implements the A2A (Agent-to-Agent) delegation pattern using git worktrees as isolation boundaries. ## Invocation - Claude Code: `/deleg

Installation

Installs to ~/.claude/skills/artemisai-harness_engineering-delegate-subagent.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemisai-harness_engineering-delegate-subagent.skill && curl -fsSL https://raw.githubusercontent.com/ArtemisAI/Harness_Engineering/HEAD/skills/delegate-subagent.skill.md -o ~/.claude/skills/artemisai-harness_engineering-delegate-subagent.skill/SKILL.md

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

Full documentation available on GitHub

View Source Repository