This is the start point for agents building against Platform3. It routes work to the right module skill pack and keeps business rules on the platform surface.
export SKILL_PACK_URL="https://platform3-andymontgomery-9773s-projects.vercel.app/skill_pack"
export SKILL_DIR="${CODEX_HOME:-$HOME/.codex}/skills/timeback-platform3"
mkdir -p "$SKILL_DIR/references" "$SKILL_DIR/checks"
curl -fsSL "$SKILL_PACK_URL/pack/SKILL.md" -o "$SKILL_DIR/SKILL.md"
curl -fsSL "$SKILL_PACK_URL/skill-pack.json" -o "$SKILL_DIR/skill-pack.json"
curl -fsSL "$SKILL_PACK_URL/pack/references/surface-map.md" -o "$SKILL_DIR/references/surface-map.md"
curl -fsSL "$SKILL_PACK_URL/pack/references/xp-policy-map.md" -o "$SKILL_DIR/references/xp-policy-map.md"
curl -fsSL "$SKILL_PACK_URL/pack/checks/verify-skill-pack.mjs" -o "$SKILL_DIR/checks/verify-skill-pack.mjs"
Use the plain-language modules for product apps, reports, and customer workflows.
Use standards-language packs for 1EdTech and compatibility surfaces.
Use the public acceptance contract for handoffs and the authenticated Platform API for operational provenance.
One-page ownership map for item/course expected effort, Analytics report and motivational rollups, and Results progress/award formulas.