plan-sprint

Translate weekly goals into sprint plans with implementation steps and test criteria.

4|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/markhazlett/agent-harness --skill plan-sprint-markhazlett
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-sprint
Source: https://github.com/markhazlett/agent-harness/tree/main/.claude/skills/plan-sprint
Command: npx skills add https://github.com/markhazlett/agent-harness --skill plan-sprint-markhazlett

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Break weekly goals into concrete, executable projects with clearly defined plans, footprints, and acceptance criteria to drive aligned, predictable delivery.

Core Features & Use Cases

  • Break weekly goals into discrete projects with implementation plans and clear ownership.
  • Write per-project sprint plans to docs/plans/YYYY-wNN/sprint-plans including footprints, test criteria, and E2E verification steps.
  • Phase-guided workflow from goals review to plan generation, enabling smoother weekly execution.

Quick Start

Load the current week's goals and generate a complete sprint plan under docs/plans/YYYY-wNN/sprint-plans with per-project details.

Frequently Asked Questions about plan-sprint

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

FAQPage Schema
How do I turn weekly goals into a structured sprint plan?

To turn weekly goals into a sprint plan, this Skill extracts your objectives and breaks them into discrete projects. It then generates a complete plan under docs/plans/YYYY-wNN/sprint-plans including implementation steps, test criteria, and verification checks.

What is the best way to break down agile goals into runnable projects?

Breaking down agile goals into runnable projects requires translating high-level objectives into discrete tasks with clear ownership. This Skill automates that breakdown, outlining footprints and acceptance criteria to drive predictable weekly delivery.

Do I need a specific project structure to generate sprint plans?

Yes, generating sprint plans requires a specific project structure and an existing goals file. The Skill operates across phases from context gathering to full plan creation, relying on these prerequisites to output correctly formatted documentation.

Can I automate writing sprint plans to docs/plans directories?

Automating sprint plan documentation is the core function of this Skill. It automatically writes detailed per-project plans, including E2E verification steps, directly to the docs/plans/YYYY-wNN/sprint-plans directory format.

How does sprint planning handle test criteria and verification steps?

Sprint planning handles test criteria by embedding them directly into the generated project plans. The Skill outlines specific implementation steps and E2E verification checks alongside the footprint to ensure aligned and testable delivery.

Are there limitations when translating goals into sprint plans for complex projects?

Translating complex goals into sprint plans requires the phase-guided workflow to gather context properly. Limitations arise if the goals file or project structure is missing, preventing the Skill from generating the structured breakdown and dispatching tasks.