goddard-app-sprint-planner

Rebalance Goddard app sprint plans using dependency-first MVP sequencing.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/goddard-ai/goddard --skill goddard-app-sprint-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goddard-app-sprint-planner
Source: https://github.com/goddard-ai/goddard/tree/main/app/.agents/skills/goddard-app-sprint-planner
Command: npx skills add https://github.com/goddard-ai/goddard --skill goddard-app-sprint-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains the Goddard desktop app sprint plan as the dependency-first, MVP-first rollout, grounding decisions in existing planning docs instead of ad-hoc roadmaps.

Core Features & Use Cases

  • Read and reference planning docs such as app/plans/sprints.md, app/plans/feature-recommendations.md, spec/app.md, app/best-practices.md, and app/glossary.md to determine sprint composition.
  • Classify feature work as active MVP, deferred, or blocked and place it in the earliest sprint whose prerequisites exist.
  • Update adjacent sprint goals and rationale when a move changes dependencies or rollout assumptions.

Quick Start

Update the Goddard app sprint plan to place a new feature in the earliest sprint whose prerequisites exist.

Frequently Asked Questions about goddard-app-sprint-planner

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

FAQPage Schema
How do I sequence app sprint features based on dependency and MVP requirements?

You can plan MVP-first app sprints by reading existing planning docs like sprints.md and feature-recommendations.md, classifying features as active MVP, deferred, or blocked, and placing them in the earliest sprint whose prerequisites exist.

What is dependency-first MVP sprint planning?

Dependency-first MVP sprint planning is a method that maintains a rollout schedule grounded in existing planning docs, ensuring new features are only placed into a sprint when all prerequisite features have been completed.

How do I update sprint goals when moving a feature to a different sprint?

When a feature moves, you update adjacent sprint goals and rationale by reading multiple plan sources, preserving existing sequencing rules, and adjusting related plan documents to reflect the new dependency assumptions.

How do I separate active, deferred, and blocked work in a project roadmap?

You separate active, deferred, and blocked work in a project roadmap by classifying features according to whether their prerequisites exist, then documenting each classification with clear rationale in plan documents like sprints.md.

Can I use existing planning docs to determine sprint composition instead of creating a new roadmap?

Yes, you can determine sprint composition by reading and referencing existing planning docs such as spec/app.md, best-practices.md, and glossary.md, which grounds sprint decisions in established plans rather than ad-hoc roadmaps.

What are the limitations of automated sprint plan rebalancing?

Automated sprint plan rebalancing relies on existing planning docs and assumes dependency rules are already documented, meaning it cannot infer missing prerequisites or create new feature recommendations independently of the provided sources.