Agent skill
doctor-treatment
Produce a treatment note that combines diagnosis, confidence, supporting evidence, alternative explanations, and proposed treatment options. Creates an artifact, not execution.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/treatment
Metadata
Additional technical details for this skill
- assets
-
[ "TREATMENT_NOTE.md" ] - author
- Jordan Godau
- keywords
-
treatment diagnosis proposal options confidence risk approval
- references
-
[ "01_PURPOSE.md", "02_DIAGNOSIS.md", "03_OPTIONS.md", "04_OUTPUT.md" ]
SKILL.md
doctor-treatment
Produce a treatment note combining diagnosis, confidence, and proposed options.
Purpose
- Diagnosis is a claim with uncertainty
- Treatment is a proposal, not an action
This skill creates an artifact, not execution.
Epistemic Stance
- State diagnosis as an estimate, not a fact
- Include confidence level and falsification criteria
- Present options, not mandates
- Acknowledge risks and blast radius
You MUST
- Clearly state the primary diagnosis
- Include confidence and what could falsify it
- Present multiple treatment options (not just one)
- Discuss risks and blast radius for each option
- Keep the note consumable by planning skills
You MUST NOT
- Execute changes
- Conflate treatment with implementation
- Assume correctness beyond stated confidence
- Omit "do nothing" as an option when appropriate
Output
A completed Treatment Note using the template at ../.resources/assets/TREATMENT_NOTE.md.
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?