Quality standards for structured deliverables, ensuring data is verifiable and traceable
Scanned 5/27/2026
Install via CLI
openskills install chekusu/wanman---
name: artifact-quality
description: Quality standards for structured deliverables, ensuring data is verifiable and traceable
---
# Artifact Quality Standards
## Required Fields
Every artifact's metadata must include:
| Field | Type | Description |
|-------|------|-------------|
| `source` | string | Data source identifier |
| `confidence` | number (0-1) | Confidence score |
## Source Identifier Format
```
training_data → From model training data (lowest confidence)
estimate → Extrapolated from known data
web_search:<domain> → Web search result, specify the domain
government_data → Official government data
industry_report → Industry report
api:<service> → API call result
cross_validated → Cross-validated
```
## Confidence Scoring Guide
```
0.9+ → Official data, multi-source validated
0.7-0.9 → Reliable source, single validation
0.5-0.7 → Web search result, not cross-validated
0.3-0.5 → Extrapolation/estimate with reasonable basis
0.1-0.3 → Training data or rough estimate
```
## Cross-Validation
When the CEO or another agent validates an artifact, update the metadata:
```bash
wanman artifact put --kind market_data --path "competitors/pricing" \
--meta '{"source":"cross_validated","confidence":0.85,"verified":true,"verified_by":"ceo","verified_at":"2024-01-15","original_source":"web_search:dianping.com","validation_notes":"consistent with Meituan data"}'
```
## Common Quality Issues
1. **Missing source**: `source` is empty or just says "internet"
2. **Inflated confidence**: Estimated data labeled 0.9+
3. **Missing units**: Amounts without currency, areas without units
4. **Vague timing**: No data collection date specified
5. **Inconsistent paths**: `path` does not follow a consistent naming convention
## Path Naming Convention
```
costs/{category}/{item} → Cost data
revenue/{scenario}/{period} → Revenue forecasts
competitors/{name}/{metric} → Competitor data
market/{segment}/{metric} → Market data
location/{area}/{metric} → Location data
```
No comments yet. Be the first to comment!
This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...
Get current weather and forecasts (no API key required).
Focused Signals scout for PostHog projects using revenue analytics. Watches the derived revenue product for upstream failures (Stripe sync stalls, capture regressions), config drift (missing subscription property, currency mix surprises, broken Stripe↔person joins, deferred-revenue gaps), and goal-miss escalations. Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on ...
Focused Signals scout for finding observability gaps in PostHog itself — significant event volumes the team isn't tracking, custom events with no insight or dashboard coverage, insights pointing at events that have stopped firing, dashboards missing related context, critical events with no alerts. Watches the event-stream-vs-saved- inventory delta as the team's product evolves and emits findings recommending new insights, dashboard additions, or alerts when gaps clear the confidence bar. Self...