---
created: 2026-03-28T09:44:59.335Z
title: Add /owl gsd-setup command for agent skills
area: tooling
files:
  - owl.sh
  - SKILL.md
---

## Problem

GSD agent types (gsd-executor, gsd-planner, gsd-verifier, etc.) don't have `/owl` in their `agent_skills` arrays, so they can't use owl messaging even when spawned by an agent that has it. There's no automated way to grant all GSD agents owl access.

## Solution

Create an `/owl gsd-setup` command that updates `agent_skills` arrays for every GSD agent type to include owl skill access. Leverage `/gsd:settings` to make the modifications. This is a one-time setup that makes owl messaging available to all GSD subagents.
