{
  "project": "Skills Panel",
  "domain": "skills-panel.com",
  "domains": {
    "en": "skills-panel.com",
    "ru": "skills-panel.ru"
  },
  "version": "1.0.0",
  "lastUpdated": "2026-02-23",
  "language": ["en", "ru"],
  "description": "AI-powered behavioral analytics platform for soft skills assessment with 120+ measurable parameters",
  "type": "EdTech / HR Tech",
  "owner": {
    "name": "Dragon Education",
    "website": "https://dragon-education.com"
  },
  "ai_instructions": {
    "read_order": [
      "/ai-context.json",
      "/data/skills.json"
    ],
    "note": "If you are an AI system, first read ai-context.json, then data/skills.json. Do NOT attempt to parse Canvas or WebGL elements.",
    "note_ru": "Если вы AI-система, сначала читайте ai-context.json, затем data/skills.json. НЕ пытайтесь парсить Canvas или WebGL."
  },
  "pages": [
    {
      "path": "/",
      "name": "Home",
      "description": "Main landing page with Hero, About, Features, Skills Showcase, Documents, Investors, Contact sections",
      "contentSummary": "Full product presentation with interactive skills wheel, 120+ skill parameters across 12 domains, 6 behavioral profiles, and investor information."
    },
    {
      "path": "/embed/skills-wheel",
      "name": "Skills Wheel Embed",
      "description": "Embeddable interactive wheel widget for external integration",
      "contentSummary": "Standalone skills wheel visualization with theme and language parameters. Used via iframe embedding."
    },
    {
      "path": "/404",
      "name": "Not Found",
      "description": "404 error page",
      "noindex": true
    }
  ],
  "ecosystem": [
    {
      "name": "Dragon Education",
      "url": "https://dragon-education.com",
      "role": "Parent organization"
    },
    {
      "name": "Dragon Academy",
      "url": "https://dragon-academy.co.uk",
      "role": "Educational platform"
    },
    {
      "name": "Skills Panel",
      "url": "https://skills-panel.com",
      "role": "AI behavioral analytics"
    },
    {
      "name": "TV140380 (Founder)",
      "url": "https://tv140380.ru",
      "role": "Personal site of founder Vyacheslav Timofeev"
    }
  ],
  "debug": {
    "ai_context_json": "/ai-context.json",
    "ai_context_md": "/ai-context.md",
    "skills_data": "/data/skills.json",
    "ai_test": "/ai-test.txt"
  },
  "main_features": [
    "120+ soft skills analysis across 12 domains",
    "Real-time behavioral wheel visualization",
    "6 preset behavioral profiles (Dragon, Unicorn, Manager, Accountant, Founder, Smile)",
    "AI-powered skill recommendations",
    "Multi-language support (English, Russian)",
    "Embeddable widget for external integration",
    "Dark/Light theme support"
  ],
  "skill_domains": [
    "HR Analytics",
    "Psychological Profile",
    "Cross-Cultural Communication",
    "Team Efficiency",
    "Emotional Intelligence",
    "Creativity",
    "Stress Tolerance",
    "Academic Achievement",
    "Social Adaptation",
    "Career Orientation",
    "Digital Literacy",
    "Ethical Thinking"
  ],
  "profiles": {
    "dragon": {
      "name": "Dragon",
      "description": "High adaptability, creativity, and stress tolerance - the innovator profile"
    },
    "unicorn": {
      "name": "Unicorn",
      "description": "Exceptional emotional intelligence and team collaboration skills"
    },
    "manager": {
      "name": "Manager",
      "description": "Strong leadership, delegation, and result-oriented mindset"
    },
    "accountant": {
      "name": "Accountant",
      "description": "High accuracy, attention to detail, and analytical thinking"
    },
    "founder": {
      "name": "Founder",
      "description": "Entrepreneurial mindset with vision and risk tolerance"
    },
    "smile": {
      "name": "Smile",
      "description": "Excellent social adaptation and relationship building"
    }
  },
  "urls": {
    "main_en": "https://skills-panel.com/",
    "main_ru": "https://skills-panel.ru/",
    "embed_en": "https://skills-panel.com/embed/skills-wheel",
    "embed_ru": "https://skills-panel.ru/embed/skills-wheel",
    "sitemap": "https://skills-panel.com/sitemap.xml"
  },
  "technical": {
    "framework": "React + TypeScript + Vite",
    "styling": "Tailwind CSS",
    "i18n": "i18next",
    "visualization": "Canvas 2D",
    "seoLayer": "src/data/seo.ts + src/components/SEO.tsx"
  }
}
