A marketplace of Claude Code plugins for agentic coding workflows.
Four skills implementing a deliberate, phase-based coding workflow. The discipline: never let the agent write code until a written plan has been reviewed and approved.
| Skill | Command | Purpose |
|---|---|---|
| scan | /scan |
Deep research; produces a findings document |
| plot | /plot |
Proposal with TDD checklist; iterated until approved |
| replot | /replot |
Revises proposal from inline annotations; no code written |
| engage | /engage |
Executes the approved checklist, one step at a time |
Analysis skills for comparing and reviewing code across branches.
| Skill | Command | Purpose |
|---|---|---|
| scan-branches | /scan-branches <branch> [base] |
Summarizes differences between branches; flags concerns |
Add this marketplace to Claude Code:
/plugin marketplace add mdw-tools/agentics
Install the picard plugin:
/plugin install picard@agentics
Install the data plugin:
/plugin install data@agentics
After installing a plugin, exit and re-enter Claude Code to ensure it loads properly.
Plugins can be installed at user scope (default, available across all projects) or project scope (shared with collaborators via .claude/settings.json):
/plugin install picard@agentics --scope project