Agent skill
careplan-goals
Generate CarePlan, Goal, and ServiceRequest resources with proper status, intent, categories, targets, and linked conditions. Use when user mentions care plan, goals, service request, referral, orders, lab orders, imaging orders, or care coordination.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/careplan-goals
SKILL.md
Care Plans, Goals, and Service Requests
Care Plan
- Status: draft, active, on-hold, revoked, completed, entered-in-error.
- Intent: proposal, plan, order, option.
- Categories: assess-plan, longitudinal, encounter-specific.
- Include CarePlan.activity with detail (scheduled procedures, medication reviews, referrals).
- Link to Conditions via CarePlan.addresses[].
- Link to Goals via CarePlan.goal[].
Goals
- lifecycleStatus: proposed, planned, accepted, active, on-hold, completed, cancelled.
- achievementStatus: in-progress, improving, worsening, no-change, achieved, not-achieved.
- Include target with detailQuantity, dueDate:
- HbA1c < 7.0%, BP < 140/90, LDL < 100, BMI < 30, weight loss X lbs by date.
- Priority: high-priority, medium-priority, low-priority.
Service Requests
- Status: draft, active, completed, revoked, entered-in-error.
- Intent: order, plan, proposal, directive, reflex-order, filler-order.
- Categories: laboratory, imaging, procedure, referral, counseling.
- Priority: routine, urgent, asap, stat.
- Common orders: Lab panels, imaging (X-ray, CT, MRI), specialist referrals, physical therapy, dietary counseling.
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?