remnant-flow-domain

Manage material remnant lifecycle, allocation, and costing in manufacturing systems.

2|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/529-studio/Vmarble-Warehouse-Management-Client --skill remnant-flow-domain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remnant-flow-domain
Source: https://github.com/529-studio/Vmarble-Warehouse-Management-Client/tree/main/.agents/skills/remnant-flow-domain
Command: npx skills add https://github.com/529-studio/Vmarble-Warehouse-Management-Client --skill remnant-flow-domain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the complexity of managing material remnants in a manufacturing environment, preventing waste and ensuring accurate inventory tracking during the cutting process.

Core Features & Use Cases

  • Remnant Lifecycle Management: Tracks material from board sheets to remnants, including status transitions like AVAILABLE, ALLOCATED, and CONSUMED.
  • Intelligent Allocation: Implements a Best Fit + FIFO algorithm to suggest the most efficient remnant for a work order, minimizing waste.
  • Use Case: A shop-floor manager needs to determine which remnant to use for a new cutting task to minimize material loss; this skill provides the logic and API endpoints to calculate the optimal choice based on area and stock age.

Quick Start

Use the remnant-flow-domain skill to list all available remnants that match the dimensions required for the current work order.

Frequently Asked Questions about remnant-flow-domain

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

FAQPage Schema
How do I track material remnants in a manufacturing execution system?

Material remnants are tracked in a manufacturing execution system by enforcing a status state machine that transitions remnants through AVAILABLE, ALLOCATED, and CONSUMED states. This lifecycle management ensures accurate inventory tracking and lineage tracing from board sheets to final use.

What is the best way to allocate material remnants to minimize waste?

The best way to allocate material remnants to minimize waste is using a Best Fit combined with FIFO algorithm. This approach suggests the most efficient remnant for a work order by calculating optimal dimensions based on area and stock age.

How does remnant costing calculation work for manufacturing inventory?

Remnant costing calculation works by integrating with backend API endpoints for inventory and costing to ensure accurate material usage reporting. It tracks the lifecycle and allocation of remnants to calculate precise material costs throughout the manufacturing process.

Can I integrate remnant lifecycle management with existing work order APIs?

Yes, you can integrate remnant lifecycle management with existing work order APIs. The system integrates with backend API endpoints for inventory, work orders, and costing calculations to facilitate seamless material allocation and tracking.

When do I need to implement remnant tracking for cutting processes?

You need to implement remnant tracking for cutting processes when managing material remnants in a manufacturing environment to prevent waste and ensure accurate inventory tracking. This becomes essential when shop-floor managers need to determine optimal remnant usage for new cutting tasks.