sprint-planning placeholder for future integration with jira linear and trello

This commit is contained in:
Brian Madison
2025-10-21 18:13:34 -05:00
parent 419043e704
commit 1b1947d240
5 changed files with 114 additions and 7 deletions

View File

@@ -56,12 +56,12 @@ development_status:
**Story file detection:**
- Check: `{story_dir}/{story-key}.md` (e.g., `stories/1-1-user-authentication.md`)
- Check: `{story_location}/{story-key}.md` (e.g., `stories/1-1-user-authentication.md`)
- If exists → upgrade status to at least `drafted`
**Story context detection:**
- Check: `{story_dir}/{story-key}-context.md` (e.g., `stories/1-1-user-authentication-context.md`)
- Check: `{story_location}/{story-key}-context.md` (e.g., `stories/1-1-user-authentication-context.md`)
- If exists → upgrade status to at least `ready-for-dev`
**Preservation rule:**
@@ -84,9 +84,21 @@ development_status:
```yaml
# Sprint Status - Generated {date}
# Project: {project_name}
# Status Definitions:
# Project Key: {project_key}
# Language: {document_output_language}
#
# TRACKING SYSTEM:
# ================
# System: {tracking_system}
# Story Location: {story_location}
#
# STATUS DEFINITIONS:
# ==================
# Epic Status:
# Epic: backlog → contexted
# Story Status:
# Story: backlog → drafted → ready-for-dev → in-progress → review → done
# Retrospective Status:
# Retrospective: optional → completed
```