gsd-mvp-phase

Plan MVP phases by creating user stories, checking SPIDR splits, and updating ROADMAP.md.

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-mvp-phase-sensliao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-mvp-phase
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/gsd-mvp-phase
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-mvp-phase-sensliao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps streamline the planning process for a phase in an MVP (Minimum Viable Product) by guiding the user through creating a user story, SPIDR splitting, and setting up the phase in the roadmap.

Core Features & Use Cases

  • User Story Creation: Assists in crafting a structured user story using the "As a / I want to / So that" format.
  • SPIDR Splitting Check: Evaluates if the user story is too large and suggests splitting it into multiple phases if necessary.
  • Roadmap Entry: Automatically adds the phase details to the ROADMAP.md file, indicating MVP mode.
  • Workflow Delegation: Hands off the planning to a separate command that manages MVP mode phases.

Quick Start

Run the gsd-mvp-phase <phase-number> command to start the MVP phase planning for a specific phase.

Frequently Asked Questions about gsd-mvp-phase

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

FAQPage Schema
How do I plan an MVP phase as a vertical slice in my roadmap?▼

A SPIDR splitting check evaluates if your user story is too large for a single MVP phase. If it is, the skill suggests splitting it into multiple phases to keep scope manageable.

How do I structure a user story for MVP planning?▼

You structure a user story for MVP planning using the 'As a / I want to / So that' format. The skill prompts you for these components to ensure clear requirements.

When do I need to split a user story during product phase planning?▼

You need to split a user story during product phase planning when it is too large to fit a single MVP iteration. The SPIDR splitting logic detects this and recommends dividing it into multiple phases.

Does this MVP planning workflow automatically update the roadmap file?▼

Yes, the MVP planning workflow automatically adds your phase details to the ROADMAP.md file and indicates MVP mode to keep your roadmap management synchronized.

Can I use this for roadmap management without prior user story formatting?▼

You need basic user story formatting for roadmap management here. The skill handles basic formatting by prompting you, but expects you to provide the core story inputs.