Add sprint-status.yaml and promote planning artifacts to sprint branch
Initialises implementation-artifacts/ with sprint-status.yaml covering all 14 stories across 4 epics. Promotes architecture.md and epics.md from untracked state. Sprint 1 branch is now ready for autopilot execution. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
# generated: 2026-04-22
|
||||
# last_updated: 2026-04-22
|
||||
# project: planeMapper
|
||||
# project_key: NOKEY
|
||||
# tracking_system: file-system
|
||||
# story_location: _bmad-output/implementation-artifacts
|
||||
|
||||
# STATUS DEFINITIONS:
|
||||
# ==================
|
||||
# Epic Status:
|
||||
# - backlog: Epic not yet started
|
||||
# - in-progress: Epic actively being worked on
|
||||
# - done: All stories in epic completed
|
||||
#
|
||||
# Epic Status Transitions:
|
||||
# - backlog → in-progress: Automatically when first story is created (via create-story)
|
||||
# - in-progress → done: Manually when all stories reach 'done' status
|
||||
#
|
||||
# Story Status:
|
||||
# - backlog: Story only exists in epic file
|
||||
# - ready-for-dev: Story file created in stories folder
|
||||
# - in-progress: Developer actively working on implementation
|
||||
# - review: Ready for code review (via Dev's code-review workflow)
|
||||
# - done: Story completed
|
||||
#
|
||||
# Retrospective Status:
|
||||
# - optional: Can be completed but not required
|
||||
# - done: Retrospective has been completed
|
||||
#
|
||||
# WORKFLOW NOTES:
|
||||
# ===============
|
||||
# - Epic transitions to 'in-progress' automatically when first story is created
|
||||
# - Stories can be worked in parallel if team capacity allows
|
||||
# - SM typically creates next story after previous one is 'done' to incorporate learnings
|
||||
# - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
|
||||
|
||||
generated: 2026-04-22
|
||||
last_updated: 2026-04-22
|
||||
project: planeMapper
|
||||
project_key: NOKEY
|
||||
tracking_system: file-system
|
||||
story_location: _bmad-output/implementation-artifacts
|
||||
|
||||
development_status:
|
||||
# Epic 1: Device Setup & Provisioning
|
||||
epic-1: backlog
|
||||
1-1-project-scaffold-and-verified-entry-points: backlog
|
||||
1-2-configuration-read-write-wipe: backlog
|
||||
1-3-wifi-hotspot-and-captive-portal-form: backlog
|
||||
1-4-location-resolution-icao-and-address: backlog
|
||||
1-5-provisioning-execution-tile-download-cache-validation-and-wifi-kill: backlog
|
||||
epic-1-retrospective: optional
|
||||
|
||||
# Epic 2: Live Radar Display
|
||||
epic-2: backlog
|
||||
2-1-aircraft-data-model-and-fetcher: backlog
|
||||
2-2-coordinate-projection-and-base-map-loading: backlog
|
||||
2-3-home-marker-and-airspace-outlines: backlog
|
||||
2-4-altitude-colour-bands-and-aircraft-type-icons: backlog
|
||||
2-5-per-aircraft-drawing: backlog
|
||||
2-6-stateful-renderer-and-display-interface: backlog
|
||||
2-7-operational-radar-loop-startup-screen-and-systemd-wiring: backlog
|
||||
epic-2-retrospective: optional
|
||||
|
||||
# Epic 3: Stale Data Resilience
|
||||
epic-3: backlog
|
||||
3-1-stale-state-detection-and-dimmed-display: backlog
|
||||
3-2-automatic-recovery-on-fresh-decode: backlog
|
||||
epic-3-retrospective: optional
|
||||
|
||||
# Epic 4: Reset & Reconfiguration
|
||||
epic-4: backlog
|
||||
4-1-gpio-button-hold-detection-and-led-feedback: backlog
|
||||
4-2-config-wipe-setup-screen-and-return-to-provisioning: backlog
|
||||
epic-4-retrospective: optional
|
||||
Reference in New Issue
Block a user