Skip to content

Collaborative Context Hub for LLMs

In this use case, Readit serves as a shared context hub where multiple team members can contribute, update, and access contextual information for a particular project, feature, or client. Each team member can use their preferred LLM tool—like ChatGPT, Gemini, Claude, or Codex—but they all share and enrich the same Readit link.


One team member begins by creating a Readit containing initial context and decisions. They use this Readit link while chatting with an LLM to analyze or brainstorm about the feature.

Another team member can take the same Readit link and continue the analysis in their LLM of choice. They add new insights or decisions back into the Readit, keeping the context up-to-date.

The developer can use the same Readit to understand the full context and make informed architectural decisions. They might also add technical notes or documentation back into the Readit once development is complete.

The support team can access the same Readit to get all the relevant background information and provide more accurate assistance to users.

Team members can quickly add information to the Readit by pasting a link to a chat, sending an email to a unique address for that Readit, or using a simple interface to append new notes. This makes it easy for anyone to keep the context fresh and complete.


Product Manager creates:

https://readit.md/team/user-dashboard-v2
Files:
├── main.md # Feature requirements and goals
├── user-research.md # Research findings and user feedback
├── competitive-analysis.md # Market analysis
└── success-metrics.md # KPIs and success criteria

The PM uses this Readit with ChatGPT to refine requirements and explore edge cases.

UX Designer takes the same Readit link and adds:

├── design-decisions.md # Design rationale and choices
├── wireframes.md # Links to design files
├── accessibility.md # A11y requirements
└── user-flows.md # User journey mappings

The designer uses this enriched context with Figma AI or Claude to validate design decisions.

Developer accesses the full context and adds:

├── technical-approach.md # Architecture decisions
├── api-design.md # API specifications
├── database-changes.md # Schema modifications
└── implementation-notes.md # Development insights

The developer uses this comprehensive context with GitHub Copilot or Cursor AI.

QA Engineer uses the complete Readit to understand:

  • Original requirements
  • Design intentions
  • Technical implementation details
  • Known edge cases

They add:

├── test-strategy.md # Testing approach
├── edge-cases.md # Discovered edge cases
└── bug-reports.md # Issues found during testing

Readit complements tools like Jira by serving as the central knowledge repository:

  • Jira: Tracks tasks, issues, and progress
  • Readit: Holds the living context that evolves with every conversation and decision
Jira Epic: User Dashboard V2
├── Readit Link: https://readit.md/team/user-dashboard-v2
├── Task: Design wireframes → Updates design-decisions.md
├── Task: Implement API → Updates technical-approach.md
└── Task: User testing → Updates user-research.md

Each Jira task references the same Readit, ensuring everyone has access to the complete, evolving context.


  • Marketing uses the Readit to understand feature benefits for messaging
  • Sales accesses customer requirements and competitive positioning
  • Customer Success reviews the context for training and support preparation

When team members join or leave:

  • New joiners get instant access to complete project history
  • Departing members leave their insights captured in the Readit
  • No knowledge is lost in handoffs
Team Member A (ChatGPT) → Updates Readit → Team Member B (Claude)
↓ ↓
Adds analysis to context ←———————————————————— Continues analysis

Each person uses their preferred AI tool, but everyone benefits from the shared, growing context.


  • 🔄 Continuous Context Building – Knowledge accumulates across all team interactions
  • 🤝 Cross-LLM Compatibility – Works with any AI tool that accepts markdown input
  • 📈 Evolving Intelligence – Context gets richer with each contribution
  • 🎯 Unified Understanding – Everyone works from the same comprehensive information
  • ⚡ Instant Onboarding – New team members get complete context immediately
  • 🔗 Tool Integration – Links seamlessly with existing project management workflows

  • Multi-phase projects with handoffs between team members
  • Cross-functional features requiring input from multiple disciplines
  • Long-running projects where context needs to be preserved over time
  • Teams using different AI tools but needing shared understanding
  • Client projects where multiple stakeholders contribute insights
  • Knowledge-intensive work where decisions build upon previous discussions