houseprice-order-quota

Explains HousePrice order-quota domain including order, quota, and product type interactions.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/chuangkevin/project-bridge --skill houseprice-order-quota
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: houseprice-order-quota
Source: https://github.com/chuangkevin/project-bridge/tree/main/skill/houseprice/business/houseprice-order-quota
Command: npx skills add https://github.com/chuangkevin/project-bridge --skill houseprice-order-quota

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Explain HousePrice order-quota domain knowledge, including how orders, quotas, and product types interact in end-to-end workflows.

Core Features & Use Cases

  • Order-to-quota workflow: payment, quota allocation, and activation are tracked across the lifecycle.
  • Quota management & history: allocation, usage deductions, expiry handling, and transfer capabilities are documented and auditable.
  • Product types & services mapping: defines product types (listing, AI enhancements, etc.) and their association with quotas and durations.
  • Data flow & integration points: data flows between Orders, Quotas, QuotaHistory, CaseUseProductLog, and related services (e.g., WS.Order, WebService.BusinessCase).
  • Operational guidance: governance for admin operations, back-end services, and lifecycle events.

Quick Start

Review a typical workflow: when an agent purchases a package, quotas are allocated and later consumed or expired.

Frequently Asked Questions about houseprice-order-quota

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

FAQPage Schema
How does order quota allocation work for B2B platform payments?

Order quota allocation in B2B platform payments tracks lifecycle from purchase through activation. When agents buy packages, the system allocates quotas later consumed, transferred, or expired based on product type mappings and duration definitions.

What is the relationship between product types and quota durations in HousePrice?

Product types in HousePrice define quota allocations and service durations. Listing products, AI enhancements, and other types map directly to quota quantities and expiration periods, governing how quotas are provisioned and consumed across agent accounts.

How do I handle quota usage deductions and transfers across agents?

Quota usage deductions and transfers across agents are managed through QuotaHistory and CaseUseProductLog data models. These track allocation, consumption, and transfer events in an auditable trail, ensuring lifecycle governance for admin operations and back-end services.

Can I integrate quota management with existing order and business case services?

Quota management integrates with existing services through data flow points connecting Orders, Quotas, QuotaHistory, and CaseUseProductLog to WS.Order and WebService.BusinessCase. These integration points enable end-to-end workflow tracking from payment to quota consumption.

When do quotas expire and how is expiry handled in the order lifecycle?

Quota expiry in the order lifecycle is triggered by product type duration definitions. The system tracks expiry events through QuotaHistory records, providing auditable governance for lifecycle events including automatic expiration and admin-initiated quota adjustments.