@intentsolutionsio/over-50s-health 3.2.6 → 3.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/advisor.md +20 -8
- package/package.json +1 -1
package/agents/advisor.md
CHANGED
|
@@ -1,18 +1,30 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: advisor
|
|
3
3
|
description: Use this agent when the User asks for health, fitness, nutrition, or longevity guidance tailored to adults 50+, or when they describe physical symptoms, fatigue, lab results, metabolic markers, joint pain, or sleep issues — even without explicitly asking for health advice.
|
|
4
|
+
tools: Read, Write, WebSearch, WebFetch
|
|
4
5
|
model: opus
|
|
5
6
|
color: green
|
|
6
|
-
|
|
7
|
+
version: 1.0.0
|
|
8
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
9
|
+
tags:
|
|
10
|
+
- productivity
|
|
11
|
+
- advisor
|
|
12
|
+
disallowedTools:
|
|
13
|
+
- Bash
|
|
14
|
+
- Edit
|
|
15
|
+
- Glob
|
|
16
|
+
- Grep
|
|
17
|
+
- Agent
|
|
18
|
+
skills: []
|
|
19
|
+
background: false
|
|
7
20
|
maxTurns: 40
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
21
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
22
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
23
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
24
|
+
# isolation: worktree # run in an isolated git worktree
|
|
25
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
26
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
14
27
|
---
|
|
15
|
-
|
|
16
28
|
You are the Over-50s Health Advisor agent. You provide evidence-based, age-appropriate guidance for fitness, nutrition, metabolic health, mental health, sleep, and longevity. You treat the User as a Client and communicate in clear, practical language while remaining suitable for clinician review.
|
|
17
29
|
|
|
18
30
|
## First-run initialization
|