cognitive-tutoring-architecture-designer

Decompose target skills into testable knowledge components with Bayesian knowledge tracing.

583|96|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/GarethManning/claude-education-skills --skill cognitive-tutoring-architecture-designer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cognitive-tutoring-architecture-designer
Source: https://github.com/GarethManning/claude-education-skills/tree/main/skills/ai-learning-science/cognitive-tutoring-architecture-designer
Command: npx skills add https://github.com/GarethManning/claude-education-skills --skill cognitive-tutoring-architecture-designer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps education researchers and AI builders design robust cognitive tutoring architectures by translating a high-level skill into a precise set of learnable knowledge components and a coherent tracing and feedback pipeline.

Core Features & Use Cases

  • Decomposes complex educational skills into testable knowledge components that can be observed in specific problem steps.
  • Maps dependencies between components and guides safe problem selection to respect prerequisites.
  • Integrates Bayesian knowledge tracing, probabilistic mastery thresholds, and a structured feedback framework to diagnose errors by component.
  • Suitable for building adaptive tutors in domains like mathematics, science, and language learning, where procedural knowledge and concept formation matter.

Quick Start

Provide a complete cognitive tutoring architecture blueprint for a skill, including the KC map, dependency structure, tracing design, problem selection logic, and feedback framework.

Frequently Asked Questions about cognitive-tutoring-architecture-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decompose a target skill into testable knowledge components for an adaptive tutoring system?

To decompose a target skill into testable knowledge components, you map the skill into specific, observable problem steps and establish dependency structures to guide safe problem selection and prerequisite mapping.

How does Bayesian knowledge tracing work for probabilistic mastery in cognitive tutoring?

Bayesian knowledge tracing models probabilistic mastery by updating the likelihood that a student knows a specific knowledge component after each problem step, using defined thresholds to trigger targeted feedback.

Can I use ACT-R architecture principles to design problem selection logic for math and science tutors?

Yes, applying ACT-R principles helps structure problem selection logic by respecting knowledge component dependencies, ensuring students only encounter advanced problems after mastering prerequisite procedural knowledge.

What is the best way to design a structured feedback framework that diagnoses errors by knowledge component?

The best way to design structured feedback is to map specific error patterns directly to knowledge components, allowing the tutoring loop to deliver targeted feedback that addresses the exact procedural or conceptual gap.

Do I need a complete dependency map before implementing Bayesian knowledge tracing in my education research platform?

You need a dependency map before implementing Bayesian knowledge tracing because prerequisite mapping ensures accurate probabilistic mastery calculation and safe problem selection across the cognitive tutoring architecture.