knowledge-refresh

Classify knowledge artifacts and update .flow/state.json through bounded progression modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Classify and maintain knowledge artifacts that have already been captured, routing actions through bounded progression modes and recording durable state updates at each phase boundary to preserve governance and traceability.

Core Features & Use Cases

  • Artifact classification: trusted, stale, duplicate, obsolete, superseded, or needs-capture with remediation paths.
  • Progression-mode orchestration: manual, guided, and auto modes with human-stop boundaries for destructive actions.
  • Durable state and governance: writes to .flow/state.json at each key boundary and surfaces a durable refresh summary for downstream planning.

Quick Start

Activate knowledge-refresh on a candidate set of artifacts and let it classify and plan.

Frequently Asked Questions about knowledge-refresh

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

FAQPage Schema
How do I classify and maintain stale or obsolete knowledge artifacts in a repository?

Knowledge artifact maintenance is handled by classifying captured items as trusted, stale, duplicate, obsolete, superseded, or needs-capture. The Skill routes these classifications through bounded progression modes to apply appropriate remediation paths for each artifact state.

What is progression mode resolution for managing a development knowledge base?

Progression mode resolution orchestrates artifact updates across manual, guided, and auto modes. It enforces human-stop boundaries before destructive actions to preserve governance and traceability when modifying development knowledge bases and planning artifacts.

How do I track durable state updates when refreshing planning artifacts?

Durable state updates for planning artifacts are recorded by writing to .flow/state.json at each key phase boundary. This preserves governance and surfaces a durable refresh summary that can be consumed by downstream planning workflows.

Can I use guided workflow modes to handle duplicate or superseded repository artifacts?

Guided workflow modes support processing duplicate or superseded repository artifacts by routing remediation actions through bounded stateful boundaries. Manual, guided, and auto modes are available, with human-stop boundaries specifically protecting against destructive actions.

What is the best way to identify knowledge gaps in captured artifact sinks?

Identifying knowledge gaps in artifact sinks is achieved by classifying items into the needs-capture category. The Skill integrates with knowledge-save to route these identified gaps, ensuring missing information is systematically addressed during the maintenance workflow.