Agent skill
readiness-check
Pre-run safety gate that evaluates readiness and recommends proceed/modify/skip decisions. Use before scheduled workouts to assess recovery status, injury signals, and training load based on sleep, soreness, and recent activity.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/readiness-check
Metadata
Additional technical details for this skill
- short description
- Pre-run safety and readiness gate with conservative recommendations.
SKILL.md
When Claude should use this skill
- Before starting a planned workout or recording a run
- When the user reports fatigue, soreness, or poor sleep
- When user asks if they should run today or if they're ready for a workout
Invocation guidance
- Supply
UserProfile, recentTrainingHistory, andselfReport(sleep, soreness, mood). - Evaluate against load/monotony caps and health signals; prefer conservative outcomes.
- Return a readiness decision with
SafetyFlag[]and recommended modifications.
Input schema
See references/input-schema.json.
Output schema
See references/output-schema.json.
Integration points
- UI: Pre-run modal; disable GPS start if decision is
skipormodify. - API: New route
v0/app/api/run/readiness. - Background: Can run nightly to precompute next-day readiness.
Safety & guardrails
- If pain/dizziness/injury keywords detected → decision must be
skip, advise stop and consult professional. - If data missing or uncertain → default to
modify, emitSafetyFlagmissing_data. - Never provide medical diagnosis.
Telemetry
- Emit
ai_skill_invokedandai_safety_flag_raised(if any) withdecision,safety_flags,model,latency_ms.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?