speckit-agent-context-update

Update coding agent context files to reference the latest Spec Kit plan.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/fhlta/primecore --skill speckit-agent-context-update-fhlta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-agent-context-update
Source: https://github.com/fhlta/primecore/tree/main/.agents/skills/speckit-agent-context-update
Command: npx skills add https://github.com/fhlta/primecore --skill speckit-agent-context-update-fhlta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding agent context files (such as CLAUDE.md, AGENTS.md, or .github/copilot-instructions.md) often contain stale Spec Kit section references, causing agents to rely on outdated feature plans instead of the most current implementation guidance.

Core Features & Use Cases

  • Configurable Context Management: Reads agent-context extension configuration to locate the correct context file and section delimiters, with default markers for projects without custom config.
  • Auto-Detection of Latest Plans: Automatically identifies the most recently modified specs/*/plan.md file when no explicit plan path is provided.
  • Flexible Section Updates: Creates, replaces, or appends the managed Spec Kit section to ensure it always points to the latest active plan.
  • Use Case: Software teams using Spec Kit for feature planning can ensure all coding agents always reference the correct, up-to-date feature plan without manual context file edits.

Quick Start

Use the speckit-agent-context-update skill to refresh the Spec Kit section in your project's active coding agent context file to point to the latest feature plan.

Frequently Asked Questions about speckit-agent-context-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update coding agent context files with the latest Spec Kit plan?

Coding agent context files need syncing when they contain stale Spec Kit section references that cause agents to use outdated feature plans. Automatically updating these files ensures agents reference the correct, most recently modified specs/*/plan.md path for accurate implementation guidance.

How does auto-detection work for the latest Spec Kit feature plans?

Spec Kit context updates support configurable context management by reading agent-context extension configuration to locate the correct context file and section delimiters. Default markers are provided for projects without custom configuration.

Does the Spec Kit context sync work with CLAUDE.md and copilot-instructions.md?

Yes, the Spec Kit context sync works with CLAUDE.md and copilot-instructions.md. It applies to software development workflows using the Spec Kit framework, updating managed sections in these coding agent context files to point to the latest active feature plan.

What happens if my Spec Kit project has no custom agent-context configuration?

If your Spec Kit project has no custom agent-context configuration, the context update applies default section delimiters. It automatically detects the latest modified plan and replaces or appends the managed section to keep your coding agent context accurate.

Why is my coding agent using outdated Spec Kit feature plans?

Coding agents use outdated Spec Kit feature plans when context files contain stale section references. Refreshing the Spec Kit section ensures the agent context file points to the current specs/*/plan.md, eliminating the use of obsolete implementation guidance.