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.