
1) What is it?
AI Skill Gap Analyser is a theoretical design for a system that:
This README focuses on concepts—no code, no vendor lock-ins.
Organizations struggle to answer:
The analyser provides a consistent, evidence-driven way to:
name, description, category, subskills, related_skills, version (taxonomy release), evidence_types_supported.role_name, mission, skills_required[{skill_id, target_level, weight}], compliance_constraints.Multiple evidence channels (all optional, scored with reliability weights):
Each evidence item has: source, timestamp, skill_mapping, score, confidence, validity_window.
proficiency = Σ (normalized_score_i × confidence_i × decay(age_i))k:gap_k = max(0, target_level_k − proficiency_k)readiness = 1 − ( Σ (weight_k × gap_k) / Σ weight_k )priority_k = gap_k × weight_k × criticality_kpriority_k to drive learning plans.Given top gaps:
Recommendation ranking considers:
Skill(id, name, description, level_descriptors[], category, related[])Role(id, name, skills[{skill_id, target_level, weight}])Evidence(id, person_id, skill_id, source, score, confidence, timestamp, ttl)Person(id, attributes_minimized)Proficiency(person_id, skill_id, value, last_updated)Readiness(person_id, role_id, value, breakdown[])Recommendation(id, person_id, role_id, skill_id, item_ref, expected_impact)(This is a conceptual schema, not a DB spec.)
AI-Skills v2025.10 with change logs.Role: “AI Product Engineer”
Cite external taxonomies or frameworks if adopted.
Choose any standard open license (MIT/Apache-2.0) when you implement.