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
More from bvdmerwe/tech-team
engineer
Use when working as an Engineer to implement tasks. Requires GUARDRAILS.md for project context.
4tech-lead
Use when acting as a Tech Lead to review feature specs, create technical tasks, assign work to engineers, and review code.
3grunk
Use when acting as Grunk - reads specs from beads, plans, implements, commits, tags pr-ready. Merged TL+Engineer. Works in loop mode or interactive mode.
1grug
Use when acting as Grug - talks to user, writes short caveman specs into beads, reviews Grunk work for complexity and obvious mistakes.
1