breakout-trade-planner
Generate Minervini-style breakout trade plans from VCP screener output with worst-case risk calculation, portfolio heat management, and Alpaca-compatible order templates (stop-limit bracket for pre-placement, limit bracket for post-confirmation). Use when user has VCP screener results and wants actionable trade plans with entry/stop/target levels and position sizing.
What this skill does
# Breakout Trade Planner Generate trade plans from VCP screener output following Mark Minervini's breakout methodology. Calculate position sizes using worst-case entry prices, enforce portfolio risk limits, and output Alpaca API-compatible order templates. ## When to Use - User has VCP screener JSON output and wants trade plans - User asks for breakout entry/stop/target calculation - User wants Alpaca order templates for VCP breakout candidates - User needs position sizing with portfolio heat management ## Prerequisites - VCP screener JSON output with `schema_version: "1.0"` - No API keys required (works with local JSON files) - No external skill dependencies (position sizing is built-in) ## Workflow ### Step 1: Generate Trade Plans Run the planner with VCP screener output: ```bash python3 skills/breakout-trade-planner/scripts/plan_breakout_trades.py \ --input reports/vcp_screener_YYYY-MM-DD.json \ --account-size 100000 \ --risk-pct 0.5 \ --output-dir reports/ ``` ### Step 2: Review Output Read the generated JSON and Markdown reports. Present: 1. **Actionable Orders** — Pre-breakout candidates with order templates 2. **Revalidation** — Breakout-state candidates needing live confirmation 3. **Watchlist** — Developing VCP candidates to monitor 4. **Rejected/Deferred/Constrained** — Candidates filtered by Gate or portfolio limits ### Step 3: Explain Trade Plans For each actionable order, explain: - Entry levels (signal vs worst-case) and stop-loss placement - R-multiple targets and reward-risk ratio - Two execution modes: pre_place (stop-limit) vs post_confirm (limit after 5min confirmation) - Portfolio risk contribution and cumulative heat ## Minervini Gate (Filtering Criteria) Candidates must pass ALL conditions: | Condition | Pre-breakout | Breakout | |-----------|-------------|----------| | valid_vcp | True | True | | rating_band | good/strong/textbook | good/strong/textbook | | risk_pct_worst | <= 8.0% | <= 8.0% | | breakout_volume | — | True | | distance_from_pivot | — | <= max_chase_pct | | current_price | — | <= worst_entry | ## CLI Parameters | Parameter | Default | Description | |-----------|---------|-------------| | --account-size | (required) | Account equity in dollars | | --risk-pct | 0.5 | Base risk % per trade | | --max-position-pct | 10.0 | Max single position % | | --max-sector-pct | 30.0 | Max sector exposure % | | --max-portfolio-heat-pct | 6.0 | Max total open risk % | | --target-r-multiple | 2.0 | Take-profit R-multiple | | --stop-buffer-pct | 1.0 | Stop buffer below contraction low | | --max-chase-pct | 2.0 | Max chase above pivot | | --pivot-buffer-pct | 0.1 | Pivot buffer for buy-stop trigger | | --current-exposure-json | None | Existing portfolio exposure | ## Output - `breakout_trade_plan_YYYY-MM-DD_HHMMSS.json` — Structured plans with order templates - `breakout_trade_plan_YYYY-MM-DD_HHMMSS.md` — Human-readable report ## Resources - `references/minervini_entry_rules.md` — Entry methodology and rules
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.