Update README.md

This commit is contained in:
Craig Bekker 2025-07-30 22:23:50 +02:00 committed by GitHub
parent 6486a8a533
commit 41ea873bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ graph LR
- **plan-epic-arch.prompt.md** Epic Technical Architecture Specification - **plan-epic-arch.prompt.md** Epic Technical Architecture Specification
- **plan-feature-prd.prompt.md** Feature Product Requirements Document - **plan-feature-prd.prompt.md** Feature Product Requirements Document
- **plan-feature-implementation.prompt.md** Feature Technical Implementation Plan - **plan-feature-implementation.prompt.md** Feature Technical Implementation Plan
- **plan-test.prompt.md** Comprehensive Test Strategy (ISTQB & ISO 25010) - **plan-test.prompt.md** Comprehensive Test Strategy (ISTQB & ISO 25010) - wip
- **plan-github.prompt.md** GitHub Project Management and Issue Planning - **plan-github.prompt.md** GitHub Project Management and Issue Planning
--- ---
@ -109,30 +109,11 @@ graph LR
--- ---
## Workflow Connections Diagram
```mermaid
graph TD
A[Epic Definition] --> B[Epic Architecture]
B --> C[Feature PRD]
C --> D[Feature Implementation Plan]
D --> E[Test Strategy]
E --> F[GitHub Project Setup]
subgraph "Key Planning Stages"
G["Epic Level: Business & Technical Vision"]
H["Feature Level: Detailed Requirements & Implementation"]
I["Quality Level: Testing & Project Management"]
end
```
---
## Simplified Workflow Pattern ## Simplified Workflow Pattern
- **Epic Level**: Define business capability and technical architecture - **Epic Level**: Define business capability and technical architecture
- **Feature Level**: Detailed requirements and implementation planning - **Feature Level**: Detailed requirements and implementation planning
- **Quality Level**: Comprehensive testing strategy and project management setup - **Project Level**: Comprehensive testing strategy and project management setup
The process provides **complete traceability** from high-level business goals down to specific implementation plans and quality validation, with automated project management integration. The process provides **complete traceability** from high-level business goals down to specific implementation plans and quality validation, with automated project management integration.
@ -142,15 +123,11 @@ The process provides **complete traceability** from high-level business goals do
### Complete Epic Planning ### Complete Epic Planning
1. Epic PRD → Epic Architecture → Feature PRD → Implementation → Testing → Project Setup 1. Epic PRD → Epic Architecture → Feature PRD → Implementation → Project Setup
### Feature-Focused Planning ### Feature-Focused Planning
1. Feature PRD → Implementation Plan → Test Strategy → GitHub Setup 1. Feature PRD → Implementation Plan → GitHub Setup
### Quality-Focused Planning
1. Review existing artifacts → Test Strategy → Quality validation framework
### Project Management Setup ### Project Management Setup