orchestrating-knowledge-workflows

Manage plan-build-improve cycles for knowledge base updates with user approval.

193|41|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/jayminwest/agentic-engineering-book --skill orchestrating-knowledge-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrating-knowledge-workflows
Source: https://github.com/jayminwest/agentic-engineering-book/tree/main/.claude/skills/orchestrating-knowledge-workflows
Command: npx skills add https://github.com/jayminwest/agentic-engineering-book --skill orchestrating-knowledge-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of updating knowledge bases by implementing plan-build-improve cycles, ensuring efficient and effective content updates.

Core Features & Use Cases

  • Plan Stage: Facilitates the creation of specification documents for content updates.
  • Review Stage: Allows user approval of specifications before implementation.
  • Build Stage: Executes content changes as per the specifications.
  • Improve Stage: Extracts learnings and updates expertise after successful builds.
  • Reporting: Provides a summary of the workflow stages and results.

Quick Start

Trigger the "knowledge workflow" skill to begin the plan stage for your content update.

Frequently Asked Questions about orchestrating-knowledge-workflows

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

FAQPage Schema
How do I manage knowledge base updates with a structured workflow?

Knowledge base updates are managed through a plan-build-improve cycle that creates specifications, executes approved changes, and extracts iterative learnings. This workflow ensures accurate implementation and continuous content improvement.

What is the spec-as-contract pattern for content management?

The spec-as-contract pattern treats specification documents as binding agreements for knowledge base updates. It requires user approval of the spec before any content execution occurs, ensuring accurate and controlled implementation.

How do I plan and review content changes before building them?

Content changes are planned by generating specification documents for the desired updates. The workflow then pauses for a review stage, requiring explicit user approval of the specifications before moving to the build execution phase.

Can I execute knowledge base updates without user approval?

Knowledge base updates cannot proceed without user approval. The workflow enforces a review stage where specifications must be explicitly approved before the build stage executes any content changes.

How does the improve stage work after a knowledge base build?

The improve stage extracts learnings and updates expertise after a successful build. It completes the plan-build-improve cycle by iteratively refining content management practices based on the workflow results.

Do I need to run knowledge workflows sequentially or can they overlap?

Knowledge workflows require sequential execution for proper workflow management. The plan, build, and improve stages must run in order to maintain the spec-as-contract pattern and ensure accurate content implementation.