aipos-p1
v0.1.1AIPOS Pillar 1 (Continuous Discovery) skills: run evidence-governed planning over a Product Definition Graph — read the ranked opportunity list over MCP, grade the evidence behind each candidate, find the coverage and attention gaps, and record the Exploration Decisions (explore with budget and horizon, decline, or defer) that hand off to Pillar 2.
By Accelerated InnovationLicense: MIT0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 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 aipos-p1 for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install aipos-p1@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/Accelerated-Innovation/govkit-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/aipos-p1/.
Plugin files
├── .claude-plugin/plugin.json└── skills/pdg-quarterly-planning/SKILL.md
Included Skills1
Run an evidence-governed quarterly planning session over a Product Definition Graph — read the ranked opportunity list, grade the evidence behind each candidate, find the coverage gaps (products, personas, and regions with no recent research; high-ranked problems nobody is exploring; proposals about to expire), build the session agenda, and record the Exploration Decisions with budget and horizon. Use this when a team plans a quarter against graph evidence: phrases like 'quarterly planning', 'what should we explore next quarter', 'planning session prep', 'gap analysis over the graph', 'which problems deserve research', or 'build the planning agenda' all belong here. Reads the graph over MCP tools; never writes to it. Also runs a dry-run rehearsal against live data.
Plugin manifests1
{
"name": "aipos-p1",
"description": "AIPOS Pillar 1 (Continuous Discovery) skills: run evidence-governed planning over a Product Definition Graph — read the ranked opportunity list over MCP, grade the evidence behind each candidate, find the coverage and attention gaps, and record the Exploration Decisions (explore with budget and horizon, decline, or defer) that hand off to Pillar 2.",
"version": "0.1.1",
"author": {
"name": "Accelerated Innovation"
},
"homepage": "https://acceleratedinnovation.com",
"repository": "https://github.com/Accelerated-Innovation/govkit-plugins",
"license": "MIT",
"keywords": [
"aipos",
"continuous-discovery",
"quarterly-planning",
"product-definition-graph",
"evidence",
"gap-analysis",
"portfolio",
"mcp",
"product-management"
]
}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.
[aipos-p1 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aipos-p1)