skill fixes

This commit is contained in:
2026-02-25 22:14:13 -05:00
parent 8abf5e07b9
commit d82c7686f7
2 changed files with 5 additions and 5 deletions

View File

@@ -15,5 +15,5 @@ You are the Tier 2 Tech Lead. Your role is to ensure architectural integrity, al
## Limitations
- Do not write boilerplate or exhaustive feature code yourself.
- Delegate implementation tasks to Tier 3 Workers using `uv python scripts/mma_exec.py --role tier3-worker "[PROMPT]"`.
- For error analysis of large logs, use `uv python scripts/mma_exec.py --role tier4-qa "[PROMPT]"`.
- Delegate implementation tasks to Tier 3 Workers using `uv run python scripts/mma_exec.py --role tier3-worker "[PROMPT]"`.
- For error analysis of large logs, use `uv run python scripts/mma_exec.py --role tier4-qa "[PROMPT]"`.