feat: add /sprint skill for Linux-native parallel sprints#222
Open
AaronLPS wants to merge 4 commits intogarrytan:mainfrom
Open
feat: add /sprint skill for Linux-native parallel sprints#222AaronLPS wants to merge 4 commits intogarrytan:mainfrom
AaronLPS wants to merge 4 commits intogarrytan:mainfrom
Conversation
Git worktrees + tmux as a free, open alternative to Conductor for running 10-15 parallel Claude Code sessions. Works on Linux, macOS, and WSL. Graceful fallback when tmux is not installed. Subcommands: new, list, switch, done, dashboard. Integration with existing gstack skills via auto-run on sprint creation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When creating a new sprint, the user can choose to run Claude Code with --dangerously-skip-permissions for fully autonomous parallel work, or normal mode for supervised sprints. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Reduces interaction from two separate questions to one combined prompt. User enters sprint name and picks auto-accept vs normal mode in one step. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Auto-accept (--dangerously-skip-permissions) is now the default for new sprints. Users who want supervised mode add --supervised flag. Eliminates the second permission question entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/sprintskill — parallel sprint orchestration using git worktrees + tmux, as a free and open alternative to Conductor (which is Mac-only GUI)new,list,switch,done,dashboard--dangerously-skip-permissions) for autonomous parallel agents, opt-out with--supervisedauth-fix review)Why Linux users need this
gstack's README recommends Conductor for running 10-15 parallel sprints. But Conductor is a Mac-only GUI app. Linux users (and CLI-purists on any platform) can achieve the exact same parallelism using git worktrees + tmux — tools they already have. This skill makes that workflow first-class in gstack.
Files changed
sprint/SKILL.md.tmplsprint/SKILL.mdscripts/gen-skill-docs.tsSKILL.md.tmpl+SKILL.mdREADME.mdCLAUDE.mddocs/skills.mdExample interaction
Test plan
bun test— 370 skill validation tests pass (0 failures)bun run gen:skill-docs --dry-run— all 23 SKILL.md files FRESH🤖 Generated with Claude Code