Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Objectives and Key Results planning, tracking, and alignment capabilities
.claude/skills/a5c-ai-okr-planning/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 73% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 100% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 130% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 110% | 0% |
Specialized skill for Objectives and Key Results planning and tracking. Enables product teams to set effective OKRs, track progress, and maintain alignment with organizational goals.
This skill integrates with the following processes:
quarterly-roadmap.js - OKR-driven roadmap planningproduct-vision-strategy.js - Strategic OKR alignmentmetrics-dashboard.js - KR metric trackingstakeholder-alignment.js - OKR communicationjson{ "type": "object", "properties": { "mode": { "type": "string", "enum": ["create", "review", "score", "align"], "description": "Operation mode" }, "strategicContext": { "type": "object", "properties": { "companyObjectives": { "type": "array", "items": { "type": "string" } }, "teamMission": { "type": "string" }, "timeframe": { "type": "string" } } }, "existingOKRs": { "type": "array", "items": { "type": "object", "properties": { "objective": { "type": "string" }, "keyResults": { "type": "array", "items": { "type": "object", "properties": { "kr": { "type": "string" }, "target": { "type": "string" }, "current": { "type": "string" }, "confidence": { "type": "number" } } } } } } }, "inputGoals": { "type": "array", "items": { "type": "string" }, "description": "High-level goals to convert to OKRs" } }, "required": ["mode"] }
json{ "type": "object", "properties": { "okrs": { "type": "array", "items": { "type": "object", "properties": { "objective": { "type": "string" }, "rationale": { "type": "string" }, "keyResults": { "type": "array", "items": { "type": "object", "properties": { "kr": { "type": "string" }, "metric": { "type": "string" }, "baseline": { "type": "string" }, "target": { "type": "string" }, "stretch": { "type": "string" }, "measurable": { "type": "boolean" } } } }, "alignedTo": { "type": "array", "items": { "type": "string" } } } } }, "alignment": { "type": "object", "properties": { "coverageScore": { "type": "number" }, "gaps": { "type": "array", "items": { "type": "string" } }, "dependencies": { "type": "array", "items": { "type": "object" } } } }, "scorecard": { "type": "object", "properties": { "overallScore": { "type": "number" }, "byObjective": { "type": "array", "items": { "type": "object" } }, "atRisk": { "type": "array", "items": { "type": "string" } }, "onTrack": { "type": "array", "items": { "type": "string" } } } }, "recommendations": { "type": "array", "items": { "type": "string" } } } }
javascriptconst okrs = await executeSkill('okr-planning', { mode: 'create', strategicContext: { companyObjectives: [ 'Achieve $10M ARR', 'Expand to 3 new markets', 'Reach 90% customer satisfaction' ], teamMission: 'Deliver product experiences that drive customer adoption', timeframe: 'Q2 2026' }, inputGoals: [ 'Improve user onboarding experience', 'Launch mobile application', 'Reduce churn in enterprise segment' ] });
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 27,737 | 39,940 | +44% | 1 | 1 | 0% | 4,950 | 6,223 | +26% | 0 | 0 | — |
case-02 | fail→fail | 11,936 | 16,352 | +37% | 1 | 1 | 0% | 2,039 | 4,282 | +110% | 0 | 0 | — |
case-03 | fail→fail | 15,142 | 29,315 | +94% | 1 | 1 | 0% | 2,385 | 6,390 | +168% | 0 | 0 | — |
case-04 | pass→pass | 13,510 | 16,234 | +20% | 1 | 1 | 0% | 2,573 | 4,095 | +59% | 0 | 0 | — |
case-05 | pass→pass | 7,831 | 9,347 | +19% | 1 | 1 | 0% | 1,294 | 3,064 | +137% | 0 | 0 | — |
case-06 | pass→pass | 31,560 | 28,735 | -9% | 1 | 1 | 0% | 6,238 | 6,411 | +3% | 0 | 0 | — |
case-07 | fail→pass | 8,404 | 12,022 | +43% | 1 | 1 | 0% | 1,904 | 3,300 | +73% | 0 | 0 | — |
case-08 | fail→pass | 12,978 | 8,652 | -33% | 1 | 1 | 0% | 2,224 | 3,068 | +38% | 0 | 0 | — |
case-09 | fail→pass | 10,238 | 19,404 | +90% | 1 | 1 | 0% | 2,264 | 4,521 | +100% | 0 | 0 | — |
case-10 | fail→pass | 8,895 | 14,115 | +59% | 1 | 1 | 0% | 1,831 | 4,205 | +130% | 0 | 0 | — |
case-11 | fail→pass | 8,872 | 15,080 | +70% | 1 | 1 | 0% | 1,769 | 3,723 | +110% | 0 | 0 | — |
case-12 | pass→pass | 15,355 | 13,315 | -13% | 1 | 1 | 0% | 2,738 | 3,731 | +36% | 0 | 0 | — |
case-13 | pass→pass | 14,308 | 11,494 | -20% | 1 | 1 | 0% | 2,823 | 3,314 | +17% | 0 | 0 | — |
case-14 | fail→pass | 7,192 | 13,837 | +92% | 1 | 1 | 0% | 1,462 | 3,568 | +144% | 0 | 0 | — |
case-15 | fail→pass | 6,575 | 11,638 | +77% | 1 | 1 | 0% | 1,433 | 3,276 | +129% | 0 | 0 | — |
case-16 | pass→pass | 6,564 | 12,134 | +85% | 1 | 1 | 0% | 1,509 | 3,336 | +121% | 0 | 0 | — |
case-17 | pass→pass | 7,607 | 9,631 | +27% | 1 | 1 | 0% | 1,632 | 3,244 | +99% | 0 | 0 | — |
case-18 | pass→pass | 12,737 | 11,818 | -7% | 1 | 1 | 0% | 2,226 | 3,122 | +40% | 0 | 0 | — |
case-19 | fail→pass | 10,786 | 12,238 | +13% | 1 | 1 | 0% | 1,806 | 3,223 | +78% | 0 | 0 | — |
case-20 | fail→pass | 3,719 | 7,296 | +96% | 1 | 1 | 0% | 637 | 2,430 | +281% | 0 | 0 | — |
case-21 | pass→pass | 7,785 | 9,549 | +23% | 1 | 1 | 0% | 1,122 | 3,070 | +174% | 0 | 0 | — |
case-22 | fail→fail | 9,222 | 13,010 | +41% | 1 | 1 | 0% | 1,617 | 3,823 | +136% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +41 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.