Forge Intelligence

Uplift packs

Generated briefs for raising each intelligence toward the repo max ceiling (general.reasoning pattern) without recommending I3/I4 or A2+.

Updated

Workflow

  1. Open the Maturity heatmap and find your intelligence row.
  2. Open the linked brief folder under docs/uplift/briefs/<intelligence_id>/<step_id>/.
  3. Build a zip for GPT Pro: python3 tools/build_uplift_pack.py <intelligence_id>
  4. Paste GPT_PRO_PROMPT.md into GPT Pro and attach the zip.
  5. Return a zip of Markdown files matching OUTPUT_SPEC.md.
  6. Verify with ACCEPTANCE.md before merging registry changes.

Ladder

See ladder.md for step definitions (U0–U3, capped at repo max).

Regenerate

python3 tools/generate_intelligence_maturity.py   # rollup + heatmap + briefs
python3 tools/build_uplift_pack.py --all            # dist/*.zip

Dist archives live in docs/uplift/dist/ (gitignored).