context-management

Capture decisions, ADRs, and documentation for structured project handoffs.

111|18|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill context-management-dralgorhythm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-management
Source: https://github.com/dralgorhythm/claude-agentic-framework/tree/main/.claude/skills/product/context-management
Command: npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill context-management-dralgorhythm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps onboarding and knowledge transfer by codifying project context, ADRs, and docs.

Core Features & Use Cases

  • Context Capture: Decision logs, ADRs, and knowledge bases.
  • Sharing: Structured handoffs and onboarding playbooks.
  • Use Case: Document an ADR and summarize context for new team members.

Quick Start

Create a README and ADRs to summarize current decisions.

Frequently Asked Questions about context-management

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

FAQPage Schema
How do I reduce onboarding time by capturing project context?

Onboarding time drops when you capture project context—decisions, architecture rationale, and coding conventions—in structured formats like ADRs and decision logs. Document current decisions in a README and ADRs, then share them explicitly with new team members during handoff to accelerate ramp-up and prevent knowledge loss.

What should I include in an ADR to document architecture decisions?

An Architecture Decision Record (ADR) captures the decision, its context, rationale, and consequences. Include what was decided, why alternatives were rejected, and how it affects the codebase. ADRs serve as searchable, auditable artifacts that help new team members and future maintainers understand the reasoning behind your technical choices.

How do I structure knowledge transfer during team handoffs?

Structure handoffs by creating explicit sharing workflows: document decisions in a Decision Log and Knowledge Base, maintain up-to-date READMEs and CHANGELOGs, establish coding standards, and version your documentation. This ensures new team members and across-team collaborators can discover and reference current context without repeated explanation.

Can I use context management for context switching between projects?

Yes. Context management applies to context switching by maintaining versioned, discoverable documentation of your project's decisions and conventions. When you switch projects or rejoin after time away, a structured Knowledge Base and ADRs let you quickly reorient without losing architectural rationale or coding standards.

What's the best way to keep documentation updated across ongoing projects?

Enforce structured capture of decisions and changes in real time: maintain a Decision Log for new choices, update ADRs when rationale changes, keep CHANGELOGs current, and version your Knowledge Base. This prevents documentation drift and ensures searchability and auditing trails remain accurate throughout the project lifecycle.

How do I prevent knowledge loss when team members leave?

Prevent knowledge loss by codifying context before departures: document all decisions, architecture rationale, and coding conventions in ADRs, READMEs, and a shared Knowledge Base. Explicit versioning and discoverable, up-to-date documentation ensure the project's institutional knowledge persists independent of individual team members.