- Concise: Currently just 3 columns: "What went well", "what went wrong", "Action Items"
- Extensibility: Can be extended to any number of features, but would require to change the appscript.
- Extra Feature: Upvote/Downvote. Generally retro tools doesn't have upvote/downvote feature, which is required to know the mood/issues of the team combined. And also, prioritisation of action items become easier rather than focusing on all problems at hand.
- Privacy: Upvote/Downvote are anonymous. And if you want to make the feedbacks as well anonymous, the sheet can be backed by a google form and the Aapscript can be used there.
- Security: Using 3rd party softwares/portals mean sharing your data outside your organisation. If you're a Google cloud customer, then this tool saves you from sharing your org data outside.
- Go to Retro tool and make a copy
- It would also copy the appscript.
- To edit and add more features: Sheet -> Extensions -> Appscript -> edit Code.gs -> click on Save button
- At first it might seem slow as the script loads.
- Multiple votes by same person (although script can be edited to ensure this doesn't happen)