How to install ito-trade-planner
npx skills add null --skill ito-trade-plannerFull instructions (SKILL.md)
Source of truth, from affaan-m/ecc.
name: ito-trade-planner description: Build a non-advisory prediction-market trade planning worksheet for Itô or venue workflows. Use to inspect venues, underliers, constraints, order prerequisites, and manual execution steps without placing trades or recommending positions. metadata: origin: ECC
Itô Trade Planner
Use this skill when a user wants a structured worksheet for a prediction-market idea, basket adjustment, venue comparison, or manual execution plan.
The skill is intentionally non-executing. It produces checklists and parameter tables the user can review manually.
Guardrails
- Do not say a trade is good, bad, optimal, or recommended.
- Do not provide investment advice or position sizing advice.
- Do not place, cancel, route, or sign orders.
- Do not request private keys, seed phrases, exchange passwords, or wallet credentials.
- Require explicit user approval before any workflow moves from research to execution-capable tooling.
Planning Workflow
- Restate the user's idea as a neutral hypothesis.
- Identify markets, venues, underliers, resolution rules, fees, and data freshness constraints.
- If
ITO_API_KEYis configured and requested, read Itô basket metadata. - Build a manual worksheet:
- market/underlier
- venue
- data source
- current observable price or status
- resolution rule
- liquidity caveat
- open questions
- manual action link or next review step
- Run
prediction-market-risk-reviewbefore discussing automation, keys, venue auth, or capital constraints.
Allowed Language
Use:
- "manual planning worksheet"
- "questions to answer before acting"
- "observable venue data"
- "risk and constraint review"
Avoid:
- "you should buy/sell"
- "best trade"
- "guaranteed"
- "risk-free"
- "optimal size"
Output Contract
End every plan with:
This is a planning worksheet, not investment or trading advice. Review venue
rules and make any trading decisions yourself.
Related skills
More from affaan-m/ecc and the wider catalog.
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
frontend-design-direction
Set an ECC-specific frontend design direction for production UI work. Use when building or improving websites, dashboards, applications, components, landing pages, visual tools, or any web UI that needs stronger product-specific design judgment.
api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
seo
Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.