Clafer
1 program
Added 2026-02-10T18:40:56Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit c6a4ae689a · authored 2026-02-10T19:41:49+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Product Feature Model
Provenance: commit c6a4ae689a · authored 2026-02-10T19:41:49+01:00 · agent claude-code · model sonnet · WebSearch disabled
abstract Feature
cost -> integer
abstract Product
features -> Feature *
totalCost -> integer
[ totalCost = sum features.cost ]
BasicPhone : Product
[ # features = 2 ]
Camera : Feature
[ cost = 50 ]
GPS : Feature
[ cost = 100 ]