mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-02 15:23:19 +08:00
Add workflow boundary markers to analyze-with-file Post-Completion Options so that when "生成任务" triggers lite-plan via Skill(), the model follows lite-plan's Phase 1-5 exclusively instead of returning to analyze Phase 4 synthesis. Root cause: Skill() expands inline (shared context), causing phase number collision between the two workflows.