This skill should be used when the user explicitly asks to CREATE or BUILD an AI-decision (Prompt-based) trading strategy. Trigger phrases include "create a prompt strategy", "build an AI trading strategy", "set up AI decision trading", "help me create a prompt-based strategy". Do NOT trigger for general questions about how strategies work or what prompt strategies are.
Guide the user through creating a complete AI-decision trading pipeline using Trading Prompts. This strategy type uses LLM interpretation for trade decisions — best for complex judgment, sentiment, and context.
Understand the user's trading intent:
Use the user's profile (trading_style, risk_preference, experience_level) to pre-fill defaults where possible. Skip questions the profile already answers.
→ [CHECKPOINT] Summarize understood requirements. Wait for user confirmation.
Query existing signal pools: list_signal_pools
call_signal_ai
save_signal_poolA Prompt Trader can bind MULTIPLE signal pools. Suggest combinations if the strategy benefits from multi-signal triggers.
→ [CHECKPOINT] Show signal pool(s) to be used. Wait for user confirmation.
Delegate to Prompt AI: call_prompt_ai
Save the result: save_prompt
→ [CHECKPOINT] Show prompt summary. Wait for user confirmation.
Query existing traders: list_traders
create_ai_trader (LLM config only)Bind the prompt: bind_prompt_to_trader(trader_id, prompt_id)
Configure triggers: update_trader_strategy(trader_id, signal_pool_ids, ...)
→ [CHECKPOINT] Show complete configuration summary:
These are SECURITY OPERATIONS that require manual user action:
Offer to verify after user completes: diagnose_trader_issues(trader_id)