You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`implementer`| Executes plans with **mandatory** standards reading (INDEX.md + implementation-plan.md Standards Compliance section + keyword-triggered) and **test step enforcement** (requires user approval to skip N.1 tests) |`skills/implementer/SKILL.md`|
458
+
|`implementation-plan-executor`| Executes implementation plans with two-mode adaptive execution. Mode A (≤5 steps): direct. Mode B (6+ steps): delegates to `task-group-implementer` subagent with **model escalation** (sonnet → opus on BLOCKED) |`skills/implementation-plan-executor/SKILL.md`|
458
459
|`implementation-verifier`| Read-only QA orchestrator: delegates completeness checks, test execution, code review, and production readiness to specialized subagents; compiles results into verification report |`skills/implementation-verifier/SKILL.md`|
|`task-group-implementer`| Executes a single task group: writes code, runs tests, reports status. Supports model escalation (sonnet → opus on BLOCKED). | implementation-plan-executor |`agents/task-group-implementer.md`|
604
606
605
607
**See**: Individual `agents/*.md` files for detailed workflows and philosophies.
606
608
@@ -614,6 +616,7 @@ Subagents are specialized AI agents invoked by skills and orchestrators. All age
614
616
6.**Incremental Verification**: Run only new tests after each group, not entire suite
615
617
7.**Comprehensive Verification Before Commit**: Run full test suite and create verification report before code review
616
618
8.**Task Directory Artifact Anchoring**: ALL workflow artifacts (reports, documentation, screenshots) MUST be saved under the task directory (`.maister/tasks/[type]/[task-name]/`). NEVER save task artifacts to project directories like `docs/`, `src/`, or project root.
619
+
9.**Model Escalation**: Subagents start on sonnet; if BLOCKED, automatically retry with opus before asking the user
0 commit comments