.claude/skills/platform-awareness/SKILL.md
Track Claude Code platform updates, model changes, and new features. Manages cached documentation snapshots and produces change reports.
npx skillsauth add brdohman/agile-maestro platform-awarenessInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Self-contained system for tracking Claude Code platform changes with zero external dependencies. Fetches public documentation, diffs against cached snapshots, and reports what changed — so the toolkit can stay current with new models, features, and deprecations.
| Command | When to Use | Time |
|---------|-------------|------|
| /check-updates | Quick scan for new releases or model changes | ~30 sec |
| /deep-dive-updates | Full analysis of all tracked sources | Monthly or after significant releases |
| /evolve | Self-audit: compare platform capabilities against toolkit usage | When planning improvements |
| File | Purpose |
|------|---------|
| references/feature-reference.md | What we know Claude Code can do |
| references/model-reference.md | Known models, context windows, deprecations |
| references/last-checked.json | Timestamps, tracked docs, tracked sources for change detection |
| references/external-sources.md | Where to look beyond official docs (blog, X, Piebald-AI, etc.) |
| references/discoveries.md | What we've found — organized by topic with source URLs |
| references/watchlist.md | Items to actively check next deep dive |
| snapshots/ | Cached doc pages used for diffing |
| update-log.md | Audit trail of detected changes and user approvals |
https://code.claude.com/docs/llms.txt — canonical index of Claude Code docshttps://raw.githubusercontent.com/anthropics/claude-code/main/CHANGELOG.md — release changeloghttps://platform.claude.com/docs/en/release-notes/overview — model/API release noteshttps://www.anthropic.com/news — Anthropic blog (major launches)https://x.com/bcherny — Claude Code creator, previews + confirmationshttps://x.com/AnthropicAI — Official Anthropic X accounthttps://github.com/Piebald-AI/claude-code-system-prompts — Reverse-engineered system prompts (catches undocumented features)https://releasebot.io/updates/anthropic/claude-code — Release aggregatorSee references/external-sources.md for full source catalog with verification protocol.
snapshots/update-log.mdNo changes are written until the user approves. The skill never auto-modifies toolkit files.
/check-updates — Anytime before starting a new epic or when model selection questions arise/deep-dive-updates — Monthly cadence, or immediately after an Anthropic release announcement/evolve — When planning toolkit improvements or after a major platform shifttesting
XCTest patterns for macOS Swift apps. Unit tests, async tests, Core Data tests, mock patterns, and assertion reference. Use when writing or reviewing tests.
tools
How to transition workflow state between review stages. Rules for setting review_stage and review_result fields on Stories and Epics.
documentation
Comment structure and rules for task workflow updates. Use when adding any comment to a task during implementation, review, or fix cycles.
testing
Validate task/story/epic/bug/techdebt metadata against schema v2.0. Run after TaskCreate or TaskUpdate to verify compliance. Returns pass/fail with actionable details.