workflow-from-chats

Extract workflow preferences from chat transcripts into reusable guidance artifacts.

Updated May 22, 2026
One-click install
npx skills add https://github.com/paulbrittain/claude-team-kit --skill workflow-from-chats-paulbrittain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-from-chats
Source: https://github.com/paulbrittain/claude-team-kit/tree/main/skills/workflow-from-chats
Command: npx skills add https://github.com/paulbrittain/claude-team-kit --skill workflow-from-chats-paulbrittain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts scattered, informal preferences from recent chats into durable, reusable workflow guidance that teams can apply consistently without relearning the same decisions.

Core Features & Use Cases

  • Preference extraction from transcripts: Identify explicit rules, corrections, and workflow markers (e.g., “I prefer,” “always,” “never,” “review,” “PR,” “CI”) and extract actionable preference atoms like triggers, steps, quality bars, and stop conditions.
  • Evidence-driven synthesis: Builds an internal transcript inventory and uses subagent content as evidence while citing only the parent conversations, producing a preference profile with confidence levels (strong/medium/weak/contradicted).
  • Artifact selection for reuse: Chooses whether to create or edit a skill, add a rule, write a workflow doc, or defer with open questions when evidence is blocked or contradictory.

Quick Start

Ask to infer durable workflow preferences from the last 7 days of your Cursor chats and convert them into a new skill or workflow doc.

Frequently Asked Questions about workflow-from-chats

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

FAQPage Schema
How do I extract workflow preferences from chat transcripts?

To extract workflow preferences from chat transcripts, the skill inventories recent conversations, identifies explicit rules and workflow markers, and synthesizes them into actionable preference atoms with confidence scoring. It builds a preference profile from prior work without manual sorting.

Can I convert chat history into reusable CI review guidance?

Yes, you can convert chat history into reusable CI review guidance by mining recent transcripts for consistent triggers, quality bars, and stop conditions. The skill clusters preferences by workflow shape to generate standardized review rules for agents.

What is the best way to standardize agent workflows from prior conversations?

Standardizing agent workflows from prior conversations involves extracting durable preferences from chat transcripts and selecting the appropriate artifact format like a skill, rule, or workflow doc. The skill uses evidence-driven synthesis to match established team patterns.

How does preference extraction handle contradicting workflow evidence in chats?

Preference extraction handles contradicting workflow evidence by assigning weak or contradicted confidence levels to the conflicting preference atoms. When evidence is blocked or contradictory, the skill defers artifact creation and outputs open questions.

Do I need specific chat formats to mine workflow preferences?

You do not need specific chat formats to mine workflow preferences; the skill processes recent chat transcripts directly from your environment. It applies transcript inventorying and preference atom extraction to standard text conversation logs without structured data inputs.