What problem does it solve?
This skill eliminates the guesswork and error-prone manual work of determining the correct order of brepjs kernel operations to build a CAD part from a specification, saving developers time and reducing failed build attempts.
Core Features & Use Cases
- Ordered build sequence generation: Decomposes part specs into a step-by-step operation list starting with base primitives, followed by booleans, sketched features, modifiers, and multiplicity operations.
- Reliability-first operation selection: Prioritizes kernel operations that succeed on the first attempt, flags advanced operations like sweeps, lofts, and mechanisms that require extra iteration and validation.
- Use case: For a part spec for a machined bracket with a drilled hole and filleted edges, the skill will generate a sequence that uses a base box primitive, cut operation for the hole, and fillet for edges, avoiding fragile operations like chamfers where possible.
Quick Start
Provide your brepjs part specification to the design skill to receive an ordered, reliable build sequence of kernel operations before writing any implementation code.