portfolio
v0.1.0Run a portfolio: intake, scoring against declared criteria, whole-portfolio health, and matching demand against real capacity.
By Mai Lam0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 21, 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 portfolio for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install portfolio@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/maitlam/strategic-operatorClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/portfolio/.
Plugin files
├── .claude-plugin/plugin.json├── skills/opportunity-scoring/SKILL.md├── skills/portfolio-health/SKILL.md├── skills/portfolio-intake/SKILL.md└── skills/resource-allocation/SKILL.md
Included Skills4
Score an opportunity, proposal, vendor, or investment candidate against explicit criteria and produce a comparable, defensible read. Use whenever the user needs to evaluate or prioritize options, has a backlog to rank, is doing build/buy/partner analysis, or asks whether something is worth pursuing relative to other things. Trigger on "should we pursue," "how does this compare," "help me prioritize these," or any assessment against a bar.
Produce a whole-portfolio read — where the money and people actually are, what has stalled, what should be killed, and whether the mix matches the stated strategy. Use whenever the user is preparing a portfolio or quarterly review, is running multiple initiatives and has lost the aggregate picture, needs to justify a portfolio to leadership, or asks what should be stopped. Trigger on "portfolio review," "how are our initiatives doing," "what should we kill," or any request spanning several efforts at once.
Design or run the front door for a portfolio — how opportunities enter, what information is required before anything is evaluated, and what happens to things that don't qualify. Use whenever ideas arrive through side channels, the user needs an intake process or request form, a team is drowning in unsorted requests, or someone asks how work should get proposed. Trigger on "intake," "request process," "how do ideas get in," or a backlog that arrived without structure.
Match a portfolio's demands against a team's real capacity and show where it is oversubscribed, including the person-level constraints that determine dates. Use whenever the user is staffing initiatives, asks whether the team can absorb something new, is building a resourcing plan, or wonders why everything is late. Trigger on "do we have bandwidth," "can we take this on," "how should I staff this," or any allocation conversation.
Plugin manifests1
{
"name": "portfolio",
"displayName": "Portfolio",
"version": "0.1.0",
"description": "Run a portfolio: intake, scoring against declared criteria, whole-portfolio health, and matching demand against real capacity.",
"author": {
"name": "Mai Lam"
},
"homepage": "https://github.com/maitlam/strategic-operator",
"repository": "https://github.com/maitlam/strategic-operator"
}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.
[portfolio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/portfolio)