{
  "identity": {
    "name": "[Your Product Name]",
    "entity_type": "saas-product",
    "domain": "[your-domain.com]"
  },
  "problem_declaration": {
    "problem_class": "[Choose specific problem class that matches your product]",
    "description": "[2-3 sentence description of what problem your product solves and for whom]"
  },
  "capability": {
    "labels": [
      "[core-capability-1]",
      "[core-capability-2]",
      "[core-capability-3]"
    ],
    "methods": [
      "[Specific feature 1]",
      "[Specific feature 2]",
      "[Integration 1]",
      "[Integration 2]"
    ]
  },
  "fit_conditions": {
    "geographic": ["[Supported regions]"],
    "customer_type": ["[target-segment-1]", "[target-segment-2]"],
    "constraints": [
      "[team-size-requirements]",
      "[technical-requirements]",
      "[pricing-tier-fit]"
    ]
  },
  "non_fit": {
    "exclusions": [
      "[Use case you do NOT support]",
      "[Customer type that is NOT a fit]",
      "[Feature you do NOT have]",
      "[Integration you do NOT offer]"
    ]
  },
  "stability": {
    "confidence": "high",
    "last_verified": "[YYYY-MM-DD]"
  }
}
