synth-thread-to-sop

Classify resolved Slack threads into typed frontmatter memory entries.

31|20|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/mycelium-hq/ai-brain-starter --skill synth-thread-to-sop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: synth-thread-to-sop
Source: https://github.com/mycelium-hq/ai-brain-starter/tree/main/skills/synth-thread-to-sop
Command: npx skills add https://github.com/mycelium-hq/ai-brain-starter --skill synth-thread-to-sop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts resolved Slack threads into structured memory entries (decision, exception, or workflow) to preserve actionable insights and procedures.

Core Features & Use Cases

  • Classifies a Slack thread into decision, exception, or workflow using deterministic signals.
  • Writes a typed frontmatter entry under Meta/Decisions, Meta/Exceptions, or Meta/Workflows with provenance and optional entity mentions.
  • Supports optional LLM-based refinement when enabled, while defaulting to heuristic-only classification.

Quick Start

Run the synthesis on a resolved Slack thread markdown file to produce a typed memory entry in the relevant Meta/ directory.

Frequently Asked Questions about synth-thread-to-sop

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

FAQPage Schema
How do I convert Slack threads into structured memory entries?

To convert Slack threads into memory entries, this Skill classifies resolved thread markdown files and writes typed frontmatter-backed files to Meta/Decisions, Meta/Exceptions, or Meta/Workflows directories along with a human-readable summary.

How does Slack thread classification work for typed memory?

Slack thread classification uses deterministic heuristic signals by default to categorize threads into decisions, exceptions, or workflows, with an optional Claude-based LLM refinement flag (--use-llm) for enhanced processing accuracy.

Do I need an LLM to automate Slack thread processing into memory?

No, you do not need an LLM to automate Slack thread processing; the Skill defaults to a heuristic-only pipeline for classification, but supports optional Claude-based refinement via the --use-llm flag if higher accuracy is desired.

What types of Slack threads can be saved as typed memory entries?

Slack threads that capture a one-time decision, a process deviation, or a multi-step procedure can be saved as typed memory entries, automatically sorting them into Decisions, Exceptions, or Workflows Meta directories.

Does Slack thread to memory entry conversion work without external dependencies?

Yes, Slack thread to memory entry conversion works without external dependencies, utilizing a heuristic-only pipeline to classify content and write output via the vault memory writer.

What is the best way to preserve Slack decisions and workflows?

The best way to preserve Slack decisions and workflows is to synthesize resolved threads into structured frontmatter memory files, storing actionable insights under typed Meta directories with provenance and entity mentions.