# Pedagogical Mission Framer

> Frames a higher-education or professional-training request into a precise pedagogical specification. Use when an instructor asks to create, redesign, or evaluate a course, TD, TP, exam, project, or reskilling module and the request needs to be clarified into objectives, constraints, level, prerequisites, and deliverables.

- Skill: `alainlebret/pedagogical-mission-framer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alainlebret/pedagogical-mission-framer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alainlebret/pedagogical-mission-framer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: alainlebret (https://skillmd.com/u/alainlebret)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alainlebret/pedagogical-mission-framer

---


# Pedagogical Mission Framer

## Goal
Turn an informal teaching request into a rigorous specification.

## Produce
- target audience;
- academic or professional level;
- prerequisites;
- learning outcomes;
- duration and session breakdown;
- software and hardware constraints;
- expected deliverables;
- evaluation mode;
- risks and ambiguities.

## Required output structure
Write `mission.json` with at least:
- `title`
- `audience`
- `level`
- `context`
- `prerequisites`
- `learning_outcomes`
- `duration`
- `constraints`
- `deliverables`
- `evaluation_mode`
- `risks`
- `open_questions`

## Rules
- Avoid vague goals such as “understand Linux”. Replace them with observable outcomes.
- Explicitly distinguish academic public and reskilling public.
- Flag unrealistic scope.
- State assumptions instead of hiding them.

