recall-reasoning

Searches historical artifact indexes and reasoning files for past decisions, strategies, and failures using Python and shell scripts.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill recall-reasoning-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall-reasoning
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/recall-reasoning
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill recall-reasoning-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you avoid repeating past mistakes and leverage previous successes by searching through your project's history for relevant decisions, successful approaches, and failed attempts.

Core Features & Use Cases

  • Search Artifact Index: Find past decisions, what worked, and what failed in handoffs, plans, and ledgers.
  • Search Reasoning Files: Look for specific build failures, test errors, and their fixes in commit history.
  • Use Case: Before starting a new feature implementation, you can quickly search for past work on similar features to understand common pitfalls and successful strategies.

Quick Start

Search past reasoning for successful approaches to implementing authentication.

Frequently Asked Questions about recall-reasoning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search past project decisions and failed attempts during debugging?

You can search past reasoning by querying artifact indexes and reasoning files to retrieve previous decisions and failed attempts. This process requires Python scripts for artifact querying and shell scripts for searching reasoning files to find relevant historical data.

What is the best way to retrieve past build failures and test error fixes from commit history?

The best way to retrieve past build failures is to search reasoning files in your commit history for specific errors and their fixes. This knowledge retrieval process helps you find successful approaches and failed attempts relevant to your current debugging workflow.

Can I use Python scripts to query artifact indexes for handoff and ledger data?

Yes, you can use Python scripts to query artifact indexes containing handoffs, plans, and ledgers. This retrieves past decisions and successful strategies from your project's history to inform current feature development and avoid repeating mistakes.

How do I find successful strategies for implementing features like authentication?

To find successful strategies for implementing authentication, search your project's historical data for similar past work. Querying reasoning files and artifact indexes retrieves relevant past decisions and approaches to help you understand common pitfalls and leverage successes.

Do I need shell scripts to search reasoning files for code analysis?

Yes, you need shell scripts to search reasoning files for code analysis and debugging history. These scripts look for specific build failures, test errors, and their corresponding fixes within your project's commit history to support knowledge retrieval.