# Implementation Plan: MMA Utilization Refinement ## Phase 1: Skill Segregation and Tier Re-Alignment - [x] Task: Refine `mma-tier1-orchestrator` skill to focus exclusively on project/track initialization. e950601 - [x] Task: Refine `mma-tier2-tech-lead` skill for track execution, ensuring persistent memory across tasks (Disable Context Amnesia). e950601 - [x] Task: Refine `mma-tier3-worker` and `mma-tier4-qa` skills to be stateless but equipped with full file read/write tools and should be provided only the context the need of the project beyond that with ast skeleton extraction or what tier 2 provies them. e950601 - [ ] Task: Conductor - User Manual Verification 'Phase 1' (Protocol in workflow.md) ## Phase 2: AST Skeleton Extraction (Skeleton Views) - [x] Task: Enhance `mcp_client.py` with `py_get_skeleton` functionality using `tree-sitter` to extract signatures and docstrings. e950601 - [x] Task: Update `mma_exec.py` to utilize these skeletons for non-target dependencies when preparing context for Tier 3. e950601 - [x] Task: Integrate "Interface-level" scrubbed versions into the sub-agent injection logic. e950601 - [ ] Task: Conductor - User Manual Verification 'Phase 2' (Protocol in workflow.md) ## Phase 3: Sub-Agent Observability - [x] Task: Implement a dedicated logging mechanism for sub-agents (e.g., `logs/agents/mma_tier<#>_task_.log`) that captures reasoning and tool output. e950601 - [x] Task: Ensure sub-agent executions do not pollute the primary Gemini CLI history while remaining visible to the user via the log. e950601 - [ ] Task: Conductor - User Manual Verification 'Phase 3' (Protocol in workflow.md) ## Phase 4: Workflow Optimization and Validation - [x] Task: Update `conductor/workflow.md` to formally document the refined tier roles and tool permissions. e950601 - [x] Task: Conduct a full end-to-end "Dry Run" (Create a dummy track and implement a small feature) to verify the new architecture. e950601 - [ ] Task: Conductor - User Manual Verification 'Phase 4' (Protocol in workflow.md) ## Phase: Review Fixes - [x] Task: Apply review suggestions d343066