Tools for syncing utterances/stories/nlu content

After building out a path in stories.md it’s needed to add data to many other files, in a few places.

are there any tools for filling in placeholders? eg if you add a new utter_xx then just add a placeholder utterance and add it to the list of actions this would allow us to “sketch out” stories much more quickly.

there are some visual tools like botfront but something much simpler even just a CLI that fills in missing items with placeholder for xxx would be easy to start and quickly productive.

even better would be a way to get at the parse tree of everything. rasa does have a converter but as far as I can see it’s only for the nlu.md and doesn’t help at all with filling in empty pieces elsewhere

rasa data convert nlu --data data/nlu.md --out data/nlu.json -f json