Handbook
Category enrichment: {{category_name}}
Category id: {{category_id}}
Updated
What this category adds
{{what_it_adds}}
Use when
{{use_when}}
Avoid when
{{avoid_when}}
Example sources (inspiration — verify independently)
{{example_sources}}
Required quality metadata fields
{{app_quality_fields}}
Maps to competency domains (CD_*)
{{maps_to_domains}}
Holistic PDP framework
{{holistic_framework}}
Output contract
Return one JSON object:
{
"source_category_id": "{{category_id}}",
"curated_resources": [
{
"resource_id": "CUR_...",
"resource_kind": "...",
"title": "...",
"provider": "...",
"source_category_id": "{{category_id}}",
"source_url": "...",
"evidence_url": "...",
"target_competency_domain_ids": ["CD_..."],
"modality_tags": ["know", "do", "transfer"],
"cognitive_depth": "apply"
}
],
"discovery_slots": [
{
"slot_id": "SLOT_...",
"source_category_id": "{{category_id}}",
"resource_kind_to_discover": "...",
"target_competency_domain_id": "CD_...",
"search_queries": ["..."],
"verify_before_use": true
}
],
"assignment_patterns": [],
"source_registry_entries": [],
"quality_metadata": {}
}
Provide 3–6 curated resources and 5–10 discovery slots for this category. Cap total discovery slots at 10 per response.