GPT-5 finding
Percentage ({pct}%) used in verdict/notify is not defined precisely
lowdocs-gapmedium
- skills/ai-framework-watch/SKILL.md:112-116
- skills/ai-framework-watch/SKILL.md:249-252
The spec references {pct}% wow in the verdict and notification but does not define how to compute it (e.g., vs. prior week, vs. 30d implied weekly average). This ambiguity can lead to inconsistent outputs and erode trust.
Recommendation
Specify the exact formula, e.g., pct = round((star_delta_7d / (30d_delta/4) - 1) * 100).