act-sprint-workflow

Automate sprint planning, standups, and health checks across ACT projects.

Updated Dec 27, 2025
One-click install
npx skills add https://github.com/Acurioustractor/act-global-infrastructure --skill act-sprint-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: act-sprint-workflow
Source: https://github.com/Acurioustractor/act-global-infrastructure/tree/main/.claude/skills/act-sprint-workflow
Command: npx skills add https://github.com/Acurioustractor/act-global-infrastructure --skill act-sprint-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The ACT Sprint Workflow skill automates sprint planning, daily standups, and cross-project health monitoring, reducing manual coordination and helping teams focus on delivery.

Core Features & Use Cases

  • Sprint Planning: velocity-based backlog recommendations and capacity-aware sprint drafting for ACT teams.
  • Daily Standup: automatic daily status with yesterday's work, today's tasks, blockers, and progress.
  • Health Monitoring: consistent health checks across six ACT projects with actionable warnings and dashboards.
  • Issue Automation: auto-detects type, priority, and effort to create and assign issues across GitHub Projects.

Quick Start

  • Start a daily standup: /sprint-workflow today
  • Plan the next sprint: /sprint-workflow plan
  • Check system health: /sprint-workflow health
  • Create an issue with auto fields: /sprint-workflow create Improve deployment logging

Frequently Asked Questions about act-sprint-workflow

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

FAQPage Schema
How do I automate sprint planning and daily standups using GitHub Projects and Notion?

Automate sprint planning and daily standups by using local scripts to compute velocity via the GitHub Projects GraphQL API and synchronize results directly with Notion. This generates capacity-aware sprint drafts and daily status updates automatically.

Can I monitor project health across multiple GitHub Projects simultaneously?

Yes, you can monitor project health across multiple GitHub Projects simultaneously. The workflow performs consistent cross-project health checks, generating actionable warnings and dashboards for up to six ACT projects.

How do I create GitHub issues with auto-detected priority and effort?

Create GitHub issues with auto-detected priority and effort by triggering the issue automation command. The system automatically detects the issue type, priority, and effort, then creates and assigns the issue across GitHub Projects.

Does sprint planning work with velocity-based backlog recommendations?

Yes, sprint planning works with velocity-based backlog recommendations. The workflow calculates your team's historical velocity to recommend backlog items and draft capacity-aware sprints for ACT teams.

What is the best way to generate a daily standup status report automatically?

Generate a daily standup status report automatically by running the daily standup command. It compiles yesterday's completed work, today's tasks, current blockers, and overall progress into a single automated update.

Do I need the GitHub Projects GraphQL API to sync sprint data with Notion?

Yes, the GitHub Projects GraphQL API is required to fetch project data and sync sprint results with Notion. The workflow relies on this API alongside local scripts to compute velocity and synchronize planning data.