Context management
Skill a5c-ai/babysitter/library/methodologies/ccpm/skills/context-management
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill context-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, as published. Nobody here has run it
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
- Phase 1 (PRD): Loads project description, creates PRD context
- Phase 2 (Epic): Loads PRD, creates architecture context
- Phase 3 (Tasks): Loads PRD + Epic, creates task context
- Phase 4 (Sync): Loads all artifacts, syncs to GitHub
- 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.