Create git commits with appropriate commit messages. Use when the user asks to commit, create a commit, write a...
find ~/jroslaniec/ -name "*.skill"
Manage git worktrees and branches. Use when the user asks to create a worktree, new worktree, create a branch, new...
Create GitHub pull requests using gh CLI with automatic stacked PR detection. Use when the user asks to create a PR,...
Create Product Requirements Documents (PRDs) through structured interviews. Use when the user asks to create a PRD,...
Write pytest unit tests for Python code changes. Use when adding tests for new or modified Python code in projects...
Create or update Agent Skills for any supported coding agent. Use when the user asks how to author a skill, requests...
Convert PRDs to tasks.json format for autonomous execution. Use when you have an existing PRD in spec/ and need to...