bkn-creator

Route BKN creation intents to correct pipelines and SKILL.md definitions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kweaver-ai/kweaver-dip --skill bkn-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bkn-creator
Source: https://github.com/kweaver-ai/kweaver-dip/tree/main/skills/bkn-creator
Command: npx skills add https://github.com/kweaver-ai/kweaver-dip --skill bkn-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, nodejs, kweaver-sdk.

What problem does it solve?

BKN creation and orchestration is complex; bkn-creator provides a bridge that routes intents to the correct SKILL.md and pipelines, ensuring consistent Gate checks and smooth handoffs between steps across create/extract/read/update/delete/copy/validate.

Core Features & Use Cases

  • Orchestrates end-to-end BKN workflows by driving pipeline steps and coordinating SKILL.md files.
  • Centralizes routing, contract enforcement and pre-push validations across stages.
  • Integrates with internal skills (bkn-*) and plugins for rules, testing and publishing.

Quick Start

Provide a PRD and run the bkn-creator to route the workflow through the create pipeline and emit the final BKN artifacts for validation.

Frequently Asked Questions about bkn-creator

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

FAQPage Schema
How do I orchestrate end-to-end BKN creation workflows?

To orchestrate BKN creation workflows, you provide a PRD and run bkn-creator to route intents through the correct pipelines and SKILL.md definitions, coordinating gate checks and stage transitions.

What is pipeline orchestration for BKN skill routing?

Pipeline orchestration for BKN skill routing directs intents to the correct SKILL.md files and pipelines, ensuring consistent gate checks and smooth handoffs across create, extract, read, update, delete, copy, and validate workflows.

How do I enforce contract validations before pushing BKN artifacts?

To enforce contract validations before pushing BKN artifacts, the bkn-creator orchestrator surfaces pre-push validations and triggers subsequent skills for binding, mapping, and publishing.

Do I need python3 and nodejs to run BKN pipeline orchestration?

Yes, you need python3, nodejs, and the kweaver-sdk installed in your environment to run BKN pipeline orchestration and coordinate end-to-end skill routing effectively.

Can I coordinate sub-skill orchestration across multiple workflow stages?

Yes, you can coordinate sub-skill orchestration across multiple workflow stages. The system enforces the contract, manages stage transitions, and integrates with internal bkn-* skills and plugins for rules, testing, and publishing.

What is the best way to manage gate checks during BKN stage transitions?

The best way to manage gate checks during BKN stage transitions is to centralize routing and contract enforcement through an orchestrator, ensuring consistent validations and smooth handoffs between steps.