From tradermonty-claude-trading-skills
Generates falsifiable trade strategy hypotheses from market data, trade logs, and journal snippets. Outputs ranked hypothesis cards with experiment designs, kill criteria, and optional strategy.yaml export.
npx claudepluginhub joshuarweaver/cascade-business-ops --plugin tradermonty-claude-trading-skillsThis skill uses the workspace's default tool permissions.
Generate 1-5 structured hypothesis cards from a normalized input bundle, critique and rank them, then optionally export `pursue` cards into `strategy.yaml` + `metadata.json` artifacts.
examples/example_input.jsonexamples/example_output.jsonexamples/sample_input.jsonprompts/critique_prompt_template.mdprompts/developer_prompt_template.mdprompts/system_prompt.mdreferences/evidence_quality_guide.mdreferences/hypothesis_types.mdschemas/hypothesis_card.schema.jsonschemas/input_bundle.schema.jsonschemas/output_bundle.schema.jsonschemas/raw_hypotheses.schema.jsonscripts/pipeline/__init__.pyscripts/pipeline/evidence_extractor.pyscripts/pipeline/format_output.pyscripts/pipeline/normalize.pyscripts/pipeline/ranking.pyscripts/pipeline/strategy_exporter.pyscripts/run_hypothesis_ideator.pyscripts/tests/conftest.pyGenerates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Generate 1-5 structured hypothesis cards from a normalized input bundle, critique and rank them, then optionally export pursue cards into strategy.yaml + metadata.json artifacts.
prompts/system_prompt.mdprompts/developer_prompt_template.md (inject {{evidence_summary}})prompts/critique_prompt_template.md.pursue hypotheses via Step H strategy exporter.python3 skills/trade-hypothesis-ideator/scripts/run_hypothesis_ideator.py \
--input skills/trade-hypothesis-ideator/examples/example_input.json \
--output-dir reports/
python3 skills/trade-hypothesis-ideator/scripts/run_hypothesis_ideator.py \
--input skills/trade-hypothesis-ideator/examples/example_input.json \
--hypotheses reports/raw_hypotheses.json \
--output-dir reports/ \
--export-strategies
references/hypothesis_types.mdreferences/evidence_quality_guide.md