Setting up the Decision Rain Library takes five steps: create the collections, load the governance documents, connect your AI assistant, configure the connector description, and test the loop with a single link. The whole process can be completed in one session. Nothing here requires a paid Raindrop tier beyond whatever is needed to support the ChatGPT connector your account allows.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.
Create the collection structure in Raindrop
In Raindrop, create a parent collection named exactly The naming is intentional. The numeric prefixes keep the collections sorted in the order they are used.
Decision Rain Library Project. Inside it, create five sub-collections in this order:00_SYSTEM and 00_INBOX sort together at the top because both need to be visible at a glance. Do not rename these collections or merge them — each one represents a distinct lifecycle state, not a topic.Add the governance documents to 00_SYSTEM
The Each placeholder URL maps to one governance document. Paste the full text of the corresponding
docs/ folder in the project repository contains the governance documents that define how the assistant should behave. Each document needs to be saved as a bookmark entry inside 00_SYSTEM in Raindrop, with the full document content pasted into the bookmark’s excerpt or note field.Because Raindrop requires every bookmark to have a URL, use stable placeholder URLs for these SYSTEM entries. The content of the excerpt is the source of truth — not the URL. Use the pattern from templates/system-bookmark-links.md:docs/ file into the Raindrop excerpt for that bookmark. If the assistant later opens a placeholder URL and cannot read the excerpt, it must stop and ask for access to the SYSTEM content — it should not reconstruct rules from memory.Connect Raindrop to ChatGPT
If your ChatGPT account supports remote MCP or custom connectors, add Raindrop as a connected service. The exact screens and options for doing this may change as ChatGPT updates its interface. Treat this step as a direction: find the connector or integration settings in ChatGPT, locate the Raindrop option, and authorize the connection.Once connected, the assistant will be able to read from and write to your Raindrop collections directly during a conversation.
Add the connector description
If your connector setup allows a custom description or instruction field for the Raindrop connection, add the following text exactly as written. This bootstraps the assistant with the minimum context it needs before reading the full SYSTEM documents.Keep this description short. The canonical rules live in
00_SYSTEM so they can be versioned, corrected, and inspected. The connector description is only a bootstrap prompt — it is not a substitute for the full governance documents.Send your first link
Start with a single link you are genuinely curious about — a GitHub repository, a tool you have been meaning to evaluate, or a documentation page you saved recently. Send it to ChatGPT and ask it to save the link, inspect it, and propose a review.Watch what the assistant does: it should save to
00_INBOX first, gather evidence, write a review in the standard note shape, propose tags and a collection, and then wait for your approval before moving anything. If it skips the inbox or promotes the entry directly to 20_LIBRARY without asking, correct it and refer it to 00_AGENT_CONTRACT in 00_SYSTEM.Customizing the system
Once the basic setup is working, the project is designed to be adapted. The main things to customize for your own use are your fit tags (what tools, accounts, devices, and setup friction are relevant to you), your domain tags (automation, writing, design, research, hardware, and so on), your item types, your priority markers, and your personal threshold for calling something verified or ready to test.The template is not meant to be universal out of the box. The golden examples in
05_EXAMPLES_GOLDEN show one operator’s decisions. Replace or extend them with examples from your own reviews so the assistant learns what good looks like for your context.