speckit-agent-context-update

Update the Spec Kit section in coding agent context files with the latest plan path.

1|Updated Jan 23, 2021
One-click install
npx skills add https://github.com/Dangerdan9631/Vayeate --skill speckit-agent-context-update-dangerdan9631
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-agent-context-update
Source: https://github.com/Dangerdan9631/Vayeate/tree/main/vayeate-theme-studio/.agents/skills/speckit-agent-context-update
Command: npx skills add https://github.com/Dangerdan9631/Vayeate --skill speckit-agent-context-update-dangerdan9631

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the refreshing of the Spec Kit section in coding agent context files, ensuring the latest plan path is always referenced.

Core Features & Use Cases

  • Automates Context Update: Refreshes Spec Kit section in the coding agent's context file with the latest plan path.
  • Compatibility: Designed for spec-kit projects with a .specify/ directory.
  • Execution: Supports both Bash and PowerShell scripting.

Quick Start

To update the context with the latest plan path, run the following command:

  • Bash: update-agent-context.sh
  • PowerShell: update-agent-context.ps1

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 the Spec Kit context in my coding agent with the latest plan path?

You can update the Spec Kit context by executing the `update-agent-context.sh` script in Bash or `update-agent-context.ps1` in PowerShell to automatically refresh the latest plan path in the agent's context file.

What does automating the Spec Kit context refresh actually do for my coding agent?

Automating the Spec Kit context refresh updates the agent's context file with the latest plan path from the spec-kit project, eliminating manual file edits and ensuring the coding agent references current project specifications.

Does the Spec Kit context update script work with both Bash and PowerShell?

Yes, the Spec Kit context update supports both Bash and PowerShell environments, providing native `update-agent-context.sh` and `update-agent-context.ps1` scripts to execute the plan path refresh across different operating systems.

Do I need a specific directory structure to refresh the coding agent context file?

Yes, you need a `.specify/` directory within your spec-kit project to successfully execute the context update script and properly refresh the coding agent's context file with the latest plan path.

When should I run the Spec Kit plan path update for my coding agent?

You should run the Spec Kit plan path update whenever a new plan is generated in your spec-kit project, ensuring the coding agent's context file accurately references the latest plan path before executing subsequent development tasks.