winston-chat-workspace

Automate building and repairing Winston's chat workspace with response blocks and data-driven follow-ups.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/paulmalmquist/Consulting_app --skill winston-chat-workspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: winston-chat-workspace
Source: https://github.com/paulmalmquist/Consulting_app/tree/main/skills/winston-chat-workspace
Command: npx skills add https://github.com/paulmalmquist/Consulting_app --skill winston-chat-workspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streams are heavy to implement; this skill provides a repeatable pattern to build or repair Winston's chat workspace, including rendering of response blocks and analytics-driven follow-ups, ensuring consistent UX and data shaping.

Core Features & Use Cases

  • Full-screen chat workspace integration with deterministic tracks for workspace shell, response blocks, analytical intent/state, and seed/data fixes.
  • Inline charts and tables rendering within chat responses.
  • Seed/data gap diagnosis and patching for Winston's conversational flow.

Quick Start

Initialize Winston's full-screen chat workspace and render a sample response block with an inline chart.

Frequently Asked Questions about winston-chat-workspace

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

FAQPage Schema
How do I build a full-screen chat workspace with inline response blocks?

To build a full-screen chat workspace, you need a repeatable pattern that renders response blocks and coordinates the UI shell with conversational flows. This skill automates that workspace construction deterministically.

How do I render multi-series charts and tables inside chat responses?

Rendering multi-series charts and tables inside chat responses requires coordinating analytical state with UI blocks. This skill provides deterministic tracks to shape data and render inline visualizations within the chat flow.

Why does my conversational flow break due to missing seed data?

Conversational flow breaks when analytics-driven follow-ups lack proper seed data. This skill diagnoses seed and data gaps within the workspace, applying patches to repair the broken conversational state.

Can I use this approach to repair an existing chat workspace UI shell?

Yes, you can repair an existing chat workspace by applying deterministic scripts to fix the UI shell, response blocks, and analytical state. It rebuilds broken workspace components without requiring external dependencies.

What is the best way to structure analytics state for data-driven follow-ups in a chat interface?

Structuring analytics state for data-driven follow-ups requires deterministic tracks that map analytical intent to UI response blocks. This skill coordinates that state shaping to ensure consistent conversational UX.