skill-autoresearchlisted
Install: claude install-skill souljorje/agent-skills
# Skill: Skill Autoresearch
## When to Use
- After building or significantly updating a skill, to validate it works end-to-end
- When a skill has known confusion points or failure modes
- Before promoting a skill from draft to production use
- When onboarding a skill written by someone else (stress-test before trusting)
- Periodically, to catch drift between SKILL.md instructions and actual tool behavior
## How It Works
```
┌──────────────────────────┐
│ SETUP (one-time) │
│ │
│ 1. Choose target skill │
│ 2. Create test brief │
│ 3. Define stop criteria │
└──────────┬───────────────┘
│
┌─────────────────────▼─────────────────────┐
│ │
│ ITERATION LOOP │
│ │
│ ┌──────────────────────────────────┐ │
│ │ Executor Agent (worktree) │ │
│ │ - Reads target SKILL.md │ │
│ │ - Follows procedure step by step │ │
│ │ - Uses test brief as input │ │
│ │ - Reports confusion log per step │ │
│ └──────────────┬──