deliver-sprint

Orchestrate a 7-step sprint delivery workflow from branch creation to documentation.

2|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/coelhotv/meus-remedios --skill deliver-sprint
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deliver-sprint
Source: https://github.com/coelhotv/meus-remedios/tree/main/.claude/skills/deliver-sprint
Command: npx skills add https://github.com/coelhotv/meus-remedios --skill deliver-sprint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire sprint delivery process, ensuring high-quality code, thorough testing, and proper documentation from start to finish.

Core Features & Use Cases

  • Structured Workflow: Guides through 7 essential steps: setup, implementation, validation, git, push/review, merge, and documentation.
  • Quality Assurance: Enforces critical rules like creating branches first, avoiding self-merges, and thorough local validation.
  • Use Case: When a feature specification is finalized and you're ready to begin coding, use this Skill to follow a battle-tested workflow that minimizes bugs and ensures all requirements are met before deployment.

Quick Start

Use the deliver-sprint skill to start implementing a new feature based on the finalized specification.

Frequently Asked Questions about deliver-sprint

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

FAQPage Schema
How do I automate sprint delivery to ensure zero defects in production?▼

Sprint delivery automation orchestrates a 7-step workflow from branch creation to documentation updates, enforcing strict quality gates and testing protocols to ensure defect-free production releases.

What is the best workflow for git branch creation and code review integration?▼

A comprehensive git workflow manages the lifecycle from initial branch creation through implementation, enforcing rules like avoiding self-merges and integrating code reviews before merging to main.

How do I enforce quality assurance and testing protocols before merging code?▼

Quality assurance during sprint delivery enforces thorough local validation and critical rules at each stage, requiring branches to be created first and passing rigorous validation before merging to main.

Can I use this sprint delivery workflow for any software development project?▼

This sprint delivery workflow suits any software development project ready to begin coding from a finalized feature specification, guiding the process through setup, implementation, validation, and documentation.

What steps are required for production readiness in a sprint delivery workflow?▼

Production readiness in a sprint delivery workflow requires 7 essential steps: setup, implementation, validation, git management, push and code review, merging to main, and final documentation updates.

Why should I avoid self-merges in a git workflow for sprint delivery?▼

Avoiding self-merges in a git workflow ensures independent code review integration, preventing unverified code from reaching main and maintaining strict quality assurance for production readiness.