The workflow-worker skill is where the rule is added to write all output to the context file, so while researcher-plan and developer-implement will set up the context file as part of their work, they won't actually write their results there.
This is tricky, because if I invoke those commands directly, I probably want them to write out their results as well, so I'm not sure what exactly to do there. The skills also don't know what section to write to by default.
The idea of invoking these skills directly might change as I convert more of the logic to skills. We should address this issue only after that refactoring is done.
The
workflow-workerskill is where the rule is added to write all output to the context file, so whileresearcher-plananddeveloper-implementwill set up the context file as part of their work, they won't actually write their results there.This is tricky, because if I invoke those commands directly, I probably want them to write out their results as well, so I'm not sure what exactly to do there. The skills also don't know what section to write to by default.
The idea of invoking these skills directly might change as I convert more of the logic to skills. We should address this issue only after that refactoring is done.