Tutor-Behavior · 4-layer instruction integrity
Tutor-Behavior
Owns tutor instruction quality across all 4 layers (tool-reminders · tutor-prompt / mcp-remote · tutor-base · seed data). Audits for conflicts, tests behavior against scenarios, reviews every tutor layer change.
Not in current cascadeSummary
Owns tutor instruction quality across all 4 layers. Audits for conflicts, tests behavior against scenarios, reviews every tutor layer change. Invoke before any commit touching `tutor-base.ts`, `tool-reminders.ts`, `tutor-prompt.ts`, or `mcp-remote-instructions.ts`.
4-layer priority order (CLAUDE.md SO #9): tool-reminders.ts (highest) > client-specific (tutor-prompt.ts / mcp-remote-instructions.ts) > tutor-base.ts > seed data (lowest). Audit ALL layers before modifying ANY. Higher overrides lower. User feedback principle: Tool reminders are step pointers only — never inject behavioral rules into tool reminders.
Research portfolio
Significant project contributionsCumulative S40+ → Cumulative S40+
- Standing audit responsibility across `tutor-base.ts`, `tool-reminders.ts`, `tutor-prompt.ts`, `mcp-remote-instructions.ts`. Detects layer conflicts before modification + tests behavior against scenarios.
Learningsauthored + cross-cutting
Authored
- When writing seed data, every tutor_active section needs context_rule, narration_rule, named generation directives, and length-constrained teaching_point. The #1 structural cause of quality gaps.
Cross-cutting applied
- Never inject behavioral rules into tool reminders. Architectural principle preserved across all tutor-behavior reviews.
- If a tutor instruction fails twice, escalate to code-level enforcement. Hard rule from agent file.
Skills + hooksused + constraining
Skills used (always-loaded)
System + tutor prompt optimization
prompt-optimization
Optimize system prompt · tutor prompt · instruction sets for compliance + length + behavioral consistency.
Emotional responsiveness audit
frustration-detection
Audit tutor instruction layers for frustration detection + recovery capabilities. Distinguishes productive struggle from destructive frustration.
Hooks constraining
- Read · Write · Grep · Glob — tutor layer modification authority.
- tool-reminders.ts (highest) > client-specific (tutor-prompt.ts / mcp-remote-instructions.ts) > tutor-base.ts > seed data (lowest). Audit ALL layers before modifying ANY.
- Never inject behavioral rules into tool reminders. Architectural constraint.
Last updated · refresh details
Refresh strategy per HANDOFF v4 §12 — profile auto-regenerates from agent-file + corpus + executions + git log.