spawn/.github/ISSUE_TEMPLATE/team_building.yml
L 4d175ae6c7
feat: add Team Building issue template + route workflows by label (#733)
- New issue template: Team Building (team-building label) — 2 fields:
  which agent team to improve + what to change
- Security team gets a new team_building mode: reads the issue, spawns
  implementer + reviewer (both Opus), creates PR, reviews, merges, closes issue
- Discovery workflow: only triggers on cloud-request / agent-request issues
- Refactor workflow: only triggers on bug / cli issues
- Security workflow: only triggers on team-building issues (+ PR/schedule)
- All workflows still run on schedule and workflow_dispatch as before

Co-authored-by: Sprite <noreply@sprites.dev>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-12 14:17:57 -08:00

33 lines
930 B
YAML

name: Team Building
description: Request a change or new capability for an agent team
title: "[Team]: "
labels: ["team-building"]
body:
- type: markdown
attributes:
value: |
Request an improvement to one of the agent teams (discovery, refactor, security, QA).
- type: dropdown
id: team
attributes:
label: Agent Team
description: Which team should be improved?
options:
- Security Team (security.sh)
- Refactor Team (refactor.sh)
- Discovery Team (discovery.sh)
- QA Team (qa.sh)
validations:
required: true
- type: textarea
id: description
attributes:
label: What to Change
description: Describe the new capability, behavior change, or improvement.
placeholder: |
The security team should also check for...
The refactor team should add a new agent that...
validations:
required: true