codebase-explorer
Installation
SKILL.md
explore :: Question → Effect Synthesis explore question = do tracks ← decompose question agents ← parallel (spawn <$> tracks) findings ← await agents aggregate findings
explore :: Question → Effect Synthesis explore question = do tracks ← decompose question agents ← parallel (spawn <$> tracks) findings ← await agents aggregate findings