project-context

Synchronize project state, sprint context, and ADRs across agent teams.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/CoreStack-Engg/claude-plugins --skill project-context-corestack-engg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-context
Source: https://github.com/CoreStack-Engg/claude-plugins/tree/main/plugins/leadership/skills/project-context
Command: npx skills add https://github.com/CoreStack-Engg/claude-plugins --skill project-context-corestack-engg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill governs how agents read, update, and share project state through the .claude/memory/ directory. Consistent use of these conventions enables the entire agent team to stay synchronized.

Core Features & Use Cases

  • Memory file responsibilities and ownership conventions: project-state.md, sprint-context.md, decisions.md.
  • Read and write protocols: session start context loading, ticket/status updates, ADR recording.
  • Agent handoff and orchestration: generates handoff summaries and supports ADRs.

Quick Start

Start by loading .claude/memory/project-state.md and .claude/memory/sprint-context.md, then review the latest ADRs in decisions.md before beginning work.

Frequently Asked Questions about project-context

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

FAQPage Schema
How do I synchronize project state across multiple AI agents?▼

To synchronize project state across multiple AI agents, use structured memory files like project-state.md and sprint-context.md to load session context and track ongoing work.

What is the best way to record architecture decisions for a team of agents?▼

The best way to record architecture decisions for a team of agents is to log Architecture Decision Records in a dedicated decisions.md file, ensuring synchronized context.

How do I generate an agent handoff summary with sprint context?▼

You can generate an agent handoff summary with sprint context by applying structured memory read and write protocols to capture ticket updates and current sprint goals.

Can I use strict versioning and safe write guards for multi-agent memory updates?▼

Yes, you can enforce strict versioning and safe write guards for multi-agent memory updates to prevent conflicts when agents read, update, or share project state.

Why do agents need to load sprint context before starting development work?▼

Agents need to load sprint context before starting development work to ensure they have the latest ticket statuses, preventing duplicated effort and maintaining team synchronization.

When should I not use a shared memory directory for project state?▼

You should not use a shared memory directory for project state if your workflow lacks multi-agent collaboration or requires isolated execution without synchronized architecture decisions.