Update working-in-the-brownfield.md

added documentation for sharding docs
This commit is contained in:
manjaroblack 2025-07-21 19:43:45 -05:00 committed by GitHub
parent fce1e10303
commit 3d27ebdf18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 1 deletions

View File

@ -203,7 +203,23 @@ The PO ensures:
- Risk mitigation strategies in place - Risk mitigation strategies in place
- Clear integration approach - Clear integration approach
### Phase 4: Transition to Development ### Phase 4: Save and Shard Documents
1. Save your PRD and Architecture as:
docs/brownfield-prd.md
docs/brownfield-architecture.md
2. Shard your docs:
In your IDE
```bash
@po
shard docs/brownfield-prd.md
```
```bash
@po
shard docs/brownfield-architecture.md
```
### Phase 5: Transition to Development
**Follow the [<ins>Enhanced IDE Development Workflow</ins>](enhanced-ide-development-workflow.md)** **Follow the [<ins>Enhanced IDE Development Workflow</ins>](enhanced-ide-development-workflow.md)**