Add sprint management for DM + TL personas - #3
Merged
Conversation
Introduce sprints (SP-xxx) as a first-class document type within the generic-agile plugin, enabling time-boxed iteration planning with goals, date boundaries, and linked epics. - CRUD tools: list_sprints, get_sprint, create_sprint, update_sprint - generate_sprint_progress report with completion % rollup - Auto-tag linked epics with sprint:SP-xxx on create/update - Soft-validate linkedEpics (warn if not found, don't block) - DM owns full sprint lifecycle; TL can scope epics into sprints - PO gets read-only sprint awareness - Bump version to 0.2.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SP-xxx) as a first-class document type in thegeneric-agilepluginlist_sprints,get_sprint,create_sprint,update_sprintgenerate_sprint_progressreport with linked epics, tagged work items, and completion %sprint:SP-xxx; re-tag on updatelinkedEpics— warns if epic not found but doesn't block creationTest plan
test/plugins/tools/sprints.test.tsnpx vitest run)npx tsup)