Replies: 2 comments
|
Maybe including a command to do the append, /speckit.pre_XYZ? (make it idempotent, also an undo_XYZ?). |
0 replies
|
Yes, see https://github.com/github/spec-kit/tree/main/presets for the documentation and https://github.com/mnriem/spec-kit-presets/tree/main/pirate as a fullblown example |
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.
Is there any way for an extension to participate in the core Spec Kit commands (e.g. plan/tasks/implement)?
I'm working on an extension which adds a command that writes markdown files to the repository. If those files exist, I want the core commands to be aware of them. This could be accomplished by simply appending a few lines of instruction to the built-in command templates, but I haven't found a way to do this.
All reactions