One-click install
npx skills add https://github.com/edupazogle/agentic_cockpit --skill sprint-edupazogle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint
Source: https://github.com/edupazogle/agentic_cockpit/tree/main/.agents/skills/sprint
Command: npx skills add https://github.com/edupazogle/agentic_cockpit --skill sprint-edupazogle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns backlog plans into sprint deliverables while keeping your architecture and project tracking in sync with Linear, reducing drift between documentation and execution.

Core Features & Use Cases

  • Convert plans into sprint docs: Generate structured docs/sprints/ markdown from docs/plans/ using PRD and architecture conventions.
  • Sync sprint work to Linear: Audit existing issues, create or update sprint issues with correct metadata (project UUID, milestone, team, state, labels, and blocks).
  • Maintain cross-document alignment: Update docs/architecture.md sprint timeline and cross-reference any newly created sprint docs.
  • Include diagrams and acceptance tests: Ensure each sprint doc includes mermaid implementation diagrams, demo scripts, and measurable acceptance criteria for review.

Quick Start

Use the sprint skill to convert your updated plans into sprint deliverables and sync the resulting sprint issues to Linear by running /sprint.

Frequently Asked Questions about sprint

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

FAQPage Schema
How do I convert plan documentation into sprint deliverables and sync them to Linear?

Sprint planning automation converts plan markdown into structured sprint docs and syncs execution artifacts with Linear issue tracking. It audits PRD references, generates sprint markdown with mermaid diagrams and acceptance tests, then creates or updates Linear issues using project UUID, milestone, team, and state metadata.

What is the best way to generate sprint markdown with mermaid diagrams and acceptance criteria?

Generating sprint markdown with mermaid diagrams requires auditing existing plan documentation and architecture conventions. The process extracts PRD references, produces structured sprint docs containing implementation diagrams, demo scripts, and measurable acceptance criteria, then cross-references newly created docs within the architecture timeline.

How do I sync sprint execution artifacts with Linear issue tracking metadata?

Syncing sprint execution artifacts with Linear requires deterministic phase-by-phase execution to create or update issues using project UUID, milestone, team, state, labels, and blocks. The workflow audits existing issues first, applies correct sprint metadata, and performs post-run cleanup of processed plans to maintain tracking alignment.

Can I update my architecture timeline automatically when creating new sprint documentation?

Updating the architecture timeline automatically happens during sprint document generation by cross-referencing newly created sprint docs within docs/architecture.md. This maintains cross-document alignment between your architecture references and sprint execution artifacts, reducing drift between documentation and actual project tracking.

What do I need to set up before automating sprint planning and Linear issue synchronization?

Automating sprint planning requires existing plan documentation in docs/plans/, architecture conventions in docs/architecture.md, and Linear project metadata including project UUID, milestone, team, and state. The deterministic execution workflow audits these PRD and architecture references before generating sprint deliverables and syncing issues.

Why does my sprint documentation drift from actual Linear issue tracking?

Sprint documentation drifts from Linear issue tracking when plan updates bypass cross-document alignment. The sprint workflow prevents this by auditing PRD and architecture references, generating synchronized sprint markdown, updating the architecture timeline, and enforcing deterministic metadata sync with Linear project UUID, milestone, team, and state.