kickoff

Analyze sprint plans and related documents to generate a mid-level PR approach.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/duanegoodner/agentrelay --skill kickoff-duanegoodner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kickoff
Source: https://github.com/duanegoodner/agentrelay/tree/main/.claude/skills/kickoff
Command: npx skills add https://github.com/duanegoodner/agentrelay --skill kickoff-duanegoodner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start work on a new PR by grounding the effort in the current sprint plan and proposing a clear mid-level approach that can be reviewed before detailed implementation.

Core Features & Use Cases

  • Context grounding: reads the active sprint doc and related artifacts to surface the scope and objectives for the PR.
  • Mid-level planning: generates a concise approach outlining involved components, potential design options, and trade-offs without a full implementation plan.
  • Review-ready: provides a compact brief that teammates can validate before planning subsequent tasks.

Quick Start

Review the active sprint doc in docs/sprints/ to identify the target PR and present a mid-level approach for the PR.

Frequently Asked Questions about kickoff

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

FAQPage Schema
How do I generate a mid-level plan for a new PR from a sprint plan?

To generate a mid-level PR plan, analyze the active sprint plan and related documents to produce a concise outline of layers, design decisions, and trade-offs without a full implementation plan.

What is the best way to ground a PR approach in recent commits and source files?

Grounding a PR approach requires reading the active sprint doc, MEMORY.md, recent git commits, and key source files to surface scope and objectives before proposing design options.

Can I review design trade-offs before starting detailed PR implementation?

Yes, you can review design trade-offs by generating a review-ready brief that outlines involved components and potential options, allowing teammates to validate the approach before implementation.

How do I identify the scope of a new PR from sprint documentation?

Identify PR scope by reading the active sprint doc in docs/sprints/ and related artifacts to extract the target PR objectives and boundaries for the mid-level approach.

Does a mid-level PR plan include full implementation steps?

No, a mid-level PR plan does not include full implementation steps; it provides an auditable outline of layers, design decisions, and trade-offs to guide subsequent detailed tasks.