knowledge-manager

Load relevant patterns and known errors from the knowledge base before track planning.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill knowledge-manager-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-manager
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/knowledge/knowledge-manager
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill knowledge-manager-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Knowledge Manager loads relevant patterns and known errors before track planning, injecting institutional memory into the planner prompt to prevent reinventing solutions and repeating mistakes. Triggered automatically by the orchestrator before PLAN step.

Core Features & Use Cases

  • Preloads conductor/knowledge/patterns.md and conductor/knowledge/errors.json to guide track planning.
  • Injects recommended patterns and known errors into the planner prompt for more consistent plans.
  • Enables faster ramp-up on new tracks by reusing prior knowledge and avoiding common pitfalls.

Quick Start

Ensure the knowledge base under conductor/knowledge is populated and the orchestrator runs before planning.

Frequently Asked Questions about knowledge-manager

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

FAQPage Schema
How do I load known errors and patterns before track planning?

You can load known errors and patterns before track planning by automatically retrieving data from a knowledge base, injecting institutional memory directly into the planner prompt to prevent repeating past mistakes.

What is knowledge base injection for orchestrator planning?

Knowledge base injection for orchestrator planning is the process of preloading relevant patterns and known errors into the planner prompt, ensuring track plans account for prior solutions and common pitfalls.

How do I populate patterns.md and errors.json to inform the planner?

To inform the planner, populate patterns.md and errors.json with institutional memory, which the system reads before the PLAN step to export a concise knowledge brief for track orchestration.

Can I use a knowledge manager to avoid reinventing solutions for new tracks?

Yes, you can use a knowledge manager to avoid reinventing solutions for new tracks by automatically loading recommended patterns and past errors, enabling faster ramp-up and more consistent track planning.

When do I need to preload known errors into the planner prompt?

You need to preload known errors into the planner prompt before the PLAN step triggers, ensuring the orchestrator injects past pitfalls automatically to guide the current track type planning.

What are the limitations of relying on preloaded patterns for track planning?

The limitation of relying on preloaded patterns for track planning is that the system requires a populated knowledge base under conductor/knowledge; without accurate entries, the planner lacks the context needed to avoid pitfalls.