CW-201c · Module 2
Team Prompt Libraries
4 min read
Every team that uses Claude eventually discovers that their best prompts are siloed in individual conversations. Alice figured out a phenomenal prompt for competitive analysis. Bob discovered a formatting trick that makes financial reports look executive-ready. Carol refined a QA checklist that catches 95% of presentation errors. None of them know about each other's prompts. Each person is independently optimizing their own Claude experience while the team's collective intelligence stays fragmented.
A team prompt library solves this by creating a shared repository of battle-tested prompts, organized by use case, with documentation about when to use each one and what to expect. It is not a Wiki page that nobody reads. It is an active, versioned collection that team members contribute to and draw from in their daily work.
The architecture is simpler than it sounds. Create a shared folder — Google Drive, Notion database, GitHub repo, whatever your team already uses. Organize prompts by category: research, drafting, analysis, QA, communication. Each prompt entry includes: the prompt text, the use case it was designed for, who created it, when it was last tested, example input and output, and known limitations.
The last two fields — example output and limitations — are what separate a useful prompt library from a graveyard of untested text. Example output lets a new user evaluate whether this prompt produces what they need before spending tokens on it. Limitations prevent misuse: "This prompt works well for B2B SaaS analysis but produces generic output for consumer products" tells the reader exactly when to use it and when to skip it.
Version the prompts. When someone improves a prompt, they do not overwrite the original — they create a new version with a change note. "v3: added requirement for competitive pricing comparison. Previously missed pricing in 40% of analyses." This history is educational. New team members can read the version history and learn what the team has discovered about effective prompting.
- 1. Collect Existing Prompts Ask every team member to contribute their 3 best prompts — the ones they use repeatedly and have refined through use. This seeding step gives the library immediate value. Do not wait for someone to write prompts from scratch.
- 2. Standardize the Format Every prompt entry gets the same structure: category, use case, prompt text, example output, limitations, author, and version. Consistency makes the library browsable. If each entry has a different format, nobody will use it.
- 3. Assign a Librarian One person reviews new contributions, ensures quality, prevents duplicates, and retires outdated prompts. Without a librarian, the library grows until it is too large to navigate and falls into disuse.
- 4. Integrate into Workflow The library is only useful if people actually use it. Pin the link in your team channel. Reference library prompts during onboarding. When someone asks "how do I get Claude to do X," the first answer should be "check the prompt library."