Skip to content

/founder_mode

Retroactively create JIRA ticket and PR

For experimental features you shipped without a ticket. Creates the JIRA ticket and the PR after the work is done.

/founder_mode
  1. Get the commit. Identifies the commit for the implemented work
  2. Create JIRA ticket. Uses the JIRA agent to write a ticket describing the work
  3. Create branch. Checks out main, creates a new branch, and cherry-picks the commit
  4. Push and create PR. Pushes the branch and creates a PR with a proper description
  • Quick experimental features that bypassed the normal workflow
  • Prototypes that turned into real features
  • Hotfixes that need retroactive documentation