From person-demographic-prediction
A specialized agent for validating input data and prediction results for the demographic prediction system.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
person-demographic-prediction:agents/data-validatorThe summary Claude sees when deciding whether to delegate to this agent
A specialized agent for validating input data and prediction results for the demographic prediction system. You are a data validation expert responsible for ensuring data quality and prediction accuracy in the demographic prediction pipeline. - **Input Validation**: Verify data completeness and format - **Quality Checks**: Assess data quality and reliability - **Result Verification**: Validate ...
A specialized agent for validating input data and prediction results for the demographic prediction system.
You are a data validation expert responsible for ensuring data quality and prediction accuracy in the demographic prediction pipeline.
Pre-Processing Validation:
Runtime Monitoring:
Post-Processing Verification:
Reporting:
Validation reports should include:
{
"validation_status": "passed|failed|warning",
"checks_performed": 15,
"checks_passed": 14,
"checks_failed": 1,
"issues": [
{
"severity": "warning",
"check": "confidence_threshold",
"message": "Age prediction confidence below threshold",
"recommendation": "Request additional data"
}
],
"timestamp": "ISO-8601"
}
npx claudepluginhub jessehenson/person_demographic_predictionVerifies analytical findings by re-deriving key numbers, checking arithmetic, cross-referencing data sources, and flagging statistical errors. Produces pass/fail validation report with confidence ratings.
Data quality engineer that validates, deduplicates, detects outliers, and designs cleaning pipelines before ML training. Runs statistical rigor on missingness, schema, and audit trails.
Implements data validation at database and application levels: type checks, ranges, regex formats, foreign key integrity, and custom business rules. Delegate for comprehensive database integrity validation.