jnsahaj
- 8 skills
- 0 followers
- 1 week ago last updated
- ▌ Ga · jnsahajKick off a new feature or fix in a parallel clone with Pi working autonomously. Takes a problem description, generates a concise branch name, runs ga to set up the worktree, and sends a crafted prompt to the new Pi session.
- ▌ Ga Pr · jnsahajKick off follow-up work on an existing PR in a parallel tmux/agent session. Use when the user asks to work on a PR, continue a branch, address PR feedback, or resolve merge conflicts in the background.
- ▌ UX Flow Plan · jnsahajCreate UX-first plans as flow trees, then attach concrete function names, files, and implementation anchors after the high-level flow is clear.
- ▌ Pit Of Success · jnsahajReview or refactor code so the correct behavior is the default path; use when APIs, setters, hooks, helpers, or component props have footguns where a natural call bypasses required semantics.
- ▌ Zero Tech Debt · jnsahajRework a change as if the intended UX and architecture existed from day one, deleting compatibility cruft and accidental complexity.
- ▌ Create Draft Pr · jnsahajCommit, push, and create a draft PR using the pr-description format, with UX flow context when relevant.
- ▌ Code Refactor Review · jnsahajReviews code changes for reuse, composition, codebase consistency, and slop. Use when asked to review PRs/diffs, check code reuse, composition, cleanliness, or whether code fits the codebase.
- ▌ Prepare Branch Context · jnsahajAnalyze the current branch's diff from main and related PR to build context for followup requests. Triggers on "prepare context", "branch context", "catch me up", "what's on this branch".