Add all BMAD skill artifacts: epics, stories, sprint-status, QA tests, project-context, readiness report
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
This commit is contained in:
parent
e37cb6f4c0
commit
3be3cb73b6
14 changed files with 1577 additions and 4 deletions
91
_bmad-output/implementation-artifacts/sprint-status.yaml
Normal file
91
_bmad-output/implementation-artifacts/sprint-status.yaml
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
# Sprint Status — CouncilOS
|
||||
# Generated by BMAD SM Skill — Agent: Bob (Scrum Master)
|
||||
# Skill Command: /bmad-agent-bmm-sm → [SP] Sprint Planning
|
||||
# Workflow: _bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
|
||||
|
||||
# generated: 2026-03-12
|
||||
# project: CouncilOS (KI-Rat Baukasten)
|
||||
# project_key: COUNCILSOOS
|
||||
# tracking_system: file-system
|
||||
# story_location: "_bmad-output/implementation-artifacts/stories"
|
||||
|
||||
# STATUS DEFINITIONS:
|
||||
# ==================
|
||||
# Epic Status:
|
||||
# - backlog: Epic not yet started
|
||||
# - in-progress: Epic actively being worked on
|
||||
# - done: All stories in epic completed
|
||||
#
|
||||
# Story Status:
|
||||
# - backlog: Story only exists in epic file
|
||||
# - ready-for-dev: Story file created, ready for development
|
||||
# - in-progress: Developer actively working on implementation
|
||||
# - review: Implementation complete, ready for review
|
||||
# - done: Story completed
|
||||
#
|
||||
# Retrospective Status:
|
||||
# - optional: Can be completed but not required
|
||||
# - done: Retrospective has been completed
|
||||
#
|
||||
# WORKFLOW NOTES:
|
||||
# ===============
|
||||
# - Mark epic as 'in-progress' when starting work on its first story
|
||||
# - SM typically creates next story ONLY after previous one is 'done' to incorporate learnings
|
||||
# - Dev moves story to 'review', then Dev runs code-review (fresh context, ideally different LLM)
|
||||
|
||||
generated: 2026-03-12
|
||||
project: CouncilOS
|
||||
project_key: COUNCILSOOS
|
||||
tracking_system: file-system
|
||||
story_location: "_bmad-output/implementation-artifacts/stories"
|
||||
|
||||
development_status:
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
# Epic 1: Projekt-Setup & Infrastruktur
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
epic-1: done
|
||||
1-1-docker-compose-umgebung-aufsetzen: done
|
||||
1-2-backend-python-umgebung-requirements: done
|
||||
1-3-datenbank-migrationen-mit-alembic: done
|
||||
epic-1-retrospective: done
|
||||
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
# Epic 2: LangGraph Engine Backend (Phase 1)
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
epic-2: done
|
||||
2-1-councilstate-typeddict-implementieren: done
|
||||
2-2-master-agent-node-implementieren: done
|
||||
2-3-critic-agent-node-implementieren: done
|
||||
2-4-writer-agent-node-implementieren: done
|
||||
2-5-langgraph-graph-bauen-und-ausfuehren: done
|
||||
2-6-fastapi-run-endpunkte-implementieren: done
|
||||
epic-2-retrospective: done
|
||||
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
# Epic 3: Visueller Baukasten Frontend (Phase 2)
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
epic-3: done
|
||||
3-1-react-flow-canvas-mit-custom-agent-node: done
|
||||
3-2-lineare-und-bedingte-edges: done
|
||||
3-3-blueprint-parser-react-flow-json: done
|
||||
3-4-blueprint-crud-frontend-backend: done
|
||||
epic-3-retrospective: optional
|
||||
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
# Epic 4: Frontend-Backend-Integration (Phase 3)
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
epic-4: done
|
||||
4-1-dynamischer-graph-builder-aus-blueprint-json: done
|
||||
4-2-websocket-agent-events-integrieren: done
|
||||
4-3-konferenzzimmer-live-execution-ui: done
|
||||
epic-4-retrospective: optional
|
||||
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
# Epic 5: Tools & God Mode (Phase 4)
|
||||
# ─────────────────────────────────────────────────────────────────
|
||||
epic-5: done
|
||||
5-1-tavily-web-suche-als-agent-tool: done
|
||||
5-2-pdf-upload-chromadb-ingestion: done
|
||||
5-3-god-mode-human-in-the-loop: done
|
||||
5-4-run-verlauf-history: done
|
||||
epic-5-retrospective: optional
|
||||
Loading…
Add table
Add a link
Reference in a new issue