Use StackShift in your browser - no installation required!
- Go to: https://claude.ai/code
- Connect to GitHub
- Select your repo from dropdown
- Copy-paste:
WEB_BOOTSTRAP.md(entire file) - Hit enter and let StackShift run!
WEB_BOOTSTRAP.md is idempotent:
- Downloads StackShift to
.stackshift/(once) - Detects what already exists
- Resumes from appropriate gear
- Safe to paste multiple times
Auto-detection:
- Has specs/ with plans? → Jump to Gear 6 (implement)
- Has docs/? → Resume Gear 3 (create specs)
- Has analysis? → Resume Gear 2 (docs)
- Has state file? → Resume from currentStep
- Fresh repo? → Start Gear 1
Paste WEB_BOOTSTRAP.md
→ Starts Gear 1: Analysis
→ Runs through all 6 gears
Paste WEB_BOOTSTRAP.md
→ Detects specs/
→ Jumps to Gear 6: Implementation
→ Asks which feature to implement
Paste WEB_BOOTSTRAP.md
→ Reads .stackshift-state.json
→ Resumes from where you stopped
StackShift generates:
analysis-report.mddocs/reverse-engineering/(8 files).specify/memory/constitution.mdspecs/FEATURE-ID/(directories with spec.md, plan.md).stackshift-state.json(progress tracking)
All committed to your branch automatically.
# Pull the branch locally
git fetch origin
git checkout <branch-name>
git log # See StackShift's commits
# Review and merge to main
git checkout main
git merge <branch-name>Or continue in Web:
- Paste WEB_BOOTSTRAP.md again - it resumes from where you left off
- Use
/speckit.tasksand/speckit.implementfor more features (if available)
One prompt, works everywhere! 🚗