plan-sprint

Generates epics, user stories, tasks, and sprint plans through a conversational intake with the yeaboi MCP server.

4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill plan-sprint-yeaboi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-sprint
Source: https://github.com/yeaboi-ai/yeaboi.ai/tree/main/claude-plugin/yeaboi/skills/plan-sprint
Command: npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill plan-sprint-yeaboi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a rough project idea into a structured scrum plan with epics, stories, point estimates, and sprint breakdowns normally takes hours of backlog refinement meetings. This Skill runs a short guided intake conversation and then generates the full plan via the yeaboi MCP server. ## Core Features & Use Cases - Conversational intake: Walks the user through smart-essential planning questions with sensible defaults, choice options, and skip support. - Prior art discovery: For greenfield projects, shortlists the team's own existing repositories that could be reused, with permanent feedback on rejected suggestions. - Plan generation and follow-ups: Produces epics, stories with points and disciplines, and sprint breakdowns, then supports export to markdown/HTML/PRD, publishing to Notion or Confluence, and syncing to Jira or Azure DevOps. - Use Case: A product owner describes a new feature in chat, answers a few scoping questions, and receives a complete sprint plan that is pushed directly into the team's Jira board. ## Quick Start Ask the assistant to plan your project into sprints with yeaboi, then answer the intake questions it asks one or two at a time.

Frequently Asked Questions about plan-sprint

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

FAQPage Schema
How do I plan a sprint from a project description?

Start a planning conversation and describe your project. The skill asks the smart-essential intake questions one or two at a time, then calls plan_generate to produce epics, stories with points, and a sprint breakdown.

How do I export a sprint plan to Jira or Azure DevOps?

After the plan is generated, ask to sync it to your tracker. The plan_sync tool creates real epics, stories, and tasks on Jira or Azure DevOps; it is idempotent, so retries skip items that already exist.

Can I export the sprint plan as a PRD or publish to Notion?

Yes. Use plan_export with format prd or plan_publish with content prd to generate a Product Requirements Document, and plan_publish with destination notion or confluence to publish it to your docs.

What happens if the LLM backend is unavailable during plan generation?

The tool returns llm_mode set to fallback and produces a deterministic skeleton plan instead of LLM-written content. The warnings field explains the situation and how to restore full generation.

Why is the yeaboi MCP server not responding?

The server is usually missing or not on PATH. Install it with pip install 'yeaboi[mcp]' or verify that uvx is available, then retry the tool call.