founder_mode
From humanlayer
Create Linear ticket and PR for experimental features after implementation
Install
/founder_modeFacts
- Repository
- humanlayer/humanlayer
- Status
- Actively maintained
- Last commit
- Source file
- .claude/commands/founder_mode.md
Source preview
The instructions Claude Code reads when this command runs.
you're working on an experimental feature that didn't get the proper ticketing and pr stuff set up.
assuming you just made a commit, here are the next steps:
1. get the sha of the commit you just made (if you didn't make one, read `.claude/commands/commit.md` and make one)
2. read `.claude/commands/linear.md` - think deeply about what you just implemented, then create a linear ticket about what you just did, and put it in 'in dev' state - it should have ### headers for "problem to solve" and "proposed solution"
3. fetch the ticket to get the recommended git branch name
4. git checkout main
5. git checkout -b 'BRANCHNAME'
6. git cherry-pick 'COMMITHASH'
7. git push -u origin 'BRANCHNAME'
8. gh pr create --fill
9. read '.claude/commands/describe_pr.md' and follow the instructionsView full source on GitHub →Other slash commands
feature-development
★ 229,918Workflow command scaffold for feature-development in everything-claude-code.
affaan-mupdated 14d agoMITdatabase-migration
★ 229,918Workflow command scaffold for database-migration in everything-claude-code.
affaan-mupdated 14d agoMITadd-language-rules
★ 229,918Workflow command scaffold for add-language-rules in everything-claude-code.
affaan-mupdated 14d agoMITcommit-push-pr
★ 137,934Commit, push, and open a PR
anthropicsupdated 13d agodedupe
★ 137,934Find duplicate GitHub issues
anthropicsupdated 13d agotriage-issue
★ 137,934Triage GitHub issues by analyzing and applying labels
anthropicsupdated 13d ago