Research orchestration
Skill a5c-ai/babysitter/library/methodologies/claudekit/skills/research-orchestration
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 research-orchestrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Parallel research agent orchestration dispatching 5-10 concurrent agents for comprehensive multi-source research with synthesis and validation.
SKILL.md
1.5 KB, as published. Nobody here has run it
Process Flow
- Plan: Decompose query into independent sub-queries
- Dispatch: Run 5-10 research agents in parallel
- Synthesize: Merge findings, identify consensus and conflicts
- Validate: Cross-reference against codebase for accuracy
Sources
- Codebase: source files, patterns, implementations
- Documentation: README, JSDoc, inline comments
- Configuration: package.json, tsconfig, CI/CD configs
Confidence Scoring
Overall confidence is a weighted average of individual agent confidence scores, adjusted by validation results. Below 70% triggers human review.
When to Use
/research [query]slash command- Before specification creation
- When investigating unfamiliar parts of the codebase
Processes Used By
claudekit-research(primary consumer)