Handbook
Uplift packs
Generated briefs for raising each intelligence toward the repo max ceiling (general.reasoning pattern) without recommending I3/I4 or A2+.
Updated
Workflow
- Open the Maturity heatmap and find your intelligence row.
- Open the linked brief folder under
docs/uplift/briefs/<intelligence_id>/<step_id>/. - Build a zip for GPT Pro:
python3 tools/build_uplift_pack.py <intelligence_id> - Paste
GPT_PRO_PROMPT.mdinto GPT Pro and attach the zip. - Return a zip of Markdown files matching
OUTPUT_SPEC.md. - Verify with
ACCEPTANCE.mdbefore 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).