team-release

Orchestrate a phase-gated software release from planning through post-release monitoring.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/scomofo/dragon-forge --skill team-release-scomofo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-release
Source: https://github.com/scomofo/dragon-forge/tree/main/.agents/skills/team-release
Command: npx skills add https://github.com/scomofo/dragon-forge --skill team-release-scomofo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the chaos and missed handoffs that happen when release planning, QA verification, build/deployment automation, security checks, and launch communications are handled separately.

Core Features & Use Cases

  • Release orchestration pipeline: Runs a structured, phase-gated workflow from planning through deployment and post-release monitoring.
  • Team delegation with approvals: Delegates Phase 1–7 work to role-specific subagents and requires user approval at phase transitions.
  • Configurable review mode: Supports full, lean, or solo review gating to match urgency and release risk.
  • Go/No-Go with recovery: Handles NO-GO outcomes with options to fix blockers, defer, or override with documented justification.

Quick Start

Run team-release with a version argument like v1.2.3 to orchestrate the release workflow and reach an approved deployment decision.

Frequently Asked Questions about team-release

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

FAQPage Schema
How do I coordinate a software release pipeline from candidate build to deployment?

You can coordinate a full software release pipeline by running an end-to-end orchestration workflow that manages planning, candidate preparation, quality gates, deployment, and post-release monitoring. It delegates tasks to role-specific subagents and requires interactive approval at phase transitions.

What is a go no-go quality gate in release management?

A go no-go quality gate is an interactive approval checkpoint in the release pipeline that evaluates readiness before deployment. If a NO-GO outcome occurs, it provides recovery paths to fix blockers, defer the release, or override the decision with documented justification.

How do I handle a NO-GO outcome during a deployment phase transition?

When a NO-GO outcome happens during deployment, the release pipeline offers structured recovery paths including fixing identified blockers, deferring the release, or overriding the decision with documented justification to maintain auditability.

Can I adjust the release management review process for urgent, low-risk deployments?

Yes, you can configure the release management review mode to full, lean, or solo gating to match urgency and release risk. This adjusts the strictness of quality gate approvals required for phase transitions.

Does release orchestration infer target versions from existing project artifacts?

Yes, release orchestration automatically infers target versions from active project session and milestone artifacts when no explicit version argument is provided. This streamlines the candidate preparation phase.

What is included in a consolidated release report after deployment?

A consolidated release report includes the final deployment status, phase transition approvals, and post-release monitoring status. It consolidates the entire pipeline workflow into a single document for audit and review.