From product-lens
Use when prior product-lens conclusions need to be checked against new evidence. Produces delta-oriented judgments instead of full re-evaluations.
npx claudepluginhub n0rvyn/indie-toolkit --plugin product-lensThis skill uses the workspace's default tool permissions.
`verdict-refresh` checks whether an earlier conclusion still holds after new evidence appears.
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 agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
verdict-refresh checks whether an earlier conclusion still holds after new evidence appears.
It answers:
Use this when prior verdict notes or reports exist.
{
"intent": "verdict_refresh",
"project_root": "~/Code",
"targets": ["~/Code/AppA"],
"evidence_paths": [
"~/Obsidian/PKOS/30-Projects/AppA/Verdicts/2026-04-01-AppA-verdict.md"
],
"window_days": 14,
"mode": "summary",
"save_report": true,
"sync_notion": false
}
Read explicit evidence_paths when provided.
If missing:
Collect new evidence from:
repo-activity-scannerDispatch verdict-delta-analyzer with:
Allowed decision values:
unchangedupgradeddowngradedreversedUse ingress-publisher with:
intent = verdict_refreshCommand shape:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/publish_exchange.py \
--intent verdict_refresh \
--project-root ~/Code \
--target ~/Code/AppA \
--project AppA \
--window-days 14 \
--decision upgraded \
--confidence medium \
--risk "Retention evidence is still unresolved." \
--reason "The new evidence supports the earlier execution thesis." \
--action "Re-check the verdict after the next validation cycle." \
--evidence ~/Obsidian/PKOS/30-Projects/AppA/Verdicts/2026-04-01-AppA-verdict.md \
--exchange-root ~/Obsidian/PKOS/.exchange/product-lens
Exchange target:
~/Obsidian/PKOS/.exchange/product-lens/verdict-refresh/
Return the machine envelope first, then a delta report:
# Verdict Refresh
## Previous Verdict
- ...
## New Evidence
- ...
## What Changed
- ...
## Updated Actions
- ...
unchanged with lower confidence.evaluate for full resets.