{
  "name": "ChatStack PRD & Software Costing Dataset",
  "description": "A structured dataset and schema definition for generating AI-optimized Product Requirements Documents (PRDs) and software development cost estimates.",
  "version": "1.0.0",
  "license": "Proprietary - Service Provider Model",
  "author": {
    "name": "ChatStack",
    "url": "https://www.chatstack.app"
  },
  "dataset_type": "Project Management & Technical Specification Logic",
  "data_formats": ["JSON", "Markdown", "CSV"],
  "capabilities": [
    "User Story Generation",
    "Functional and Non-Functional Requirements Mapping",
    "Technical Architecture Specification",
    "Story-Point based Cost Estimation"
  ],
  "schemas": [
    {
      "name": "ChatStack_PRD_JSON",
      "description": "The core structured output for AI coding tools like Cursor and Claude Code.",
      "fields": ["user_stories", "functional_requirements", "technical_specs", "cost_estimate", "nfrs"]
    },
    {
      "name": "Cost_Logic_Schema",
      "description": "Logic for calculating software development costs with a 65% AI-efficiency discount.",
      "variables": ["story_points", "role_rates", "complexity_factor", "context_efficiency_multiplier"]
    }
  ],
  "integration_protocols": [
    "Model Context Protocol (MCP)",
    ".cursorrules injection"
  ],
  "intended_use": "To provide high-fidelity technical context for agentic software development and vibe coding workflows."
}
