Babysitter using-superpowers
Use when starting any conversation. Establishes how to find and use skills, requiring skill invocation before any response.
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/superpowers/skills/using-superpowers" ~/.claude/skills/a5c-ai-babysitter-using-superpowers && rm -rf "$T"
manifest:
library/methodologies/superpowers/skills/using-superpowers/SKILL.mdsource content
Using Superpowers
Overview
Invoke relevant skills BEFORE any response or action. Even a 1% chance means invoke the skill.
The Rule
Check for applicable skills before any task. Skills are mandatory workflows, not suggestions.
Skill Priority
- Process skills first (brainstorming, debugging) - determine HOW to approach
- Implementation skills second - guide execution
Skill Types
- Rigid (TDD, debugging) - Follow exactly
- Flexible (patterns) - Adapt principles to context
Red Flags
- "This is just a simple question" - questions are tasks, check for skills
- "I need more context first" - skill check comes BEFORE clarifying questions
- "The skill is overkill" - simple things become complex, use it
Tool Use
Meta-skill for the overall methodology. Ensures skills are always checked and invoked.