Muse:Chain banner
doanchienthangdev doanchienthangdev

Muse:Chain

Development community

Description

--- description: Run a sequential multi-persona chain on a question. Each persona sees the original question plus a 2-3 sentence summary of prior personas' outputs (not full raw text). Supports inline syntax (feynman→socrates→seneca) or preset name (product-decision, code-review, all). Auto-summarizes if the chain grows beyond 5 personas or 30 KB of working context. Produces a synthesis block covering agreement, divergence, and a single next action. Persists to ~/.muse/chains/<timestamp>-<chain-

Installation

Installs to ~/.claude/skills/doanchienthangdev-muse-muse-chain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/doanchienthangdev-muse-muse-chain && curl -fsSL https://raw.githubusercontent.com/doanchienthangdev/muse/HEAD/commands/muse:chain.md -o ~/.claude/skills/doanchienthangdev-muse-muse-chain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository