From whetstone
Use before committing to an implementation when confidence is below 0.8, when facing an architectural decision, or when the problem is novel. Produces a CONFIDENCE-scored DECISION with explicit reasoning trace.
npx claudepluginhub jobrien127/plugin-marketplace --plugin whetstoneThis skill is limited to using the following tools:
Structure your thinking before committing to a path.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Structure your thinking before committing to a path.
CONFIDENCE: {0.0–1.0}
DECISION: {chosen option and one-line reasoning}
Options:
- {option A}: {pros} / {cons}
- {option B}: {pros} / {cons}
Trade-offs:
- {option A} sacrifices: {constraint}
- {option B} sacrifices: {constraint}
Reasoning:
- {key constraint or trade-off that drove the decision}
- {risk of the alternative}
- {assumption that must hold}
Unknowns (required when CONFIDENCE < 0.8):
- {missing information} — blocks decision on {constraint}
- {missing information} — blocks decision on {constraint}
When CONFIDENCE >= 0.8 and one option is clearly dominant, Options/Trade-offs may collapse to a single entry and Unknowns is omitted.