Private
Public Access
0
0

fix(agents): Add track initialization workflow to tier1-orchestrator

This commit is contained in:
2026-05-16 02:20:13 -04:00
parent c68f5b2019
commit 3f7258627e
+22
View File
@@ -70,6 +70,28 @@ Before ANY other action:
**BLOCK PROGRESS** until all checklist items are confirmed. **BLOCK PROGRESS** until all checklist items are confirmed.
## Track Initialization Protocol
When starting a new track:
1. **Read track context:**
- `conductor/tracks.md` - active tracks
- `conductor/tech-stack.md` - technology constraints
- `conductor/product.md` - product vision
2. **Audit existing state:**
- Use `manual-slop_py_get_code_outline` to map files
- Use `manual-slop_get_git_diff` to check recent changes
- Document "Current State Audit" in spec
3. **Create track spec:**
- Follow spec template with: Overview, Current State Audit, Goals, Requirements
- Include Architecture Reference section
4. **Initialize track directory:**
- Create `conductor/tracks/{name}_{YYYYMMDD}/`
- Write spec.md, plan.md, metadata.json
## Primary Context Documents ## Primary Context Documents
Read at session start: Read at session start: