bp-extract

Convert prose phases into executable workflow YAML and update SKILL.md references.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-extract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bp-extract
Source: https://github.com/hiivmind/hiivmind-blueprint/tree/main/skills/bp-extract
Command: npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-extract

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prose-to-workflow translation has been error-prone and time-consuming. bp-extract automates the transformation of prose phases into executable YAML workflows and updates SKILL.md references to delegate to the new workflows.

Core Features & Use Cases

  • Prose-to-workflow conversion: analyze prose phases and map them to workflow nodes.
  • Workflow generation: produce YAML under workflows/ with start, nodes, and transitions.
  • SKILL.md delegation: replace extracted prose with a delegation block and reference the new workflow.
  • Validation hooks: optional validation step to ensure structural integrity of generated workflows.
  • Traceability: maintain linkage between original prose and generated workflow for auditing.

Quick Start

Provide a prose-based skill and ask bp-extract to generate and attach a workflow file.

Frequently Asked Questions about bp-extract

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

FAQPage Schema
How do I convert prose to executable workflow YAML?

Prose-to-workflow conversion maps narrative phases into executable YAML nodes. The process parses SKILL.md, generates a YAML file under workflows/, and establishes structured nodes with defined start points and transitions.

What is the best way to automate SKILL.md updates when adding a workflow?

Automating SKILL.md updates replaces extracted prose with a delegation block referencing the new workflow. This maintains traceability across iterations by automatically linking the original narrative to the generated YAML file.

Can I generate workflow YAML from narrative skill descriptions?

Yes, generating workflow YAML from narrative skill descriptions analyzes prose phases and maps them to executable workflow nodes. It produces a structured YAML file under the workflows/ directory to formalize repeatable processes.

Does the generated workflow YAML include validation hooks?

Yes, generated workflow YAML includes optional validation hooks. These validation steps ensure the structural integrity of the produced workflows, verifying that mapped nodes and transitions maintain correct formatting.

How do I maintain traceability when extracting prose into workflows?

Maintaining traceability during prose extraction is handled by replacing original text with delegation blocks in SKILL.md. This preserves linkage between narrative phases and generated workflow YAML for auditing purposes.