Add the marketplace
/plugin marketplace add parfenovvs/pvs-claude-marketplaceInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
Create conventional commit messages (feat, fix, docs, etc.) following the Conventional Commits spec
All version control operations using the Jujutsu (jj) CLI — commits, bookmarks, rebasing, workspaces
Create a pull request for the current branch with a structured description, using a repo template if one exists
Scaffold a new feature: gather requirements, create an isolated workspace, and produce a development plan before writing code
Plan and implement features as a stack of short-lived, independently-green PRs using trunk-based development
Unified VCS workflow: jj for local operations, gh for GitHub, trunk-based development with stacked PRs, and error recovery