Interact with Shortcut - view, search, update, and create stories, epics, objectives, iterations, docs, labels, and teams using the short CLI. IMPORTANT - When you see URLs matching `app.shortcut.com/*`, use this skill instead of WebFetch.
91
99%
Does it follow best practices?
Impact
81%
1.88xAverage score across 5 eval scenarios
Advisory
Suggest reviewing before use
A product team just finished their sprint planning session and took notes in a shared document. They now need to get all the planned work items into Shortcut as stories before the sprint begins. The planning notes contain story titles, descriptions, types (feature, bug, or chore), owners, labels, and which epic each belongs to — but they're all sitting in a text document that hasn't been acted on yet.
The engineering manager wants a shell script that reads these planning notes and creates the appropriate Shortcut stories, assigning them to the right epic and team members. The script should be runnable directly and produce readable output confirming what was created.
The following files are provided as inputs. Extract them before beginning.
=============== FILE: inputs/sprint-notes.md ===============
Write a shell script create-sprint-stories.sh that creates each story above using the Shortcut CLI. The script should output a confirmation for each story created. Also produce a creation-log.md that records each story's title, the full CLI command used to create it, and the outcome.