Tool Discover
Outcome
Turn a production need into a small, evidence-backed tool shortlist.
Required inputs
- desired artifact or workflow
- engine and operating system
- hardware, budget, privacy, and license constraints
Ask for missing information only when it changes the route materially. Otherwise
state conservative assumptions and proceed with read-only analysis.
Workflow
- Translate the request into required capabilities and quality gates.
- Search the checked-in catalog first; enrich volatile metadata through GitHub only when available.
- Filter by operating system, architecture, runtime, GPU backend, VRAM, application requirements, maturity, and license status.
- Compare at most three candidates by capability, quality, cost, performance, permissions, and limitations.
- Recommend one route and state why rejected candidates do not fit.
Expected artifacts
- search criteria
- ranked shortlist
- license and risk notes
- recommended recipe
Workflow-specific gates
- Do not refresh or rewrite the catalog implicitly.
- Unknown or custom code, weight, dataset, output, or commercial terms block commercial recommendations.
- A catalog entry is metadata, not permission to download or launch its repository.
Production completion gate
Before recommending production use, complete and report all seven gates:
- Rights, consent, code/model/dataset/output license, and generation-provenance checks.
- Technical format, naming, scale, color, metadata, and target-import validation.
- Visual and temporal consistency review across representative views and states.
- Runtime memory, frame-time, draw-call, streaming, and asset-budget checks.
- Playability and interaction smoke tests in the target runtime.
- Screenshot, capture, diff, or artifact-regression evidence with reproducible settings.
- Human approval before replacing source assets or promoting generated output.
Unknown rights, missing consent, unsupported hardware, conflicting host adapters,
or failed quality gates block production promotion. Preserve originals and make
fallbacks explicit.
1---2name: tool-discover3description: Search the offline generative-game catalog and available live metadata to recommend licensed, compatible tools for a concrete workflow.4---56# Tool Discover78## Outcome910Turn a production need into a small, evidence-backed tool shortlist.1112## Required inputs1314- desired artifact or workflow15- engine and operating system16- hardware, budget, privacy, and license constraints1718Ask for missing information only when it changes the route materially. Otherwise19state conservative assumptions and proceed with read-only analysis.2021## Workflow22231. Translate the request into required capabilities and quality gates.242. Search the checked-in catalog first; enrich volatile metadata through GitHub only when available.253. Filter by operating system, architecture, runtime, GPU backend, VRAM, application requirements, maturity, and license status.264. Compare at most three candidates by capability, quality, cost, performance, permissions, and limitations.275. Recommend one route and state why rejected candidates do not fit.2829## Expected artifacts3031- search criteria32- ranked shortlist33- license and risk notes34- recommended recipe3536## Workflow-specific gates3738- Do not refresh or rewrite the catalog implicitly.39- Unknown or custom code, weight, dataset, output, or commercial terms block commercial recommendations.40- A catalog entry is metadata, not permission to download or launch its repository.4142## Production completion gate4344Before recommending production use, complete and report all seven gates:45461. Rights, consent, code/model/dataset/output license, and generation-provenance checks.472. Technical format, naming, scale, color, metadata, and target-import validation.483. Visual and temporal consistency review across representative views and states.494. Runtime memory, frame-time, draw-call, streaming, and asset-budget checks.505. Playability and interaction smoke tests in the target runtime.516. Screenshot, capture, diff, or artifact-regression evidence with reproducible settings.527. Human approval before replacing source assets or promoting generated output.5354Unknown rights, missing consent, unsupported hardware, conflicting host adapters,55or failed quality gates block production promotion. Preserve originals and make56fallbacks explicit.