team-release

Orchestrates a multi-agent release pipeline from candidate creation to production deployment.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/onemanking/the-operator --skill team-release-onemanking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-release
Source: https://github.com/onemanking/the-operator/tree/main/.github/skills/team-release
Command: npx skills add https://github.com/onemanking/the-operator --skill team-release-onemanking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating a software release involves many roles—release management, QA, DevOps, and production decisions—and doing it manually leads to missed steps, unclear sign-offs, and inconsistent quality gates. This Skill structures the entire release as a phased pipeline with delegated subagents and explicit approval checkpoints. ## Core Features & Use Cases - Phased Release Pipeline: Runs seven phases from release planning through post-release monitoring, with user approval required at each phase transition. - Role-Based Delegation: Spawns release-manager, qa-lead, devops-engineer, and producer subagents via the Task tool, running independent phases in parallel where possible. - Quality Gates and Go/No-Go: Enforces regression testing, build verification, localization and performance sign-off, and a formal go/no-go decision before deployment. - Use Case: When your milestone is complete and you need to ship version 2.4, invoke this Skill to cut the release branch, run the regression suite, collect sign-offs, deploy to production, and generate the release report. ## Quick Start Invoke the team-release skill with a version number such as "/team-release 2.4.0" to start the guided release pipeline.

Frequently Asked Questions about team-release

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

FAQPage Schema
How do I run a structured software release with AI agents?

Invoke the team-release skill with a version number or 'next'. It walks through seven phases—planning, release candidate, quality gate, localization and performance, go/no-go, deployment, and post-release—delegating each to a specialized subagent and asking for your approval at every transition.

What roles does the release team include?

The team includes four subagents: release-manager for branching, versioning, and changelog; qa-lead for regression testing and quality sign-off; devops-engineer for build pipelines and deployment; and producer for go/no-go decisions and stakeholder communication.

Can release phases run in parallel?

Yes. Phase 3 runs qa-lead and devops-engineer in parallel, and Phase 4 (localization and performance verification) can run alongside Phase 3 when resources allow. Phase transitions still require explicit user approval before proceeding.

What happens if the go/no-go decision is no-go?

The producer subagent evaluates open issues and sign-offs from qa-lead, release-manager, devops-engineer, and technical-director before making the call. Deployment (Phase 6) only executes on a GO decision; otherwise the pipeline stops with the documented rationale.

Does this skill deploy directly to production?

Deployment is delegated to release-manager and devops-engineer subagents, which tag the release, generate the changelog, deploy to staging for a smoke test, then deploy to production. Each step happens only after user approval at the phase gate.