← ClaudeAtlas

literacy-improvementslisted

Use when generating a prioritised improvement plan after an AI literacy assessment, or when a user knows their current level and wants to know what to do next — maps gaps to specific plugin commands and skills, grouped by target level, with accept/skip/defer for each item
Habitat-Thinking/ai-literacy-superpowers · ★ 35 · Code & Development · score 65
Install: claude install-skill Habitat-Thinking/ai-literacy-superpowers
# Literacy Improvements Generate a prioritised improvement plan that maps assessment gaps to specific plugin commands and skills. Each improvement is presented interactively — the user chooses to accept, skip, or defer. This skill is invoked by `/assess` after Phase 5 (workflow recommendations), but can also be used standalone when the user knows their current level. ## Input The skill needs two things: - **Current level** (L0–L5) — from an assessment or stated by the user - **Gaps** (optional) — from the assessment document's Gaps section. If not provided, the skill infers gaps by checking which items in the improvement mapping are not yet present in the repository. ## Process ### Step 1: Confirm Current Level If invoked from `/assess`, the level is already known — skip this step. If invoked standalone, ask the user: ```text What is your current AI literacy level? If you don't know, run /assess first — it takes fifteen minutes and gives you an evidence-based answer. 1. Level 0 — Awareness 2. Level 1 — Prompting 3. Level 2 — Verification 4. Level 3 — Habitat Engineering 5. Level 4 — Specification Architecture ``` Level 5 teams do not need this skill — they are already at the top. ### Step 2: Ask Target Level Present the levels above the current one: ```text You're currently at Level N (Level Name). How far would you like to improve? 1. Level N+1 — [name] (recommended next step) 2. Level N+2 — [name] ...up to Level 5 ``` The default recommendation is alw