ホーム/数据 & AI/recall-reasoning
R

recall-reasoning

by @parcadeiv
4.7(53)

過去の会話を検索し、関連する決定、成功および失敗した方法をレビューし、過去の作業から学びます。

AI ReasoningInformation RetrievalKnowledge GraphsSemantic SearchLLM RetrievalGitHub
インストール方法
npx skills add parcadei/continuous-claude-v3 --skill recall-reasoning
compare_arrows

Before / After 効果比較

1
使用前

過去の会話や意思決定を体系的に振り返ることが困難で、繰り返し間違いを犯し、過去の業務から効果的に学習し経験を蓄積できず、プロジェクトの進行に影響を与えます。

使用後

過去の会話を検索し、関連する意思決定、成功および失敗の方法を振り返り、過去の業務から学習することで、意思決定の質とプロジェクトの成功率を大幅に向上させます。

description SKILL.md

recall-reasoning

Recall Past Work

Search through previous sessions to find relevant decisions, approaches that worked, and approaches that failed. Queries two sources:

  • Artifact Index - Handoffs, plans, ledgers with post-mortems (what worked/failed)

  • Reasoning Files - Build attempts, test failures, commit context

When to Use

  • Starting work similar to past sessions

  • "What did we do last time with X?"

  • Looking for patterns that worked before

  • Investigating why something was done a certain way

  • Debugging an issue encountered previously

Usage

Primary: Artifact Index (rich context)

uv run python scripts/core/artifact_query.py "<query>" [--outcome SUCCEEDED|FAILED] [--limit N]

This searches handoffs with post-mortems (what worked, what failed, key decisions).

Secondary: Reasoning Files (build attempts)

bash "$CLAUDE_PROJECT_DIR/.claude/scripts/search-reasoning.sh" "<query>"

This searches .git/claude/commits/*/reasoning.md for build failures and fixes.

Examples

# Search for authentication-related work
uv run python scripts/core/artifact_query.py "authentication OAuth JWT"

# Find only successful approaches
uv run python scripts/core/artifact_query.py "implement agent" --outcome SUCCEEDED

# Find what failed (to avoid repeating mistakes)
uv run python scripts/core/artifact_query.py "hook implementation" --outcome FAILED

# Search build/test reasoning
bash "$CLAUDE_PROJECT_DIR/.claude/scripts/search-reasoning.sh" "TypeError"

What Gets Searched

Artifact Index (handoffs, plans, ledgers):

  • Task summaries and status

  • What worked - Successful approaches

  • What failed - Dead ends and why

  • Key decisions - Choices with rationale

  • Goal and constraints from ledgers

Reasoning Files (.git/claude/):

  • Failed build attempts and error output

  • Successful builds after failures

  • Commit context and branch info

Interpreting Results

From Artifact Index:

  • = SUCCEEDED outcome (pattern to follow)

  • = FAILED outcome (pattern to avoid)

  • ? = UNKNOWN outcome (not yet marked)

  • Post-mortem sections show distilled learnings

From Reasoning:

  • build_fail = approach that didn't work

  • build_pass = what finally succeeded

  • Multiple failures before success = non-trivial problem

Process

  • Run Artifact Index query first - richer context, post-mortems

  • Review relevant handoffs - check what worked/failed sections

  • If needed, search reasoning - for specific build errors

  • Apply learnings - follow successful patterns, avoid failed ones

No Results?

Artifact Index empty:

  • Run uv run python scripts/core/artifact_index.py --all to index existing handoffs

  • Create handoffs with post-mortem sections for future recall

Reasoning files empty:

  • Use /commit after builds to capture reasoning

  • Check if .git/claude/ directory exists

Weekly Installs198Repositoryparcadei/contin…laude-v3GitHub Stars3.6KFirst SeenJan 22, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled onopencode191codex189gemini-cli188github-copilot184cursor182amp179

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数2.5K
評価4.7 / 5.0
バージョン
更新日2026年3月17日
比較事例1 件

ユーザー評価

4.7(53)
5
0%
4
0%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月17日
最終更新2026年3月17日