Replies: 1 comment
-
I took a similar approach for linear but I just track the work at the spec level. I left the individual tasks defined in the spec and track what I'm working on and future specs in linear. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now the way I do this is by just adding information into the instructions directory for specific commands, but I think there may be a better way of doing this. I'm more than happy to work on this but I wanted to make sure that I'm not the only one who wants this.
Example:
In the create-tasks.md file
I think there may be a better way of doing this, such as by defining specific files for mcp servers and how the user wishes to integrate them into their workflow and then they may be referenced with some particular instructions, similar to what we see in the code-style.md file for things like:-
There may be a way for us to create such logic in the create-spec command for example, which uses a similar syntax to above and references mcp servers similar to how we reference agents in claude code.
I'd also love to see how other people envision doing this, my own idea here is just something I came up with on the fly and there's probably much better ways to do this.
Beta Was this translation helpful? Give feedback.
All reactions