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.