ferrox-mempalace-recall

Retrieve prior decisions, patterns, and surprises from MemPalace before planning.

21|9|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-mempalace-recall
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ferrox-mempalace-recall
Source: https://github.com/FerroxLabs/ferrox-factory/tree/main/skills/ferrox-mempalace-recall
Command: npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-mempalace-recall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you recover prior decisions, patterns, and surprises from MemPalace before planning begins, so new work can benefit from earlier context instead of repeating mistakes.

Core Features & Use Cases

  • Plan-time recall: Checks whether MemPalace is enabled and only runs when recall is allowed.
  • Context retrieval: Pulls wing, mode, and topic-specific memories to inform the current phase.
  • Fallback behavior: Safely degrades to native Ferrox memory when the palace is unavailable.
  • Use case: Before executing a phase, use this Skill to surface what was decided last time, what worked, and what got unexpectedly tricky.

Quick Start

Use the ferrox-mempalace-recall skill to retrieve the most relevant prior decisions for the current phase before planning continues.

Frequently Asked Questions about ferrox-mempalace-recall

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

FAQPage Schema
How do I recall past decisions before starting a planning phase?▼

You can retrieve prior decisions, patterns, and surprises from memory storage before planning begins. This surfaces historical context for roadmap and execution phases, allowing new work to benefit from earlier decisions instead of repeating mistakes.

What is phase-aware memory recall for build workflows?▼

Phase-aware memory recall retrieves wing, mode, and topic-specific memories to inform the current build phase. It pulls historical context to guide roadmap, execution, and verification decisions in structured development workflows.

How do I retrieve historical context for roadmap and execution planning?▼

Retrieve historical context by pulling wing and topic-specific memories from a memory palace before planning. This surfaces what worked previously and what got unexpectedly tricky, ensuring roadmap and execution decisions are informed by past patterns.

Does memory recall work when the memory palace is unavailable?▼

Memory recall safely degrades to native memory when the palace is unavailable. This fallback behavior ensures planning phases can still access baseline historical context without failing completely when external memory storage is inaccessible.

Can I gate memory retrieval so it only runs when recall is allowed?▼

Yes, memory retrieval can be gated by configuration to only run when recall is explicitly allowed. This plan-time recall checks whether the memory palace is enabled before pulling any prior decisions or patterns for the current phase.

Why should I retrieve prior surprises before executing a build phase?▼

Retrieving prior surprises before execution prevents repeating unexpected difficulties encountered last time. By recovering what got unexpectedly tricky from memory, planning can proactively address known pitfalls and adjust the roadmap accordingly.