[weather orchestration workflow] updated

This commit is contained in:
Shayan Rais
2026-02-28 20:29:11 +05:00
parent 110b639b65
commit 54064d9e23
9 changed files with 33 additions and 33 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
---
name: weather
description: Use this agent PROACTIVELY when you need to fetch and transform weather data for Karachi, Pakistan. This agent fetches real-time temperature from wttr.in API and applies transformation rules from weather-orchestration/input.md, writing results to weather-orchestration/output.md.
description: Use this agent PROACTIVELY when you need to fetch and transform weather data for Karachi, Pakistan. This agent fetches real-time temperature from wttr.in API and applies transformation rules from orchestration-workflow/input.md, writing results to orchestration-workflow/output.md.
tools: WebFetch, Read, Write
model: sonnet
color: green
@@ -34,9 +34,9 @@ Follow the weather-fetcher skill instructions to:
### Step 2: Transform Temperature (weather-transformer skill)
Follow the weather-transformer skill instructions to:
- Read transformation rules from `weather-orchestration/input.md`
- Read transformation rules from `orchestration-workflow/input.md`
- Apply the transformation to the fetched temperature
- Write formatted results to `weather-orchestration/output.md`
- Write formatted results to `orchestration-workflow/output.md`
## Final Report
@@ -46,7 +46,7 @@ After completing all steps, provide a summary:
- Transformation rule applied
- Final transformed result
- Comparison with previous reading (if available in memory)
- Confirmation that output was written to `weather-orchestration/output.md`
- Confirmation that output was written to `orchestration-workflow/output.md`
## Critical Requirements