Skip to content
Automation
Skill

/context-management

Project context loading, isolation, and persistent state management across CCPM sessions.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill context-management --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/context-management

Context preview

The summary Claude sees to decide when to auto-load this skill.

Project context loading, isolation, and persistent state management across CCPM sessions.

SKILL.md

context-management.SKILL.md
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

Context Management

Project context loading, isolation, and persistent state management across CCPM sessions.

Capabilities

  • Load project context from .claude/ directory structure
  • Maintain persistent context across sessions (PRD, epic, task states)
  • Isolate agent contexts per work stream
  • Context handoff between phases
  • Session state recovery

Context Sources

.claude/
  prds/              # PRD documents
  epics/             # Epic and task documents
  agents/            # Agent definitions
  context/           # Project-wide context
  commands/          # Command definitions
  rules/             # Reference rules

Context Flow

1. **Phase 1** (PRD): Loads project description, creates PRD context 2. **Phase 2** (Epic): Loads PRD, creates architecture context 3. **Phase 3** (Tasks): Loads PRD + Epic, creates task context 4. **Phase 4** (Sync): Loads all artifacts, syncs to GitHub 5. **Phase 5** (Exec): Loads stream-specific context per agent

Isolation

Each parallel agent receives only the context relevant to its stream, preventing context pollution and keeping agents focused.

Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.