Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
final-validation - Skill - OpenSmartRoute
Skillv1.0.0
final-validation
Self-review the North Star + ResearchBrief for completeness, consistency, and clarity before presenting to user. If issues found, return to specific tactic/SOP for targeted fix. If passes, present fin
Imported from yogsoth-ai/de-anthropocentric-research-engine (skills/final-validation/SKILL.md). Install upstream with npx skills add yogsoth-ai/de-anthropocentric-research-engine --skill final-validation. Copyright stays with the author.
Final Validation
Quality gate before final output.
Execution
Dialogue — inline, CC performs self-review then presents.
Self-Review Checks
Placeholder scan: any TBD, empty sections, incomplete information?
Internal consistency: do any sections contradict each other?
Completeness: any critical information gaps that would block downstream work?
Ambiguity: any requirement interpretable two different ways?
If Issues Found
Return to the specific tactic/SOP that can fix the gap. Targeted fix, not full re-run.
If Passes
Present North Star + ResearchBrief to user.
What to Ask
Is this the direction you want to pursue?
Does anything need adjustment?
Are you ready to move forward with this as your research brief?
Output
User-confirmed North Star + ResearchBrief (final artifacts).
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "yogsoth-ai-de-anthropocentric-research-engine-final-validation",
"kind": "skill",
"name": "final-validation",
"description": "Self-review the North Star + ResearchBrief for completeness, consistency, and clarity before presenting to user. If issues found, return to specific tactic/SOP for targeted fix. If passes, present final output to user for confirmation.",
"publisher": "yogsoth-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Self-review the North Star + ResearchBrief for completeness, consistency, and clarity before presenting to user. If issues found, return to specific tactic/SOP for targeted fix. If passes, present final output to user for confirmation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/yogsoth-ai/de-anthropocentric-research-engine",
"path": "skills/final-validation/SKILL.md",
"ref": "6288b79f88b395efd160ea772ab824d59c8e988d",
"url": "https://github.com/yogsoth-ai/de-anthropocentric-research-engine/blob/6288b79f88b395efd160ea772ab824d59c8e988d/skills/final-validation/SKILL.md",
"key": "yogsoth-ai/de-anthropocentric-research-engine/skills/final-validation/SKILL.md"
}
},
"instructions": "# Final Validation\n\nQuality gate before final output.\n\n## Execution\n\nDialogue — inline, CC performs self-review then presents.\n\n## Self-Review Checks\n\n1. **Placeholder scan**: any TBD, empty sections, incomplete information?\n2. **Internal consistency**: do any sections contradict each other?\n3. **Completeness**: any critical information gaps that would block downstream work?\n4. **Ambiguity**: any requirement interpretable two different ways?\n\n## If Issues Found\n\nReturn to the specific tactic/SOP that can fix the gap. Targeted fix, not full re-run.\n\n## If Passes\n\nPresent North Star + ResearchBr",
"cost": {
"context_tokens": 211
}
}
Fetch it by URL: GET /api/v1/registry/yogsoth-ai-de-anthropocentric-research-engine-final-validation/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.