Claude Win11 Speckit Update Skill
Overview
This skill preserves the upstream claude-win11-speckit-update-skill identity while turning it into a concrete Windows 11 update and remediation workflow.
Use it to handle Windows 11 servicing, failed updates, blocked upgrades, and repair-oriented triage without losing provenance. The operator should keep copied support files, preserve the upstream workflow intent, and leave a traceable handoff or merge record.
This skill is intentionally conservative:
- classify the device before changing update behavior
- check Microsoft release-health and safeguard status before feature-update guidance
- prefer policy-based management for managed fleets
- use Microsoft's repair order for corruption cases
- preserve evidence, source context, and escalation boundaries
When to Use
Use this skill when all of the following are true:
- the request is about Windows 11 update, upgrade, servicing, or remediation work
- the operator needs a repeatable workflow rather than one-off advice
- provenance of the upstream skill or copied support material must remain visible in the final output, PR, or handoff
Typical triggers:
- Windows Update fails with repeated install or retry errors
- a feature update is blocked, missing, or suspected to be under safeguard hold
- a device may be managed by Intune, Group Policy, WSUS, or another enterprise path
- the system may need servicing-stack, DISM, or SFC-based repair guidance
- the task requires a clean merge or handoff package with evidence and next steps
Do not use this skill when:
- the issue is unrelated to Windows 11 servicing or remediation
- the operator plans to bypass enterprise policy on a managed device
- the request requires undocumented registry changes, unsafe cleanup, or destructive reset steps without explicit approval
- the work is really app-specific troubleshooting with no Windows update component
Workflow
Confirm scope and preservation requirements
- Restate the request in Windows 11 servicing terms: quality update, feature update, failed install, policy conflict, or corruption repair.
- Confirm whether the final deliverable must preserve upstream workflow notes, copied support files, and provenance.
- Record what is known: device type, Windows edition, current build, recent update behavior, and whether the issue affects one device or a fleet.
Classify the device as managed or unmanaged
- Look for signs of management: Intune enrollment, Group Policy control, WSUS/WUfB policy, enterprise ownership, or organization-driven update rings.
- If the device is managed, prefer diagnosis and policy-aware routing over local override steps.
- If the device is unmanaged, local Windows Update and repair workflows are usually in scope.
- If classification is unclear, stop short of policy-changing advice and note the ambiguity in the handoff.
Check release-health and update availability constraints
- Before recommending feature-update action, verify whether Microsoft has documented a known issue, rollout phase, or safeguard hold.
- Distinguish between:
- a normal staged rollout delay
- a safeguard hold caused by a known issue
- a local device problem such as corruption, policy, storage, or connectivity
- Do not present a blocked feature update as a simple user error unless release-health evidence rules out a hold.
Collect minimum diagnostic evidence
- Capture the update symptom precisely: install failure, rollback, endless retry, missing feature update, download stall, or scan failure.
- Record any visible error code, update KB number, build target, and whether the failure repeats after restart.
- Check for common blockers: low disk space, pending restart, policy restrictions, servicing corruption, VPN/proxy interference, or endpoint protection conflicts.
- Keep evidence concise and reusable in handoff notes.
Choose the safest remediation path
- For managed devices, route toward the management authority first: review update ring or policy intent, pause states, deferrals, deployment targeting, and organizational escalation.
- For unmanaged devices, prefer Microsoft's standard sequence:
- basic preflight checks
- Windows Update troubleshooting path
- component store repair with DISM when appropriate
- system file repair with SFC
- only then consider deeper recovery or in-place repair guidance
- If app compatibility or business-critical tooling may be affected, capture that before recommending any rebuild or repair-install path.
Document outcome, provenance, and next action
- State what was checked, what was ruled out, and what remains unresolved.
- Preserve upstream intent by explicitly noting when copied support files informed the action.
- For merge or handoff, include:
- managed/unmanaged classification
- release-health or safeguard check result
- error code and symptom summary
- remediation attempted or recommended
- escalation boundary and owner
- provenance note for upstream workflow/support files
Best Practices
Do:
- classify device ownership and management status before suggesting update-setting changes
- check official release-health status before advising feature-update forcing or retry loops
- prefer reversible repair steps and standard Microsoft servicing order
- preserve exact error codes, KB numbers, and build references in notes
- separate confirmed facts from assumptions in handoff material
- escalate managed-device policy issues rather than proposing local policy bypasses
Do not:
- tell operators to disable enterprise controls just to make an update install
- recommend registry edits or component-store cleanup shortcuts without strong justification
- treat all missing feature updates as local failures; rollout and safeguard holds are common
- jump directly to reset or reinstall when basic servicing repair has not been evaluated
- lose provenance when folding upstream material into a merged skill or downstream handoff
Examples
Example 1: Managed device with missing feature update
Input
Windows 11 23H2 laptop in Intune. User says 24H2 is not offered yet. No local error code.
Expected handling
1. Classify as managed.
2. Check whether update rollout or safeguard status may explain non-availability.
3. Review whether policy, deferral, targeting, or ring assignment controls feature-update timing.
4. Avoid suggesting local override steps.
5. Handoff notes should state: managed device, no local failure confirmed, release-health/policy route required.
Example 2: Unmanaged device with repeated cumulative-update failure
Input
Home PC on Windows 11. Cumulative update repeatedly fails with an error code after restart.
Expected handling
1. Classify as unmanaged.
2. Capture the exact error code and affected KB.
3. Confirm disk space, restart state, and basic connectivity.
4. If symptom pattern suggests servicing corruption, use Microsoft's repair order: DISM first, then SFC.
5. Record result and next action in the handoff.
See examples/worked-example.md for a concrete triage and handoff pattern.
Troubleshooting
Symptoms: Feature update is not offered, but the device otherwise updates normally.
Solution: Check whether the device is managed, then review release-health and safeguard-hold status before treating this as a local failure. On managed devices, verify ring, targeting, and deferral intent.
Symptoms: Windows Update repeatedly retries the same quality update after restart.
Solution: Capture the exact error code and KB, confirm restart completion and free space, then move through the standard Windows servicing repair path if corruption is suspected. Avoid destructive recovery as a first response.
Symptoms: Guidance conflicts with what the organization expects for update timing.
Solution: Assume management policy may be authoritative. Stop recommending local overrides, document the observed state, and route to the fleet-management owner.
Symptoms: DISM or SFC is proposed too early in the workflow.
Solution: Recheck whether the problem is actually rollout, safeguard, policy, storage, or a simple pending restart issue. Use repair tools when evidence suggests servicing or component corruption, not as a reflex.
Symptoms: The final merge or handoff loses where the workflow came from.
Solution: Add an explicit provenance note that this skill preserved the upstream workflow/support-file intent and identify which local support files informed the recommendation.
Additional Resources
- references/domain-notes.md — Open this for fast routing guidance on managed vs. unmanaged handling, release-health checks, repair order, and evidence expectations.
- examples/worked-example.md — Open this when you need a concrete before/after-style triage example and a model handoff summary.
Related Skills
No related local skills were provided in the source context.
1---2name: claude-win11-speckit-update-skill-23description: Use this skill when the task involves Windows 11 update or remediation work and the operator must classify managed versus unmanaged devices, check release-health or safeguard status, diagnose update blockers, apply safe repair steps, and preserve upstream workflow, copied support files, and provenance before merging or handing off.4license: CC-BY-SA-4.05---67# Claude Win11 Speckit Update Skill89## Overview1011This skill preserves the upstream `claude-win11-speckit-update-skill` identity while turning it into a concrete Windows 11 update and remediation workflow.1213Use it to handle Windows 11 servicing, failed updates, blocked upgrades, and repair-oriented triage **without losing provenance**. The operator should keep copied support files, preserve the upstream workflow intent, and leave a traceable handoff or merge record.1415This skill is intentionally conservative:16- classify the device before changing update behavior17- check Microsoft release-health and safeguard status before feature-update guidance18- prefer policy-based management for managed fleets19- use Microsoft's repair order for corruption cases20- preserve evidence, source context, and escalation boundaries2122## When to Use2324Use this skill when **all** of the following are true:25- the request is about Windows 11 update, upgrade, servicing, or remediation work26- the operator needs a repeatable workflow rather than one-off advice27- provenance of the upstream skill or copied support material must remain visible in the final output, PR, or handoff2829Typical triggers:30- Windows Update fails with repeated install or retry errors31- a feature update is blocked, missing, or suspected to be under safeguard hold32- a device may be managed by Intune, Group Policy, WSUS, or another enterprise path33- the system may need servicing-stack, DISM, or SFC-based repair guidance34- the task requires a clean merge or handoff package with evidence and next steps3536Do **not** use this skill when:37- the issue is unrelated to Windows 11 servicing or remediation38- the operator plans to bypass enterprise policy on a managed device39- the request requires undocumented registry changes, unsafe cleanup, or destructive reset steps without explicit approval40- the work is really app-specific troubleshooting with no Windows update component4142## Workflow43441. **Confirm scope and preservation requirements**45 - Restate the request in Windows 11 servicing terms: quality update, feature update, failed install, policy conflict, or corruption repair.46 - Confirm whether the final deliverable must preserve upstream workflow notes, copied support files, and provenance.47 - Record what is known: device type, Windows edition, current build, recent update behavior, and whether the issue affects one device or a fleet.48492. **Classify the device as managed or unmanaged**50 - Look for signs of management: Intune enrollment, Group Policy control, WSUS/WUfB policy, enterprise ownership, or organization-driven update rings.51 - If the device is **managed**, prefer diagnosis and policy-aware routing over local override steps.52 - If the device is **unmanaged**, local Windows Update and repair workflows are usually in scope.53 - If classification is unclear, stop short of policy-changing advice and note the ambiguity in the handoff.54553. **Check release-health and update availability constraints**56 - Before recommending feature-update action, verify whether Microsoft has documented a known issue, rollout phase, or safeguard hold.57 - Distinguish between:58 - a normal staged rollout delay59 - a safeguard hold caused by a known issue60 - a local device problem such as corruption, policy, storage, or connectivity61 - Do not present a blocked feature update as a simple user error unless release-health evidence rules out a hold.62634. **Collect minimum diagnostic evidence**64 - Capture the update symptom precisely: install failure, rollback, endless retry, missing feature update, download stall, or scan failure.65 - Record any visible error code, update KB number, build target, and whether the failure repeats after restart.66 - Check for common blockers: low disk space, pending restart, policy restrictions, servicing corruption, VPN/proxy interference, or endpoint protection conflicts.67 - Keep evidence concise and reusable in handoff notes.68695. **Choose the safest remediation path**70 - For **managed devices**, route toward the management authority first: review update ring or policy intent, pause states, deferrals, deployment targeting, and organizational escalation.71 - For **unmanaged devices**, prefer Microsoft's standard sequence:72 1. basic preflight checks73 2. Windows Update troubleshooting path74 3. component store repair with DISM when appropriate75 4. system file repair with SFC76 5. only then consider deeper recovery or in-place repair guidance77 - If app compatibility or business-critical tooling may be affected, capture that before recommending any rebuild or repair-install path.78796. **Document outcome, provenance, and next action**80 - State what was checked, what was ruled out, and what remains unresolved.81 - Preserve upstream intent by explicitly noting when copied support files informed the action.82 - For merge or handoff, include:83 - managed/unmanaged classification84 - release-health or safeguard check result85 - error code and symptom summary86 - remediation attempted or recommended87 - escalation boundary and owner88 - provenance note for upstream workflow/support files8990## Best Practices9192Do:93- classify device ownership and management status before suggesting update-setting changes94- check official release-health status before advising feature-update forcing or retry loops95- prefer reversible repair steps and standard Microsoft servicing order96- preserve exact error codes, KB numbers, and build references in notes97- separate confirmed facts from assumptions in handoff material98- escalate managed-device policy issues rather than proposing local policy bypasses99100Do not:101- tell operators to disable enterprise controls just to make an update install102- recommend registry edits or component-store cleanup shortcuts without strong justification103- treat all missing feature updates as local failures; rollout and safeguard holds are common104- jump directly to reset or reinstall when basic servicing repair has not been evaluated105- lose provenance when folding upstream material into a merged skill or downstream handoff106107## Examples108109### Example 1: Managed device with missing feature update110111**Input**112```text113Windows 11 23H2 laptop in Intune. User says 24H2 is not offered yet. No local error code.114```115116**Expected handling**117```text1181. Classify as managed.1192. Check whether update rollout or safeguard status may explain non-availability.1203. Review whether policy, deferral, targeting, or ring assignment controls feature-update timing.1214. Avoid suggesting local override steps.1225. Handoff notes should state: managed device, no local failure confirmed, release-health/policy route required.123```124125### Example 2: Unmanaged device with repeated cumulative-update failure126127**Input**128```text129Home PC on Windows 11. Cumulative update repeatedly fails with an error code after restart.130```131132**Expected handling**133```text1341. Classify as unmanaged.1352. Capture the exact error code and affected KB.1363. Confirm disk space, restart state, and basic connectivity.1374. If symptom pattern suggests servicing corruption, use Microsoft's repair order: DISM first, then SFC.1385. Record result and next action in the handoff.139```140141See [examples/worked-example.md](examples/worked-example.md) for a concrete triage and handoff pattern.142143## Troubleshooting144145**Symptoms:** Feature update is not offered, but the device otherwise updates normally.146147**Solution:** Check whether the device is managed, then review release-health and safeguard-hold status before treating this as a local failure. On managed devices, verify ring, targeting, and deferral intent.148149**Symptoms:** Windows Update repeatedly retries the same quality update after restart.150151**Solution:** Capture the exact error code and KB, confirm restart completion and free space, then move through the standard Windows servicing repair path if corruption is suspected. Avoid destructive recovery as a first response.152153**Symptoms:** Guidance conflicts with what the organization expects for update timing.154155**Solution:** Assume management policy may be authoritative. Stop recommending local overrides, document the observed state, and route to the fleet-management owner.156157**Symptoms:** DISM or SFC is proposed too early in the workflow.158159**Solution:** Recheck whether the problem is actually rollout, safeguard, policy, storage, or a simple pending restart issue. Use repair tools when evidence suggests servicing or component corruption, not as a reflex.160161**Symptoms:** The final merge or handoff loses where the workflow came from.162163**Solution:** Add an explicit provenance note that this skill preserved the upstream workflow/support-file intent and identify which local support files informed the recommendation.164165## Additional Resources166167- [references/domain-notes.md](references/domain-notes.md) — Open this for fast routing guidance on managed vs. unmanaged handling, release-health checks, repair order, and evidence expectations.168- [examples/worked-example.md](examples/worked-example.md) — Open this when you need a concrete before/after-style triage example and a model handoff summary.169170## Related Skills171172No related local skills were provided in the source context.