II.
LibrarySkill JSON
Structured · livelib-skill:shared--model-profile-resolution
model-profile-resolution json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--model-profile-resolution",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "model-profile-resolution",
"description": "Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.",
"libraryPath": "library/methodologies/gsd/skills/model-profile-resolution/SKILL.md",
"contentSummary": "- **balanced**: Mix of high and mid-tier models. Good quality at moderate cost. Default profile.\n- **budget**: Cheapest viable models for all agents. Acceptable quality at minimum cost.\n\nThe active profile is stored in `.planning/config.json` under the `profile` field, or can be overridden with t"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--model-profile-resolution",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--model-profile-resolution",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--model-profile-resolution",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--model-profile-resolution",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--model-profile-resolution",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--model-profile-resolution",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--model-profile-resolution",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}