/founder_mode
Create Linear ticket and PR for experimental features after implementation
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/founder_mode
Context preview
What this command does when you run it.
Create Linear ticket and PR for experimental features after implementation
Command definition
founder_mode.mddescription: Create Linear ticket and PR for experimental features after implementation
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 instructions
The best way to get AI coding agents to solve hard problems in complex codebases.
Repo: humanlayer/humanlayer
Other commands on humanlayer.
- /ci_commit
Create git commits for session changes with clear, atomic messages
Open command - /ci_describe_pr
Generate comprehensive PR descriptions following repository templates
Open command - /commit
Create git commits with user approval and no Claude attribution
Open command - /create_handoff
Create handoff document for transferring work to another session
Open command - /create_plan
Create detailed implementation plans through interactive research and iteration
Open command - /create_plan_generic
Create detailed implementation plans with thorough research and iteration
Open command

