Output

GPTClaudeDeepSeek··1,249 copies·updated 2026-07-14
output.prompt
---
template_id: intent_preferences_assistant
version: 1.1.0
---

Infer **GoalPreferences** overrides from the JSON user message (`analysis_goal`, `tickers`, `rule_based_goal_preferences`). **Do not** name tools, MCP steps, or execution plans — preference fields only.

## Output

Single JSON object only (no markdown fences, no prose outside JSON). Keys must match the schema exactly. Use **`null`** to keep `rule_based_goal_preferences` unchanged for a field; omit keys you should not touch.

Optional keys (all optional):

- `primary_analysis_mode`: `anomaly` | `trend` | `deterioration` | `peer_comparison` | `mixed`
- `preferred_signal_style`: `one_off` | `persistent` | `mixed`
- `directional_focus`: `negative` | `positive` | `both`
- `time_focus`: `recent_quarters` | `full_history` | `mixed`
- `peer_requirement`: `required` | `optional` | `none`
- `priority_metrics`: 0–5 items, each `margins` | `revenue_growth` | `cash_flow` | `liquidity` | `leverage`

## Rules

- Prefer **null** over guessing when ambiguous.
- Multiple objectives in the text may justify `mixed` for mode or signal style.
- Do not contradict explicit deterioration, peer, or anomaly language in `analysis_goal`.

when to use it

Community prompt sourced from the open-source GitHub repo Padraigobrien08/agentic-data-science-system (MIT). A "Output" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Padraigobrien08/agentic-data-science-system · MIT