platform3 / nweamap / 1edtech / skill_pack

NWEAMap skill pack for live CDF import and read-back.

Install this instructions-only pack when an agent has NWEAMap 1EdTech credentials and needs to import a MAP Growth CDF bundle, read the import receipt, ask for the test of record, or audit all sittings. The pack proves itself against the live surface and carries none of the norms, dedupe, growth-window, term parsing, or calculator logic the platform owns.

Install

The folder is installable for Claude Code, Codex CLI, OpenAI-compatible agents, and Perplexity Computer. It follows the Agent Skills benchmark shape: versioned SKILL.md, references loaded only when needed, and host metadata.

export PACK_URL="https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/skill_pack"
export CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
export CODEX_SKILL_DIR="$CODEX_HOME/skills/timeback-nweamap-1edtech"
mkdir -p "$CODEX_SKILL_DIR/references" "$CODEX_SKILL_DIR/agents"
curl -fsS "$PACK_URL/pack/SKILL.md" -o "$CODEX_SKILL_DIR/SKILL.md"
curl -fsS "$PACK_URL/pack/references/worked-example.md" -o "$CODEX_SKILL_DIR/references/worked-example.md"
curl -fsS "$PACK_URL/pack/references/runnable-check.md" -o "$CODEX_SKILL_DIR/references/runnable-check.md"
curl -fsS "$PACK_URL/pack/references/source-contract.md" -o "$CODEX_SKILL_DIR/references/source-contract.md"
curl -fsS "$PACK_URL/pack/references/leak-check.md" -o "$CODEX_SKILL_DIR/references/leak-check.md"
curl -fsS "$PACK_URL/pack/agents/openai.yaml" -o "$CODEX_SKILL_DIR/agents/openai.yaml"
curl -fsS "$PACK_URL/pack/agents/codex.yaml" -o "$CODEX_SKILL_DIR/agents/codex.yaml"

Canonical Sources

The skill points agents back to the approved hosted docs instead of embedding a second copy of surface behavior.

Customer Website

Quickstart, auth, endpoint examples, and the CDF import/read workflow.

Open docs

Data Dictionary

Raw CDF mirror tables, platform sidecars, sitting-scope rules, and query guardrails.

Open dictionary

Architecture

GAP-1 through GAP-6 plus the NITD-018 boundary that keeps Alpha reports out of this pack.

Open NITD-018

Worked Example

The worked example mints a demo token, downloads the five CDF files, posts a multipart CDF import, reads the import detail, and asks the surface for the test-of-record row. It performs no client-side row selection.

{
  "student_id": "stu-12345",
  "subject": "Math",
  "test_rit_score": 211,
  "test_id": "1110000001",
  "is_test_of_record": true,
  "test_of_record_reason": "highest_rit",
  "norms_reference_data": "2025",
  "growth_measure_yn": "Y"
}

Run the worked example

Runnable Check

The runnable check follows the pack's instructions and asserts the platform's own answers. It verifies descriptor, demo mint, the 143-column AssessmentResults file, import row counts, test-of-record read-back, and all-sittings audit rows.

CheckPlatform AnswerOwned By
Demo token minttoken_type=Bearer, tenant_id=demoImplementation API
AssessmentResults header143 columnsNWEA CDF contract
Import row counts1 / 3 / 1 / 0 / 1Surface import evidence
Test of recordstu-12345, Math, RIT 211, highest_ritsittingScope=test_of_record
All sittingsMath rows RIT 211 and 204sittingScope=all&includeDeleted=true

Run the check

Binary Leak Check

The pack asks the platform for data. It does not compute or clean the data itself.

Absent

  • No norms tables.
  • No dedupe algorithm.
  • No growth-window switches.
  • No term parsing.

Absent

  • No Growth X calculator.
  • No private RIT50/RIT90 calculator.
  • No private Effective Grade calculator.
  • No golden-cell verifier.

Boundary

Exact MAP Quadrants report regeneration routes to Alpha under NITD-018. This 1EdTech pack stays on CDF import/read/sync/audit and calls the NWEAMAP-owned /nweamap/v1/r90* surface for PowerPath RIT-to-grade lookup when needed.

Open NITD-018