shared-context

Coordinate four researchers to generate research artifacts and a synthesized shared.md.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yandy-r/claude-plugins --skill shared-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shared-context
Source: https://github.com/yandy-r/claude-plugins/tree/main/.cursor-plugin/skills/shared-context
Command: npx skills add https://github.com/yandy-r/claude-plugins --skill shared-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resolve-plans-dir.sh, and includes scripts (resource) components.

What problem does it solve?

Automates the creation of a shared feature context by coordinating four researchers to generate research artifacts and a synthesized shared.md.

Core Features & Use Cases

  • Distributes research across architecture, patterns, integration, and docs researchers
  • Validates artifacts before synthesis to ensure quality
  • Produces per-feature research files and a consolidated shared.md for planning

Quick Start

Provide a feature name to begin the context creation, then run the shared-context skill to generate the four research artifacts and shared.md.

Frequently Asked Questions about shared-context

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

FAQPage Schema
How do I automate feature planning research for a new software feature?

To automate feature planning research, you coordinate multiple specialized researchers to investigate architecture, patterns, integration, and documentation, synthesizing their findings into a consolidated shared context document.

What is a shared context document and when do I need one for feature planning?

A shared context document is a consolidated research file that synthesizes per-feature artifacts from multiple research angles. You need one during pre-implementation planning to ensure teams share aligned findings before coding begins.

How do I dispatch parallel research tasks to a team of sub-agents?

You dispatch parallel research tasks by setting up an agent team mode, distributing specific research domains like architecture and integration to individual sub-agents, and validating their returned artifacts before final synthesis.

Can I validate research artifacts before synthesizing them into a shared context?

Yes, you can validate research artifacts before synthesis. The workflow implements artifact validation checks to ensure generated research files are properly formatted and exist before consolidating them into a final shared context.

Does the shared-context workflow require any specific scripts to run?

The shared-context workflow depends on the resolve-plans-dir.sh script to operate, requiring this environment setup to successfully orchestrate research dispatch and artifact synthesis.