Sum Threshold Scoring

Sum NOS's item-level stars and bucket into good (≥7)/fair (4-6)/poor (≤3) — a fixed threshold lookup, structurally distinct from worst-case-lookup's take-the-worst-value approach. Use this after star-awarding has produced the per-item stars; this is NOS's terminal step.

yogsoth-ai 64785b9 2 files · 1.5 KB Updated

File contents

Sum Threshold Scoring

Sum-then-bucket, NOS's own aggregation shape — deliberately kept separate from worst-case-lookup since NOS sums rather than takes a worst-case value (structurally different aggregation, not a value-domain variant of the same algorithm).

Execution

Subagent — spawned via spawn-agent skill.

Available SOPs

SOP When to use
spawn-agent Spawn a customized CC subagent with full MCP tool access.

yogsoth-ai/paper-reading/tree/main/skills/sum-threshold-scoring commit 64785b95be

Frequently asked questions

npx skillmds@latest add yogsoth-ai/sum-threshold-scoring