plan-sprint

Drafts an approved sprint document with corpus deltas and work items through an interactive planning ceremony.

1|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/fallguyconsulting/ok-plugins --skill plan-sprint-fallguyconsulting
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-sprint
Source: https://github.com/fallguyconsulting/ok-plugins/tree/main/plugins/ok/ceremonies/plan-sprint
Command: npx skills add https://github.com/fallguyconsulting/ok-plugins --skill plan-sprint-fallguyconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams need a structured way to decide what a sprint takes on before any code is written. This Skill runs an interactive planning ceremony with the project owner that reconciles the project's durable corpora with reality, drafts final-form artifact deltas and work items, resolves open issues, and terminates at an approved sprint with a fixed completion contract. ## Core Features & Use Cases - Estate-aware planning: Detects which skill families (ok-planner, ok-plumbline, ok-workspaces) are present via filesystem checks and loads each family's ceremony contribution, so one canonical verb covers any project configuration. - Eight-phase spine: Runs Layout, Frame, Reconcile, Dialogue, Draft, Resolve, Sign-off, and Terminal phases in order, following each present family's contribution under every phase heading. - Fixed completion contract: Produces a sprint document with corpus deltas and flat work items stated well enough to be picked up cold, plus a handoff line that starts execution under the native goal mechanism. - Use Case: A project owner runs /plan-sprint at the start of a cycle; the session pulls in ruled issues, reconciles work done out of band, drafts the sprint, and ends with an owner-approved document ready for separate execution. ## Quick Start Run the /plan-sprint slash command in a project containing a .ok-planner estate to start an interactive sprint planning session with the owner.

Frequently Asked Questions about plan-sprint

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

FAQPage Schema
How do I run a sprint planning session with this skill?▼

Invoke the /plan-sprint slash command explicitly; it never auto-triggers from conversation. The session walks through eight phases with the project owner and ends at an approved sprint document with a fixed completion contract.

What is required before sprint planning can run?▼

The project must contain a .ok-planner estate directory at the project root, since that family owns the sprint, corpus deltas, and issue intake. Without it, the skill reports the missing estate and stops.

Does the sprint planning skill execute the planned work?▼

No. The approved sprint is the terminal artifact; execution is a separate act. The skill hands the owner a /goal command line referencing the sprint file and never implements work items or mutates code.

How does the skill handle multiple skill families in one project?▼

It detects each family's estate directory (.ok-planner, .ok-plumbline, .ok-workspaces) via filesystem checks and reads that family's ceremony contribution file. Family-specific instructions come only from those contributions, never from this skill's body.

What happens if a family's ceremony contribution file is missing?▼

A missing contribution where its estate exists is treated as a conformance defect. The skill reports the defect and continues the ceremony with the remaining contributions rather than stopping.