knowledge-save

Extract and store workflow lessons into a structured knowledge artifact.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/mikecubed/agent-orchestration --skill knowledge-save-mikecubed
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: knowledge-save
Source: https://github.com/mikecubed/agent-orchestration/tree/main/plugins/flow/skills/knowledge-save
Command: npx skills add https://github.com/mikecubed/agent-orchestration --skill knowledge-save-mikecubed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture reusable knowledge from a completed workflow into a durable artifact, enabling future teams to learn from past efforts without redoing investigations.

Core Features & Use Cases

  • Capture and structure lessons (problem, signals, resolution, guardrails, applicability) from a completed workflow.
  • Write the artifact to a repository-durable sink, respecting project defaults or explicit sink choices.
  • Support phase gating and SESSION.md updates to record decisions and touched files across the lifecycle.
  • Promote knowledge reuse across debugging, incident handling, and post-mortem reviews.

Quick Start

Capture the lesson from the current workflow and write it to the knowledge sink.

Frequently Asked Questions about knowledge-save

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

FAQPage Schema
How do I capture reusable lessons from a completed workflow?▼

To capture reusable lessons from a completed workflow, this Skill extracts the problem, signals, resolution, and guardrails, then stores them as a structured knowledge artifact in a durable sink for future reference.

What is the best way to preserve post-mortem knowledge for future debugging?▼

The best way to preserve post-mortem knowledge is to generate a structured artifact detailing the problem, resolution, and applicability, writing it directly to a project-specific knowledge sink for durable storage.

How do I structure incident handling lessons with guardrails and source references?▼

You structure incident handling lessons by extracting the resolution and guardrails from the completed incident workflow, creating a knowledge artifact that also includes source references and applicability details.

Can I write captured workflow knowledge to a project-specific sink?▼

Yes, you can write captured workflow knowledge to a project-specific sink. The Skill writes the structured knowledge artifact while respecting project defaults or explicit sink choices for repository-durable storage.

Does capturing workflow lessons require any external dependencies?▼

Capturing workflow lessons requires no external dependencies. The Skill operates independently to extract knowledge from your completed workflow and produce the structured artifact detailing the problem and resolution.

When should I not use a structured knowledge artifact for workflow capture?▼

You should not use a structured knowledge artifact when a workflow is still in progress and lacks a final resolution, as the Skill is designed to extract lessons from completed workflows with defined problems and guardrails.