# workflow-from-chats

> Claude/Codex skill by [@cursor](https://omgskills.com/library/cursor/index.md) · 5k stars · Updated 2026-08-25

Extract durable working preferences from recent Cursor chats and convert them into skills, rules, or workflow docs. Use when asked to learn preferences, mine feedback, personalize workflows, or generate team/person-specific agent guidance.

## Install

```sh
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/cursor-team-kit/skills/workflow-from-chats ~/.claude/skills/workflow-from-chats
```

## From README

Workflow From Chats Infer durable working preferences from recent chats. Do not summarize chats; extract reusable workflow guidance. Scope Default to the last 7 days unless the user asks for a different window. Read parent transcripts and relevant subagent transcripts. Use subagent content as evidence, but cite only parent conversations. Do not expose local transcript paths, secrets, customer data, private chat content, or credentials. Workflow State the target workflow or preference surface in one paragraph. Build an internal transcript inventory: title/topic, parent conversation ID, approximate date, completion state, relevant subagents, and why it may contain preference evidence. Scan for explicit preferences, corrections, and workflow markers such as "I prefer", "always", "never", "not what I asked", "stop", "review", "PR", "CI", "logs", and "skill". Extract preference atoms: trigger, workflow step, decision rule, quality bar, stop condition, evidence, and confidence.

## Links

- HTML page: https://omgskills.com/skills/cursor/plugins/workflow-from-chats/
- GitHub: https://github.com/cursor/plugins
- Author: [@cursor](https://omgskills.com/library/cursor/index.md)

## More from this repo

- [advisor](https://omgskills.com/skills/cursor/plugins/advisor/skills/advisor/index.md) — Advisor mode.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 7k stars
- [architect](https://omgskills.com/skills/cursor/plugins/architect/index.md) — Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 6.9k stars
- [arena](https://omgskills.com/skills/cursor/plugins/arena/index.md) — Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 5k stars
