speckit-agent-context-update

Inject the latest feature plan paths into coding agent configuration files.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/estaciolima/idle-improvement-game --skill speckit-agent-context-update-estaciolima
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-agent-context-update
Source: https://github.com/estaciolima/idle-improvement-game/tree/main/.agents/skills/speckit-agent-context-update
Command: npx skills add https://github.com/estaciolima/idle-improvement-game --skill speckit-agent-context-update-estaciolima

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the manual effort of keeping your coding agent's context file updated with the latest project plans, ensuring the AI always references the most current feature specifications.

Core Features & Use Cases

  • Automated Context Refresh: Automatically updates designated sections in files like CLAUDE.md or AGENTS.md with the latest plan path.
  • Smart Discovery: Detects the most recently modified plan file within the project structure to ensure relevance.
  • Use Case: When you finish drafting a new feature plan in the specs directory, this skill ensures your AI coding assistant immediately recognizes the new plan as the current focus without you needing to edit the instruction file manually.

Quick Start

Run the speckit agent context update command to refresh your project instruction file with 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 automatically update my AI coding agent context with the latest project specs?

Synchronizing project documentation updates instruction files like CLAUDE.md or AGENTS.md by injecting the latest feature plan paths from the .specify directory, ensuring your AI coding assistant always references the most current project specifications.

How does context synchronization work with the Spec Kit project structure?

Context synchronization works by scanning your project's plan file system, detecting the most recently modified plan file, and injecting that path into your coding agent configuration files to maintain consistent instruction sets for AI development assistants.

Do I need a specific directory configuration to sync coding agent context files?

Yes, syncing coding agent context files requires a valid .specify directory configuration and access to the project's plan file system to correctly locate and inject the latest feature specifications into your AI assistant's instruction sets.

What is the best way to keep CLAUDE.md updated with new feature plans?

The best way to keep CLAUDE.md updated is running an automated context refresh that detects the newest plan file in your specs directory and injects its path into designated sections of the instruction file, eliminating manual context management.

Why does my coding agent not recognize newly drafted feature plans?

Your coding agent fails to recognize newly drafted feature plans because the context file lacks the updated plan path, an issue resolved by running a context synchronization command to inject the latest plan path into the agent configuration.