fsd:verify-trading-desk

Execute the analyze pipeline headlessly and read the RunSummary.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/fixpoint-labs/flow-state-dev --skill fsd-verify-trading-desk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fsd:verify-trading-desk
Source: https://github.com/fixpoint-labs/flow-state-dev/tree/main/.agents/skills/verify-trading-desk
Command: npx skills add https://github.com/fixpoint-labs/flow-state-dev --skill fsd-verify-trading-desk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill verifies trading desk analysis changes by running the real analyze pipeline headlessly and reading a machine-readable RunSummary, ensuring the change works end-to-end without browser or custom harness.

Core Features & Use Cases

  • Real Pipeline Execution: Runs the trading desk analysis flow with actual data, not mocked generators.
  • Machine-Readable Summary: Provides a RunSummary with decision and memo status, confirming the change's impact.
  • Use Case: After modifying desk analysis logic, use this Skill to confirm the change's real-world impact by reading the RunSummary.

Quick Start

Run the verify-trading-desk skill to verify the change in the 'analysis' flow for the 'NVDA' ticker using fixtures and fast cost preset.

Frequently Asked Questions about fsd:verify-trading-desk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify trading desk analysis changes end-to-end without a browser?

Run the analyze pipeline headlessly to execute the trading desk analysis flow with real data, capturing a machine-readable RunSummary that confirms decision and memo status without requiring a browser or custom harness.

What is a RunSummary in trading desk pipeline execution?

A RunSummary is a machine-readable output from headless pipeline execution that confirms trading desk analysis changes by reporting decision and memo status, verifying real-world impact on actual data.

Do I need mocked data generators to test trading desk analysis flows?

No, headless pipeline execution uses actual data instead of mocked generators to verify trading desk analysis changes, providing real-world RunSummary confirmation of decision and memo status without mocked data generators.

What prerequisites are needed to run headless trading desk analysis verification?

You need fsdev and access to the trading desk's analysis flow to execute headless pipeline runs, obtaining a machine-readable RunSummary that verifies analysis changes end-to-end.

Can I use fixtures and a fast cost preset to verify trading desk analysis?

Yes, you can execute headless pipeline runs for specific tickers using fixtures and a fast cost preset, generating a RunSummary that verifies analysis flow changes quickly and efficiently.