approaches
v0.7.1Solution-approach deliberation before non-trivial implementation: 2-3 structurally different approaches with trade-offs and a kill-trigger, a strategy catalog mapped to the risk each beats, a four-persona blind opinion round for refactor-shaped tasks — plus the merged pre-code disciplines: build-vs-buy checks, S/M/L/XL estimation, rollout planning, design-pattern selection, and /approaches:consult, a blind stronger-model second opinion when a session is stuck or about to do something irreversible (fresh-take merged in). Includes /approaches:compare, /approaches:opinions, /approaches:build-vs-buy, /approaches:size, /approaches:rollout, /approaches:pattern.
By Ivan-WG1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install approaches for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install approaches@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/galaykos/cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/approaches/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-vs-buy/SKILL.md├── skills/consult/SKILL.md├── skills/estimation/SKILL.md└── skills/rollout-planning/SKILL.md
Included Skills4
Use before implementing any capability that sounds generic — auth, pagination, date/time, queues, search, CSV/PDF, payments, validation, caching, retries — check whether a library, service, or stdlib feature already solves it.
Use when a session is stuck after repeated failed fix attempts, or before an irreversible action (destructive command, schema drop, force-push, history rewrite) — a blind stronger-model consultant returns an independent take, risks, one alternative. Advice only — never blocks.
Use when sizing a task, card, or backlog — before committing to scope or sequencing — effort classes against reference anchors instead of optimism, flagging what must be split or spiked first.
Use before shipping any user-facing or data-touching change — to plan flags, backward compatibility, staged exposure, and the rollback path while it is still cheap to have one.
Plugin manifests1
{
"name": "approaches",
"version": "0.7.1",
"description": "Solution-approach deliberation before non-trivial implementation: 2-3 structurally different approaches with trade-offs and a kill-trigger, a strategy catalog mapped to the risk each beats, a four-persona blind opinion round for refactor-shaped tasks — plus the merged pre-code disciplines: build-vs-buy checks, S/M/L/XL estimation, rollout planning, design-pattern selection, and /approaches:consult, a blind stronger-model second opinion when a session is stuck or about to do something irreversible (fresh-take merged in). Includes /approaches:compare, /approaches:opinions, /approaches:build-vs-buy, /approaches:size, /approaches:rollout, /approaches:pattern.",
"author": {
"name": "Ivan-WG",
"email": "[email protected]"
},
"keywords": [
"process",
"planning"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[approaches on Agent Plugins Marketplace](https://pluginsmp.com/plugins/approaches)