speckit-agent-context-update

Synchronize project plan paths into coding agent context files.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/eavichay/mycli --skill speckit-agent-context-update-eavichay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-agent-context-update
Source: https://github.com/eavichay/mycli/tree/main/.cursor/skills/speckit-agent-context-update
Command: npx skills add https://github.com/eavichay/mycli --skill speckit-agent-context-update-eavichay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of keeping coding agent context files (like CLAUDE.md or AGENTS.md) synchronized with the latest project plans, ensuring the AI always references the most current development roadmap.

Core Features & Use Cases

  • Automated Synchronization: Automatically updates managed sections within agent context files to point to the latest plan.md.
  • Configurable Markers: Uses customizable start and end markers to safely inject content without overwriting manual instructions.
  • Use Case: When you finish a feature plan, run this skill to instantly update your project's CLAUDE.md so the AI immediately understands the new architectural goals and task history.

Quick Start

Run the speckit-agent-context-update skill to refresh the managed section in your agent context file with the latest project 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 keep CLAUDE.md synchronized with my project plan?

To keep CLAUDE.md synchronized, this Skill parses configuration files to locate plan documentation and injects updated references between defined markers in agent context files, ensuring AI instructions always point to the latest development roadmap.

What is agent context file synchronization in a Spec Kit project?

Agent context synchronization updates managed sections within files like AGENTS.md to reference the latest plan.md. It uses customizable start and end markers to safely inject content without overwriting your manual coding instructions.

How do I update AI instructions after finishing a feature plan?

To update AI instructions after finishing a feature plan, run the synchronization script in your shell environment. It instantly refreshes the managed section in your agent context file so the AI understands new architectural goals.

Do I need a specific directory structure to sync project plans with agent instructions?

Yes, syncing project plans requires a structured Spec Kit project directory and a shell execution environment. The Skill operates by parsing configuration files within this structure to perform necessary file system updates.

Will syncing plan paths overwrite my manual instructions in agent context files?

Syncing plan paths will not overwrite manual instructions because the process uses configurable start and end markers. It safely injects updated content only within these defined managed sections of your agent context files.