team-auto

Chain /team-review, /team-plan, /team-build, and /team-qa after design approval.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/davekim917/bootstrap --skill team-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-auto
Source: https://github.com/davekim917/bootstrap/tree/main/plugins/workflow/skills/team-auto
Command: npx skills add https://github.com/davekim917/bootstrap --skill team-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end software workflow from approved design to pre-ship validation, reducing manual handoffs and ensuring consistent execution of the pipeline.

Core Features & Use Cases

  • Orchestrates sequential stages: /team-review → /team-plan → /team-build → /team-qa.
  • Pauses at destructive actions or hard-constraint violations; requires explicit user input to proceed to ship.
  • Generates escalation reports and logs when gating or safety hooks intervene.

Quick Start

Invoke /team-auto after you approve /team-design to automatically run the remaining workflow up to the /team-ship gate.

Frequently Asked Questions about team-auto

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an end-to-end software workflow from design to pre-ship validation?

Workflow automation orchestrates sequential stages including review, plan, build, and QA after design approval, pausing at the ship gate for final manual validation rather than deploying automatically.

What happens when a destructive action or hard constraint is violated during workflow orchestration?

Workflow orchestration pauses immediately upon detecting destructive actions or hard-constraint violations, generating escalation reports and logs to ensure safety hooks intervene before any further execution proceeds.

Do I need an approved design before running automated QA and build workflows?

Automated QA and build workflows require an explicitly approved design phase as a prerequisite, ensuring the pipeline only chains review, plan, build, and QA stages after formal design validation.

Can I ship code automatically using this workflow automation runner?

Workflow automation never performs ship actions automatically; it strictly stops at the ship gate requiring explicit user input to proceed, enforcing safety hooks and escalation rules throughout the pipeline.

What is the best way to coordinate team review, planning, building, and QA sequentially?

Sequential coordination chains team review, plan, build, and QA stages together after design approval, applying safety hooks and hard constraints to reduce manual handoffs and ensure consistent pipeline execution.

Why does my automated workflow stop before the final deployment step?

Automated workflows stop before final deployment because the runner enforces a mandatory ship gate, preventing automatic destructive ship actions and requiring explicit user confirmation to proceed.