Context Management
SkillProductivityLets your agent orchestrate complex multi-step workflows with deterministic self-orchestration controls.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Context Management skill
About this capability
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
What this skill tells your AI
The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/ccpm/skills/context-management/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 2k
- Forks
- 106
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
context-management- Source
- github.com/a5c-ai/babysitter