Windsurf's Cascade agent makes multi-file edits look easy. Wire SprintFlint in and Cascade pulls the next ticket, refactors across files, and posts the result.
Built around how your AI actually works.
export SPRINTFLINT_TOKEN=sf_pk_your_token_here
# Smoke test from terminal
curl -H "Authorization: Bearer $SPRINTFLINT_TOKEN" \
https://sprintflint.com/api/v1/dashboard
Drop a rule file at the project root. Cascade now reads SprintFlint context whenever it kicks off multi-file work.
# .windsurfrules
When starting work on a SprintFlint ticket, GET
https://sprintflint.com/api/v1/issues/$TICKET first to load
full description and acceptance criteria.
On finish, POST a comment to /api/v1/comments summarising
the changes and tests added.
"Cascade, take the next SprintFlint ticket." Cascade fetches it, plans the multi-file edit, ships, and comments.
Same setup, different tools.
Pair it with a sprint board that keeps up.
300 tickets free. No card. Live in 5 minutes.