CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-unified-process/aiup-core

AI Unified Process - stack-agnostic core methodology (requirements, entity model, use cases)

92

1.29x
Quality

95%

Does it follow best practices?

Impact

92%

1.29x

Average score across 12 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

example.mdskills/test-case/references/

Test Case: Order Fulfillment

Overview

ID: TC-001
Goal: A clerk creates a new order and a warehouse operator ships it — verifying the order lifecycle from creation to shipment end-to-end.
Priority: Critical
Status: Approved

Roles

  • Clerk (creates orders)
  • Warehouse Operator (ships orders)

Preconditions

  • Customer "Acme Corp" exists (Flyway test data V900__test_data.sql)
  • Product "Widget" exists with sufficient stock (Flyway test data V900__test_data.sql)

Flow

StepNameDescriptionTest DataUse Case
1Create orderThe clerk creates a new order for a customer with a product and quantityAcme Corp, Widget, 5UC-010
2Verify order listedThe new order appears in the orders grid with status "New"--
3Ship orderThe warehouse operator ships the open order-UC-011
4Verify shipmentA shipment confirmation notification is shown--

Validation

  1. Order count: After the flow, the orders grid contains exactly one more order than before the test case started.
  2. Final status: The order created in step 1 has status "Shipped" in the orders grid.

Postconditions

  • One order for "Acme Corp" (Widget, quantity 5) with status "Shipped" exists.
  • One shipment for that order exists.
  • The shipment must be deleted before the order it belongs to; the seeded customer and product remain untouched.

skills

.mcp.json

README.md

tile.json