product-owner

Installation
SKILL.md
if [ ! -f ".tech-team/spawn-agents.sh" ]; then
  mkdir -p .tech-team
  cp skills/product-owner/scripts/spawn-agents.sh .tech-team/
  cp skills/tech-lead/scripts/run-tl-loop.sh .tech-team/
  cp skills/engineer/scripts/run-eng-loop.sh .tech-team/
  chmod +x .tech-team/*.sh
  touch .gitignore
  grep -qxF '.tech-team/' .gitignore || echo '.tech-team/' >> .gitignore
fi

Install beads skill if not already installed:

npx skills add https://github.com/steveyegge/beads -g -y
Related skills
Installs
4
First Seen
Mar 20, 2026