When I prepare a feature for implementation I use brainstorming and planning skills (like in Superpowers) that produce a detailed implementation plan. Then, to implement this plan, I use an orchestration skill that spawns Claude subagents - one for each task of the plan - until all the tasks are implemented, then it performs a review and fixes any found problems. What I'm trying to achieve is to attach a plan to the Linear issue as a document and then to specify in the WORKFLOW.md that if the issue has an attachment with the name Plan.md then this plan has to be exported to the file and the /exec-plan command executed to implement it. However, my instructions are ignored and ad hoc implementation routine is executed. Is there a way to force itervox to use skill/command when some condition is met?
When I prepare a feature for implementation I use brainstorming and planning skills (like in Superpowers) that produce a detailed implementation plan. Then, to implement this plan, I use an orchestration skill that spawns Claude subagents - one for each task of the plan - until all the tasks are implemented, then it performs a review and fixes any found problems. What I'm trying to achieve is to attach a plan to the Linear issue as a document and then to specify in the
WORKFLOW.mdthat if the issue has an attachment with the namePlan.mdthen this plan has to be exported to the file and the/exec-plancommand executed to implement it. However, my instructions are ignored and ad hoc implementation routine is executed. Is there a way to force itervox to use skill/command when some condition is met?