chore(conductor): Add new track '4-Tier MMA Architecture Formalization'

This commit is contained in:
2026-02-25 18:49:58 -05:00
parent d030bb6268
commit fcb83e620c
5 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Implementation Plan: 4-Tier MMA Architecture Formalization
## Phase 1: Tiered Skills Implementation
- [ ] Task: Create `mma-tier1-orchestrator` skill in `.gemini/skills/`
- [ ] Task: Create `mma-tier2-tech-lead` skill in `.gemini/skills/`
- [ ] Task: Create `mma-tier3-worker` skill in `.gemini/skills/`
- [ ] Task: Create `mma-tier4-qa` skill in `.gemini/skills/`
- [ ] Task: Conductor - User Manual Verification 'Phase 1: Tiered Skills Implementation' (Protocol in workflow.md)
## Phase 2: `mma-exec` CLI - Core Scoping
- [ ] Task: Scaffold `scripts/mma_exec.py` with basic CLI structure (argparse/click)
- [ ] Task: Implement Role-Scoped Document selection logic (mapping roles to `product.md`, `tech-stack.md`, etc.)
- [ ] Task: Implement the "Context Amnesia" bridge (ensuring a fresh subprocess session for each call)
- [ ] Task: Integrate `mma-exec` with the existing `ai_client.py` logic
- [ ] Task: Conductor - User Manual Verification 'Phase 2: mma-exec CLI - Core Scoping' (Protocol in workflow.md)
## Phase 3: Advanced Context Features
- [ ] Task: Implement AST "Skeleton View" generator using `tree-sitter` in `scripts/mma_exec.py`
- [ ] Task: Add dependency mapping to `mma-exec` (providing skeletons of imported files to Workers)
- [ ] Task: Implement logging/auditing for all role hand-offs in `logs/mma_delegation.log`
- [ ] Task: Conductor - User Manual Verification 'Phase 3: Advanced Context Features' (Protocol in workflow.md)
## Phase 4: Workflow & Conductor Integration
- [ ] Task: Update `conductor/workflow.md` with new MMA role definitions and `mma-exec` commands
- [ ] Task: Create a Conductor helper/alias in `scripts/` to simplify manual role triggering
- [ ] Task: Final end-to-end verification using a sample feature implementation
- [ ] Task: Conductor - User Manual Verification 'Phase 4: Workflow & Conductor Integration' (Protocol in workflow.md)