[
  {
    "id": "notion",
    "title": "Notion",
    "type": "tool",
    "url": "https://www.notion.so",
    "why": "General-purpose workspace for documents, databases, and lightweight process tracking used across teams of varying size.",
    "based_on": ["markdown-like-docs", "cloud-collaboration"],
    "confidence": "high",
    "topics": ["documentation", "knowledge-management", "internal-tools"],
    "notes": {
      "safe_for": "Internal documentation, wikis, lightweight project tracking, personal knowledge bases.",
      "not_for": "High-performance task management, complex permissions, long-term archival systems.",
      "composes_with": "Slack, GitHub, Google Drive, Zapier."
    }
  },
  {
    "id": "trello",
    "title": "Trello",
    "type": "tool",
    "url": "https://trello.com",
    "why": "Visual task tracking tool based on simple boards and cards with minimal configuration overhead.",
    "based_on": ["kanban"],
    "confidence": "high",
    "topics": ["task-management", "project-tracking"],
    "notes": {
      "safe_for": "Small teams, personal task tracking, simple and linear workflows.",
      "not_for": "Complex projects with dependencies, large teams, reporting-heavy environments.",
      "composes_with": "Slack, Google Calendar, GitHub."
    }
  },
  {
    "id": "wordpress",
    "title": "WordPress",
    "type": "tool",
    "url": "https://wordpress.org",
    "why": "Mature open-source content management system with a large ecosystem and long-term survivability.",
    "based_on": ["php", "mysql"],
    "confidence": "high",
    "topics": ["publishing", "content-management"],
    "notes": {
      "safe_for": "Blogs, content-heavy websites, editorial workflows, extensible publishing needs.",
      "not_for": "Highly bespoke applications without CMS requirements.",
      "composes_with": "Plugin ecosystem, hosting providers, analytics tools."
    }
  },
  {
    "id": "github",
    "title": "GitHub",
    "type": "tool",
    "url": "https://github.com",
    "why": "Centralized platform for version control, collaboration, and software distribution built around git.",
    "based_on": ["git"],
    "confidence": "high",
    "topics": ["version-control", "software-development"],
    "notes": {
      "safe_for": "Code hosting, collaboration, issue tracking, open and private repositories.",
      "not_for": "Teams unwilling to adopt git-based workflows.",
      "composes_with": "CI/CD tools, cloud providers, documentation systems."
    }
  },
  {
    "id": "stripe",
    "title": "Stripe",
    "type": "tool",
    "url": "https://stripe.com",
    "why": "Payments infrastructure providing APIs for online billing, subscriptions, and financial workflows.",
    "based_on": ["card-networks", "banking-apis"],
    "confidence": "high",
    "topics": ["payments", "billing", "infrastructure"],
    "notes": {
      "safe_for": "Online payments, subscriptions, SaaS products, marketplaces.",
      "not_for": "Businesses requiring highly customized local or offline banking arrangements.",
      "composes_with": "Web frameworks, accounting systems, SaaS platforms."
    }
  },
  {
    "id": "figma",
    "title": "Figma",
    "type": "tool",
    "url": "https://www.figma.com",
    "why": "Collaborative interface design tool enabling real-time design and feedback in the browser.",
    "based_on": ["web", "vector-graphics"],
    "confidence": "high",
    "topics": ["design", "ui-ux"],
    "notes": {
      "safe_for": "UI/UX design, collaborative design workflows, design systems.",
      "not_for": "Offline-only design workflows or proprietary file-based pipelines.",
      "composes_with": "Design systems, prototyping tools, developer handoff workflows."
    }
  },
  {
    "id": "slack",
    "title": "Slack",
    "type": "tool",
    "url": "https://slack.com",
    "why": "Team communication platform providing persistent chat channels and integrations with work tools.",
    "based_on": ["real-time-messaging"],
    "confidence": "high",
    "topics": ["communication", "collaboration"],
    "notes": {
      "safe_for": "Team communication, asynchronous collaboration, workflow integrations.",
      "not_for": "Long-term knowledge storage or formal documentation.",
      "composes_with": "GitHub, Notion, Trello, CI/CD systems."
    }
  }
]