onlinewardleymaps icon indicating copy to clipboard operation
onlinewardleymaps copied to clipboard

chatGPT plugin

Open ajdeboer opened this issue 1 year ago • 3 comments

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:

  1. build API (most of the work already done in the tool)
  2. Document the API in the OpenAPI yaml or JSON format
  3. Create a JSON manifest file that will define relevant metadata for the plugin

ajdeboer avatar Mar 28 '23 09:03 ajdeboer

Discussion on twitter for reference: https://twitter.com/mcraddock/status/1641789530100359169

damonsk avatar Mar 31 '23 15:03 damonsk

Alternatively create a Tool for an Agent that any LLM can use to create, read and update the maps.

tractorjuice avatar Apr 03 '23 08:04 tractorjuice

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.

kurtseifried avatar Nov 24 '23 03:11 kurtseifried