onlinewardleymaps
onlinewardleymaps copied to clipboard
chatGPT plugin
It would be nice to have a chatGPT plugin for transforming the textual representation of a Wardley map into a diagram. (basically the functionality that the onlinewardleymaps tool provides only exported as an API for chatGPT to consume. That way we can build Wardley maps in a conversation with chatGPT. We can ask it to setup a first draft and iterate on it with follow-up prompts.
More information on what is needed for a plugin can be found here: https://openai.com/blog/chatgpt-plugins
Basically it comes down to:
- build API (most of the work already done in the tool)
- Document the API in the OpenAPI yaml or JSON format
- Create a JSON manifest file that will define relevant metadata for the plugin
Discussion on twitter for reference: https://twitter.com/mcraddock/status/1641789530100359169
Alternatively create a Tool for an Agent that any LLM can use to create, read and update the maps.
One comment: I've done some initial work with GPT https://chat.openai.com/gpts/editor which appears to be the easiest way forwards (nothing to setup/host). If anyone is interested in this please email me.