bclearer-pipeline-engineer

Implement and review bclearer data pipelines with strict stage boundaries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/OntoLedgy/ol_ai_context_library --skill bclearer-pipeline-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bclearer-pipeline-engineer
Source: https://github.com/OntoLedgy/ol_ai_context_library/tree/main/skills/bclearer-pipeline-engineer
Command: npx skills add https://github.com/OntoLedgy/ol_ai_context_library --skill bclearer-pipeline-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the risk of misimplementing bclearer pipelines by enforcing strict stage boundaries, BORO-style code conventions, and platform-specific rules, preventing logic leaks across pipeline stages and ensuring alignment with approved architecture designs.

Core Features & Use Cases

  • Strict Stage Boundary Enforcement: Automatically validates that logic is placed only in canonical bclearer stages (1c_collect, 2l_load, 3e_evolve, 4a_assimilate, 5r_reuse) with no cross-stage contamination.
  • BIE Domain Delegation: Automatically routes BIE domain object implementation work to the bie-data-engineer skill, ensuring domain logic is handled by the appropriate specialist.
  • Conformance Checking: Includes built-in verification checklists for code style, test coverage, and pipeline structure to ensure implementations meet all bclearer framework requirements.
  • Use Case: A data engineering team building a new bclearer pipeline for customer data processing can use this Skill to implement the pipeline exactly per the architect's design, avoid common boundary violations, and ensure all tests and code style pass on the first review.

Quick Start

Use the bclearer-pipeline-engineer skill to implement the approved customer transactions bclearer pipeline, following the canonical stage layout and delegating all BIE domain object work to the bie-data-engineer skill.

Frequently Asked Questions about bclearer-pipeline-engineer

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

FAQPage Schema
How do I implement bclearer pipelines that comply with BORO-style stage boundaries?

To enforce bclearer pipeline stage boundaries, validate that logic is placed only in canonical stages like 1c_collect, 2l_load, 3e_evolve, 4a_assimilate, and 5r_reuse. This prevents cross-stage contamination and ensures alignment with approved architecture designs.

What is the canonical directory layout for bclearer data pipelines?

The canonical bclearer pipeline layout separates logic into specific stages: 1c_collect, 2l_load, 3e_evolve, 4a_assimilate, and 5r_reuse. Adhering to this structure ensures conformance with platform-specific rules and prevents logic leaks across pipeline stages.

How do I handle BIE domain object implementation within a bclearer pipeline?

Handle BIE domain object implementation by delegating the work to the bie-data-engineer skill. This BIE domain delegation ensures specialized domain logic is managed appropriately, keeping the bclearer pipeline focused on stage-specific data flow and conformance.

How do I refactor bUnit type extraction in bclearer pipeline implementations?

Refactor bUnit type extraction by applying conformance checking and bclearer framework rules to restructure the code. This ensures the bUnit refactoring meets BORO-style code compliance and maintains strict interop service boundary enforcement.

Does bclearer pipeline conformance checking cover code style and test coverage?

Yes, bclearer pipeline conformance checking includes built-in verification checklists for code style, test coverage, and pipeline structure. This ensures implementations meet all bclearer framework requirements and pass reviews on the first attempt.

Why does my bclearer pipeline have logic leaks across stages?

Logic leaks across bclearer pipeline stages happen when stage boundaries are not strictly enforced. You must validate stage logic placement and ensure no cross-stage contamination exists between canonical stages to achieve BORO-style code compliance.