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
P1-P5 prompt architecture: plan and qa coordinator prompt templates (PROMPT.md, FIX.md) restructured into 5-section architecture: Your Role & Rules → Context → Execution Plan → Final Verification → References. All behavioral rules consolidated into Section 1.
Dual parallelism gate: Both plan and qa skills' parallelism conditions updated to require BOTH zero file overlap AND no logical dependency. Previous versions only enforced file overlap as the hard gate.
Independent worker prompt templates: Worker prompt formats extracted from inline SKILL.md blocks into dedicated template files (WORKER_PROMPT.md, FIX_WORKER.md, REGTEST_WORKER.md), each following the P1-P5 architecture.
References section cleaned: Hard-coded project file names removed from template placeholders, using generic descriptions with — e.g., pattern consistent with other skills.