From product-lens
Use when the system must decide what to focus on next across multiple projects. Converts recent signals into portfolio decisions with blockers and next actions.
npx claudepluginhub n0rvyn/indie-toolkit --plugin product-lensThis skill uses the workspace's default tool permissions.
`repo-reprioritize` turns recent project signals into portfolio decisions:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
repo-reprioritize turns recent project signals into portfolio decisions:
focusmaintainfreezestopIt is decision-oriented. Use it after or alongside portfolio-scan and project-progress-pulse, not instead of them.
{
"intent": "repo_reprioritize",
"project_root": "~/Code",
"targets": [],
"window_days": 14,
"mode": "summary",
"save_report": true,
"sync_notion": false
}
Optional inputs:
Collect:
repo-activity-scanner when current evidence is missingproject-progress-pulse if availableFor each project, judge:
Allowed decisions:
focusmaintainfreezestopFor each project include:
When the evidence is thin, bias toward:
maintainfreezenot toward overly confident focus.
Dispatch ingress-publisher with:
intent = repo_reprioritizeCommand shape:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/publish_exchange.py \
--intent repo_reprioritize \
--project-root ~/Code \
--target ~/Code/AppA \
--project AppA \
--decision focus \
--confidence medium \
--risk "Demand evidence still lags implementation speed." \
--reason "Recent work remains coherent around one core workflow." \
--action "Run a narrow demand validation experiment." \
--evidence ~/Code/AppA/README.md \
--exchange-root ~/Obsidian/PKOS/.exchange/product-lens
Exchange target:
~/Obsidian/PKOS/.exchange/product-lens/reprioritize/
Return the machine-readable envelope first, then a Markdown digest:
# Repo Reprioritization
## Focus
- ...
## Maintain
- ...
## Freeze / Stop
- ...
## Next Actions
- ...