Every evaluated entry in Decision Rain Library Project uses a compact note format. The format is designed for Raindrop’s excerpt display, which may truncate long notes — so the most critical fields (Verdict and Next) always appear near the top. The note is not a free-form comment or a general description of the link. It is a structured decision record that captures the reasoning behind the classification so it can be retrieved, audited, and acted on later.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xxyoudeadpunkxx/decision-rain-library-project/llms.txt
Use this file to discover all available pages before exploring further.
The Anti-Truncation Rule
Raindrop may truncate long excerpts in its card and list views. If critical information appears at the bottom of a long note, it will be hidden. Verdict and Next must therefore always appear within the first three lines of the note — before Claim, Evidence, Authority, Truth, or StackFit. This is a hard constraint, not a style preference. A note where the Verdict is buried after a paragraph of evidence is a broken note — it defeats the purpose of having a decision library.The Compact Template
Use this template for every evaluated entry:Field Definitions
Cataloged — entry creation date
Cataloged — entry creation date
The date the entry was created in
YYYY-MM-DD format. This field provides an audit trail and helps identify when the evaluation was done relative to the state of the project at that time.Verdict — the practical judgment
Verdict — the practical judgment
The practical judgment after considering authority, truth, risk, and StackFit. One or two sentences maximum. The Verdict answers the question: given everything known, what should the operator do with this? It must appear on line two of the note, immediately after
Cataloged.Next — the most specific next action
Next — the most specific next action
The most specific concrete action to take. Maps directly to a
next/* tag. The Next field must appear on line three of the note. It must never be omitted from an evaluated entry.Claim — what the link appears to provide
Claim — what the link appears to provide
What the item or link appears to provide or prove, based on its title, description, README, or landing page. The Claim is separate from Evidence and Verdict. It records what is being asserted, not what has been verified.
Evidence — what supports or weakens the claim
Evidence — what supports or weakens the claim
What was actually examined to assess the claim. Evidence sources include: README, source code, docs, issues, tests, release activity, community use, pricing pages, setup reports, or hands-on tests. Keep official and community evidence separate when both apply — they answer different questions and carry different weight.
Authority — the type of authority behind the evidence
Authority — the type of authority behind the evidence
Truth — the confidence level
Truth — the confidence level
The confidence level of the key claim. Maps directly to a
truth/* tag. Choose the most accurate value — not the most favorable one. The options are: verified, plausible, claimed, conflicting, outdated, unknown.StackFit — practical adoption judgment
StackFit — practical adoption judgment
A practical judgment of how realistically the operator can get value from the item. Consider: value type, operator capability, adoption cost, friction threshold, and decision path. Mention whether the item is suited for direct use, test, assisted implementation, workflow integration, idea extraction, reference, discovery, watch, or archive. StackFit is not a list of tools — it is a judgment about the realistic path from this item to operator value.
Claim ≠ Evidence ≠ Verdict. The Claim states what the item appears to provide. Evidence states what supports or weakens the Claim. Verdict states the practical judgment after weighing everything. Conflating these three fields produces unreliable decisions and makes the library hard to audit or correct later.