wrapup-sprint

Automate sprint wrap-up with retrospectives, changelog updates, and release tagging.

12|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/jrjsmrtn/project-orchestration-skills --skill wrapup-sprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrapup-sprint
Source: https://github.com/jrjsmrtn/project-orchestration-skills/tree/main/skills/wrapup-sprint
Command: npx skills add https://github.com/jrjsmrtn/project-orchestration-skills --skill wrapup-sprint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, yaml, git, syft, slsa-framework, cosign, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the wrap-up process for sprints, including retrospective, changelog updates, release tagging, and provenance for artifact-based projects.

Core Features & Use Cases

  • Sprint Retrospective: Generate and update sprint retrospectives in markdown or YAML format.
  • Changelog Update: Add new version sections to the CHANGELOG.md file.
  • Release Tagging: Create and push release tags to the repository.
  • Provenance: Attach SBOM and SLSA provenance for artifact-based projects.
  • Use Case: At the end of a sprint, use this Skill to complete all necessary wrap-up tasks and prepare for the next sprint.

Quick Start

Run the wrapup-sprint skill to complete the sprint wrap-up process.

Frequently Asked Questions about wrapup-sprint

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

FAQPage Schema
How do I automate sprint wrap-up tasks like changelog updates and release tagging?

Sprint wrap-up automation handles retrospective generation, markdown changelog updates, git release tag creation, and SBOM attachment. This Skill executes these tasks sequentially to finalize development cycles and prepare repositories for subsequent sprints.

What is SLSA provenance and when do I need it for artifact-based projects?

SLSA provenance provides verifiable metadata documenting how software artifacts were built. You need it for artifact-based sprint wrap-ups to establish supply chain security and traceability using the slsa-framework and cosign signing.

How do I generate a sprint retrospective in markdown or YAML format?

Generating a sprint retrospective in markdown or YAML involves structuring sprint outcomes into standardized documents. This Skill processes sprint data to produce retrospective files in your chosen markdown or YAML format automatically.

Do I need cosign and syft to attach SBOM and provenance during release tagging?

Yes, attaching SBOM and SLSA provenance during release tagging requires syft to generate software bills of materials and cosign for artifact signing and verification. These dependencies enable secure supply chain practices for artifact-based projects.

Can I use this sprint wrap-up tool with my existing git repository and CHANGELOG.md?

Yes, the sprint wrap-up tool integrates with existing git repositories by manipulating markdown and YAML files directly. It appends new version sections to your CHANGELOG.md, creates git release tags, and pushes them to your repository.

What are the limitations of automating release tagging and provenance for non-artifact projects?

Automating release tagging and provenance is limited for non-artifact projects because SBOM generation and SLSA attachment are designed for artifact-based workflows. Projects lacking compiled artifacts may not benefit from the syft and cosign provenance features.