psreek-ai/codebase-mooc
Agent
Builds and updates Codebase Memory by reading the project structure and writing a rich structured graph to .codebase-mooc/memory/codebase/graph.json. Invoked by the coordinator during full generation and incremental updates. Use directly when Codebase Memory needs to be rebuilt.
psreek-ai/codebase-mooc
Agent
Generates the architecture curriculum layer from Codebase Memory. Produces the map-before-the-territory overview that orients a new developer to the system as a whole before they read any code. Invoked by the coordinator after the archaeologist completes.
psreek-ai/codebase-mooc
Agent
Generates the domain curriculum layer — the business logic, regulatory requirements, user behaviour patterns, and commercial constraints that shaped the code. Explains why the code looks the way it does from a business perspective, not a technical one. Invoked by the coordinator during full generation.
psreek-ai/codebase-mooc
Agent
Generates the exercise layer — competency-gated exercises, spaced repetition metadata, abstraction prompts, and boss levels. Produces assessments that require genuine understanding, not pattern matching. Invoked by the coordinator during full generation.
psreek-ai/codebase-mooc
Agent
Extracts the decision log layer from git history, commit messages, and code shape. Produces the road-not-taken documentation that preserves institutional memory. Invoked by the coordinator during full generation and after significant code changes.
psreek-ai/codebase-mooc
Agent
Generates the implementation curriculum layer — deep walkthroughs of critical code that teach rather than describe. Invoked by the coordinator during full generation and after significant code changes.
psreek-ai/codebase-mooc
Agent
Builds the failure mode archive from incident reports, post-mortems, and proactive analysis of the codebase. Turns every failure into a structured teaching opportunity. Invoked by the coordinator when an incident is filed or during full generation.
psreek-ai/codebase-mooc
Agent
Validates all generated curriculum content before it reaches the human review queue. Checks for factual accuracy, confabulation, pedagogical quality, and exercise integrity. Writes structured flags to reviewannotations/. Invoked after every content generation pass.
psreek-ai/codebase-mooc
Agent
Delivers the curriculum to learners. Reads learner history, determines the right content and exercises for the learner's current state, manages spaced repetition, evaluates exercise responses, and updates learner memory. Invoked by /codebase-mooc:learn and the learning-tutor skill.