Context & Rationale
In Issue #11050, we updated the reference files (.agents/skills/lead-role/references/lead-role-mode.md and .agents/skills/peer-role/references/peer-role-mode.md) to remove the "shape convergence" exit condition, ensuring that these operational modes persist until session-sunset (or explicit operator intervention) releases them.
However, the main SKILL.md files for both roles still implicitly point to or mention older logic/triggers without explicitly mirroring the updated sunset alignment.
Proposed Action
- Review
.agents/skills/lead-role/SKILL.md and .agents/skills/peer-role/SKILL.md.
- Ensure their descriptions or instructions explicitly state that the role mode persists until
session-sunset triggers, preventing any accidental mid-session dropout.
Avoided Traps
- Inconsistent documentation: Having the
SKILL.md files diverge from the references/*-mode.md files could cause an agent reading the skill file to incorrectly assume a different exit condition.
Context & Rationale In Issue #11050, we updated the reference files (
.agents/skills/lead-role/references/lead-role-mode.mdand.agents/skills/peer-role/references/peer-role-mode.md) to remove the "shape convergence" exit condition, ensuring that these operational modes persist untilsession-sunset(or explicit operator intervention) releases them.However, the main
SKILL.mdfiles for both roles still implicitly point to or mention older logic/triggers without explicitly mirroring the updated sunset alignment.Proposed Action
.agents/skills/lead-role/SKILL.mdand.agents/skills/peer-role/SKILL.md.session-sunsettriggers, preventing any accidental mid-session dropout.Avoided Traps
SKILL.mdfiles diverge from thereferences/*-mode.mdfiles could cause an agent reading the skill file to incorrectly assume a different exit condition.