purchasing
April 19, 2026 · View on GitHub
Claude Code plugin for running purchasing decisions end-to-end — from intake and spec, through research and comparison, to a recommendation and (optionally) a PDF report. Covers three purchasing surfaces: general consumer/business purchasing, technical rig procurement, and vendor/content recommendations.
Part of the danielrosehill Claude Code marketplace.
What you get
Primitives (always available once the plugin is installed)
General-purchasing commands (/purchasing:*):
intake— build the per-purchase spec (spec.md)research— evaluate candidates against the speccompare— side-by-side comparison of 2–4 shortlisted productsevaluate— quick one-off evaluation of a single productrecommend— generate the final PDF recommendation reportrecompare— re-run the shortlist against the current specextract— pull product data from screenshots, PDFs, and catalogsmarket-check— local vs international price realism with import costsload-preferences/save-preferences— standing preferences to/from Mem0apply-profile— bias this purchase toward a named buyer archetype (BIFL, budget, minimalist, etc.)update-spec— targeted edit tospec.md
Tech-procurement commands (/purchasing:rig-*):
rig-setup— initial hardware-planning interviewrig-profile— document a specific machine's hardwarerig-analyze— identify bottlenecks and upgrade opportunitiesrig-compare— compare specific componentsrig-recommend— generate upgrade recommendationsrig-estimate— produce a formal cost estimate document
Vendor-recommendations commands (/purchasing:rec-*):
rec-onboard— first-run preference capture (format + availability)rec-more-like-this— similar-item recommendations from a seedrec-log-feedback— record like / dislike on past recommendations and update the profilerec-list— surface recommendation history and feedback statusrec-opml-ingest/rec-reading-list-ingest/rec-watch-history-ingest— bulk-seed preferences from exports
Agents:
manufacturer-research,price-comparison,product-extraction,review-aggregation,spec-verification— research sub-agents for the general-purchasing flowpreference-curator,recommender— recommendation-profile and suggestion sub-agents
Provisioning skill
/purchasing:new-workspace <name> [--variant=general-purchasing|tech-procurement|vendor-recommendations] [--local-only] [--private]
Scaffolds a new workspace from one of three templates, personalises CLAUDE.md from ~/.claude/CLAUDE.md, and (by default) creates a public GitHub repo for it.
Pattern
Primitives live in the plugin → globally available from any cwd.
Workspace scaffolds are provisioned as data → no .claude/ tree inside provisioned workspaces.
Plugin updates never touch your workspace data.
See PLAN.md in Claude-Workspace-Reshaping-190426 for the full pattern spec this plugin follows.
Variants
general-purchasing(default) — one-purchase-per-repo workflow with spec, buyer profiles, research, and PDF report.tech-procurement— hardware rig planning: profile existing machines, analyse bottlenecks, recommend components, produce a formal cost estimate.vendor-recommendations— ongoing content/vendor recommendation workspace: learns preferences over time, generates similar-item suggestions, tracks feedback.
Install
Via the danielrosehill marketplace:
/plugin marketplace add danielrosehill/Claude-Code-Plugins
/plugin install purchasing
License
MIT.