Check the ai-coding-model-guidance knowledge bank for stale entries and produce a prioritized refresh list. Reach for this skill when the knowledge bank's retrieval date is more than 4 weeks old, when a consumer reports a model discrepancy, or on the monthly researcher-reminder cadence.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-coding-model-guidance:lineup-freshness-sweepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The `cross-tool-model-lineup-2026.md` knowledge bank is Tier-4 (fast-churn): model pickers, pricing, and context-window limits change weekly to monthly. A stale lineup produces confidently wrong recommendations. This skill produces a structured refresh checklist that a researcher (or `ravenclaude-core/deep-researcher`) can execute against primary sources.
The cross-tool-model-lineup-2026.md knowledge bank is Tier-4 (fast-churn): model pickers, pricing, and context-window limits change weekly to monthly. A stale lineup produces confidently wrong recommendations. This skill produces a structured refresh checklist that a researcher (or ravenclaude-core/deep-researcher) can execute against primary sources.
Last-retrieved header is more than 4 weeks old.researcher-reminder.yml weekly sweep fires.Open ../../knowledge/cross-tool-model-lineup-2026.md and catalogue every claim that carries a [verify-at-use — YYYY-MM] marker or a Last-retrieved: tag. Group by ecosystem:
GitHub Copilot section:
- Model picker contents (all surfaces × all plans)
- Plan-gated model list (Free sub-list, Pro, Business, Enterprise)
- Org model rules feature availability
OpenAI Codex section:
- Default model id
- Frontier / Pro model id
- Reasoning-level options (flag names, levels available)
- Spark / lightweight tier
xAI Grok section:
- Active model ids (flagship, fast, lightweight)
- Retirement / redirect table
- Any pricing-tier markers
| Risk level | Signal | Refresh priority |
|---|---|---|
| High | Model ids, picker contents, pricing tiers | Every 2-4 weeks |
| Medium | Plan gates, surface availability, org policy features | Every 4-8 weeks |
| Low | Vendor-neutral methodology, decision-tree logic | Quarterly |
For each high-priority claim group, output a research task:
[ ] GitHub Copilot model picker — verify against:
https://docs.github.com/copilot/about-github-copilot/github-copilot-models [verify-at-use]
Check: all surfaces, all plans, any new additions or removals
Last verified: [date from knowledge bank]
[ ] OpenAI Codex default model — verify against:
https://platform.openai.com/docs/guides/code [verify-at-use]
Check: default model id, reasoning-level flag names, any new tiers
Last verified: [date from knowledge bank]
[ ] Grok active lineup + retirement table — verify against:
https://docs.x.ai/docs [verify-at-use]
Check: active model ids, any new retirements or redirects, billing consequences
Last verified: [date from knowledge bank]
ravenclaude-core/deep-researcher is available: delegate the checklist; specify primary sources from Step 3; require citation + retrieval date on every updated entry.Last-retrieved: date, and add a [verify-at-use — YYYY-MM] marker with the current month.[unverified — training knowledge — reverify YYYY-MM] and flag it prominently in the bank.After the sweep, update the bank's top-level Last-retrieved: date and add a one-line sweep note:
Last-retrieved: YYYY-MM-DD
Sweep note: full lineup sweep; [N] claims updated; [M] claims unchanged; retrieval source: [primary URLs]
../../knowledge/cross-tool-model-lineup-2026.md — the knowledge bank this skill sweeps../../CLAUDE.md — §7 on the Tier-4 freshness cadence and researcher-reminder integrationnpx claudepluginhub mcorbett51090/ravenclaude --plugin ai-coding-model-guidanceCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.