Back to Plugins
Pragma
The complete iOS development scaffold for the agentic era. 15 slash commands (/spec, /plan, /feature, /gates, /review, /test, /bugfix, /release, and more) take a feature from idea to merged PR with two human approvals, everything else runs autonomously. CI-enforced gates (not just agent-enforced) re-run the same checks independently in GitHub Actions, and a persistent memory layer (decisions, invariants, rejections) carries context across every session boundary instead of resetting at the conversation edge. Proven on a real, actively-developed, gitflow-integrated codebase — 70+ merged PRs, specs and plans predating every feature, going back to the first commit.
iosswiftswiftuiswiftdataxcodesdlctddci-cdagentic
Installation
/plugin marketplace add akshaypimprikar/pragma && /plugin install pragma@pragmaCommands
specTurn a feature idea into an approved design spec — proposes 2-3 approaches, you chooseplanTurn an approved spec into a task-by-task implementation planfeatureExecute an approved plan — TDD, one commit per taskgatesVerify build, full test suite, and architecture compliance before opening a PRreviewReview a PR for design compliance and code quality, posts its verdict as a real GitHub reviewtestWrite comprehensive tests for a feature branchbugfixRegression test first, then fix — test-first alwaysreleaseVersion bump, changelog, PR to main, git tagpragma:initInteractive setup — configures CLAUDE.md and invariants.md for your project instead of leaving them as templatesHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions