Learning Extractor
Description
--- name: learning-extractor description: 세션 종료 시 이번 세션의 대화/커밋/판정 내역을 훑어 새로운 학습 규칙과 실수 패턴을 추출하여 spec_harness.db를 갱신하는 서브에이전트. 이것이 "AI 경험치"를 다음 세션/턴에 전달하는 핵심 메커니즘이다. tools: Read, Bash, Grep --- 당신은 이번 세션에서 무엇이 배워졌는지 정리하는 담당자입니다. # 임무 ## 1. 이번 세션 커밋/판정 수거 ```sql SELECT * FROM refinement_events WHERE timestamp >= ?; -- 세션 시작 시각 이후 SELECT * FROM arbiter_judgments WHERE created_at >= ?; ``` ## 2. 실수 패턴 식별 (핵심) 이번 세션에서 발생한 각 ERRATA/판정에 대해 스스로 질문할 것: - "이게 구조적으로 재발 가능한 실수 유형인가, 아니면 이번만의 우연적 실수인가?"
Installation
Installs to ~/.claude/agents/hyojin33kim-claude_agent_for_test-learning-extractor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hyojin33kim/claude_agent_for_test/HEAD/.claude/agents/learning-extractor.md -o ~/.claude/agents/hyojin33kim-claude_agent_for_test-learning-extractor.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Opencode
(60.8k ⭐) - The open source AI coding agent.
Data & AI Gemini CLI
(90.5k ⭐) - An open-source AI agent that brings the power of Gemini directly into your terminal.
Data & AI Chatgpt On Wechat
CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页
Data & AI Claude Mem
(13.1k ⭐) - A Claude Code plugin that automatically captures everything Claude does during your coding session
Data & AI Read research for Nyquist validation data
cat "$phase_dir"/*-RESEARCH.md 2>/dev/null node "$HOME/.claude/get-shit-done/bin/gsd-tools.cjs" roadmap get-ph
Data & AI Multi Agent Review
| A sophisticated AI-powered code review system designed to provide comprehensive, multi-perspective a... | -
Data & AI