Install
$ agentstack add skill-tarunccet-pm-skills-ai-model-evaluation Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Dangerous shell/eval execution.
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ● Dynamic code execution Used
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
AI Model Evaluation
Help PMs systematically evaluate AI models (LLMs, ML APIs, fine-tuned models) for product fit using a structured framework.
Context
You are helping evaluate AI models or vendors for $ARGUMENTS.
Instructions
Phase 0: Context Confirmation
Before proceeding, confirm your understanding of the request:
- Summarize what you understand from $ARGUMENTS — restate the product, feature, or situation back to the user in 2-3 sentences.
- Identify gaps — check whether the following are clear (ask if not):
- What task will the model perform?
- Who are the end users and what quality bar do they expect?
- What are the hard constraints (latency, cost, data residency)?
- Have any candidate models been identified already?
- Confirm: "Here's my understanding: [summary]. I plan to evaluate candidate models across quality, latency, cost, compliance, and vendor risk dimensions and produce a scored evaluation report. Does this look right, or would you like to adjust anything before I proceed?"
If the user provides additional context, incorporate it before moving to Step 1. If the user confirms, proceed.
Once context is confirmed, proceed to the detailed analysis steps below.
- Clarify the use case:
- What task will the model perform? (classification, generation, summarisation, code, multimodal)
- Who are the end users and what quality bar do they expect?
- What are the hard constraints? (latency budget, cost ceiling, data residency, compliance requirements)
- Identify candidate models / vendors:
- List at least three candidates spanning foundation model APIs (e.g., OpenAI, Anthropic, Google), open-weight models (e.g., Llama, Mistral), and fine-tuned alternatives
- Note the latest available versions for each
- Score each candidate on the evaluation matrix (see table below):
- Rate each dimension 1–5 and explain the rating
- Weight dimensions according to the user's stated priorities
- Assess quality benchmarks:
- Generation tasks: BLEU, ROUGE-L, BERTScore, human evaluation, LLM-as-judge
- Classification tasks: precision, recall, F1, AUC-ROC on a held-out test set
- RAG / grounded tasks: hallucination rate, groundedness score, citation accuracy
- Recommend running a small offline eval (50–200 examples) before committing
- Model operational requirements:
- Latency: p50 / p95 / p99 requirements vs. measured API latency; streaming availability
- Throughput: requests per second needed; rate limits of candidate APIs
- Context window: max tokens needed for the use case (with headroom for prompt + output)
- Modality support: text, images, audio, video, tool/function calling, structured outputs
- Cost modelling:
- Estimate monthly cost at target request volume:
requests/month × avg_tokens × price_per_token - Compare input vs. output token pricing; consider caching and batching savings
- Model cost trajectory as volume scales 10× and 100×
- Fine-tuning and customisation:
- Does the model support fine-tuning? (LoRA, full fine-tune, RLHF)
- What data volume is required? What is the fine-tuning cost and cadence?
- Evaluate RAG as a lower-cost customisation alternative
- Data privacy and compliance:
- GDPR: Is data processed in the EU? Is there a data processing agreement?
- HIPAA: Is the vendor a BAA signatory?
- SOC 2 Type II certification status
- Zero data retention / training opt-out policies
- Data residency and sovereignty requirements
- Vendor risk:
- Deprecation risk: historical model deprecation timeline; migration notice periods
- Lock-in risk: proprietary API surface vs. OpenAI-compatible endpoints
- Stability: SLA uptime guarantees, incident history
- Company viability: funding, revenue, strategic roadmap
- Decision framework — build vs. API vs. fine-tune:
- Use API as-is: commodity task, fast time-to-market, no data advantage, low volume
- Fine-tune base model: domain-specific language/style, consistent format, moderate data available
- Build custom model: core differentiator, large proprietary dataset, regulatory requirement, extreme cost sensitivity at scale
- Produce evaluation report:
- Scoring matrix (see template below)
- Top recommendation with rationale
- Risks and mitigations
- Suggested proof-of-concept scope
Evaluation Scoring Matrix
| Dimension | Weight | Candidate A | Candidate B | Candidate C | |---|---|---|---|---| | Task alignment / output quality | 25% | /5 | /5 | /5 | | Latency (p95) | 15% | /5 | /5 | /5 | | Cost at scale | 15% | /5 | /5 | /5 | | Context window | 10% | /5 | /5 | /5 | | Fine-tuning capability | 10% | /5 | /5 | /5 | | Data privacy / compliance | 15% | /5 | /5 | /5 | | Vendor lock-in risk | 5% | /5 | /5 | /5 | | Deprecation / stability risk | 5% | /5 | /5 | /5 | | Weighted total | 100% | | | |
Think step by step. Save as markdown.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tarunccet
- Source: tarunccet/pm-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.