Skip to content

Commit 31367d4

Browse files
author
Hoa Dang DNA PC
committed
fix(web): add 15 Wave 3 skills to skills.json and 4 new categories to skills page
1 parent 1c5b168 commit 31367d4

2 files changed

Lines changed: 80 additions & 1 deletion

File tree

web/src/app/docs/skills/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export default function SkillsPage() {
1818
"Finance, Legal & Risk",
1919
"People, Operations & Supply Chain",
2020
"Strategy, Analytics & Growth",
21+
"Data & Analytics",
22+
"IT & Admin",
23+
"Training & Development",
24+
"Cross-Functional",
2125
];
2226

2327
return (

web/src/services/skills.json

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,81 @@
327327
{
328328
"name": "codexkit-a-b-test-planner",
329329
"description": "Design rigorous A/B tests with hypothesis, sample sizing, MDE, guardrail metrics, and rollout playbook.",
330-
"category": "Strategy, Analytics & Growth"
330+
"category": "Data & Analytics"
331+
},
332+
{
333+
"name": "codexkit-dashboard-kpi-designer",
334+
"description": "Design KPI dashboards with SMART metrics, visualization selection, alert thresholds, and data dictionary.",
335+
"category": "Data & Analytics"
336+
},
337+
{
338+
"name": "codexkit-data-quality-auditor",
339+
"description": "Audit data quality using DAMA DMBOK six dimensions with scoring, issue log, and remediation plan.",
340+
"category": "Data & Analytics"
341+
},
342+
{
343+
"name": "codexkit-survey-analyzer",
344+
"description": "Analyze survey and feedback data with distributions, segment comparison, theme extraction, and action recommendations.",
345+
"category": "Data & Analytics"
346+
},
347+
{
348+
"name": "codexkit-sql-query-builder",
349+
"description": "Build analytical SQL queries with CTEs, window functions, performance notes, and output documentation.",
350+
"category": "Data & Analytics"
351+
},
352+
{
353+
"name": "codexkit-architecture-decision-writer",
354+
"description": "Document architecture decisions in ADR format with options comparison, consequences, and review dates.",
355+
"category": "Engineering Delivery"
356+
},
357+
{
358+
"name": "codexkit-incident-postmortem",
359+
"description": "Write blameless postmortems with SRE methodology, 5 Whys, timeline, impact analysis, and action items.",
360+
"category": "Engineering Delivery"
361+
},
362+
{
363+
"name": "codexkit-api-design-reviewer",
364+
"description": "Review API designs for naming conventions, versioning, error handling, pagination, and breaking changes.",
365+
"category": "Engineering Delivery"
366+
},
367+
{
368+
"name": "codexkit-vendor-comparison-matrix",
369+
"description": "Compare and evaluate vendors with weighted scoring, TCO analysis, and recommendation memo.",
370+
"category": "IT & Admin"
371+
},
372+
{
373+
"name": "codexkit-change-management-plan",
374+
"description": "Plan organizational change adoption with ADKAR assessment, communication calendar, and adoption metrics.",
375+
"category": "IT & Admin"
376+
},
377+
{
378+
"name": "codexkit-training-needs-analyzer",
379+
"description": "Assess training needs across teams with gap analysis, Bloom's objectives, and Kirkpatrick evaluation.",
380+
"category": "Training & Development"
381+
},
382+
{
383+
"name": "codexkit-workshop-facilitator",
384+
"description": "Design and facilitate workshops with time-blocked agendas, facilitation notes, and participant materials.",
385+
"category": "Training & Development"
386+
},
387+
{
388+
"name": "codexkit-decision-log",
389+
"description": "Record and track decisions with RAPID framework, options analysis, and communication plan.",
390+
"category": "Cross-Functional"
391+
},
392+
{
393+
"name": "codexkit-crisis-communication",
394+
"description": "Draft crisis responses with holding statements, Q&A preparation, and stakeholder-specific messaging.",
395+
"category": "Cross-Functional"
396+
},
397+
{
398+
"name": "codexkit-business-case-writer",
399+
"description": "Write business cases with NPV/ROI/Payback analysis, risk assessment, and implementation roadmap.",
400+
"category": "Cross-Functional"
401+
},
402+
{
403+
"name": "codexkit-policy-document-writer",
404+
"description": "Author policies and SOPs with ISO document control, compliance monitoring, and review schedule.",
405+
"category": "Cross-Functional"
331406
}
332407
]

0 commit comments

Comments
 (0)