Agent Plugins Marketplace
All plugins

unfold

v0.2.2

Linear loop moment router — unfold the whole picture, next unblocked actions, runbook invariants, decision log, and roadmap from Linear; write only structure and decisions, never state

Claude Code1 Skill

By Jongwon Choi10 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install unfold for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install unfold@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jongwony/cc-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is unfold/.

Plugin files

unfold/
├── .claude-plugin/plugin.json
└── skills/unfold/SKILL.md

Included Skills1

unfoldskills/unfold/SKILL.md

This skill should be used when the user asks to "unfold" the current work picture or hits one of six recurring moments in multi-PR / multi-project work tracked in Linear: "전체 그림" / "지금 상태 펼쳐줘" / "whole picture" (span-open orient), "다음 뭐 하지" / "뭐가 unblocked" / "next action" (next), "배포 순서" / "머지 전 확인" / "deploy order" (deploy), "이 길로 가는 이유 기록" / "결정 남겨줘" / "log this decision" (decide), "세션 정리" / "구조 변경 반영" / "wrap up the span" (close), "로드맵" / "게이트 어디까지 왔지" / "roadmap" (roadmap). Reads current state from Linear via MCP; writes ONLY structure and decisions (never status). Invoked as /unfold [moment] [project].

Plugin manifests1

unfold/.claude-plugin/plugin.json
{
  "name": "unfold",
  "description": "Linear loop moment router — unfold the whole picture, next unblocked actions, runbook invariants, decision log, and roadmap from Linear; write only structure and decisions, never state",
  "version": "0.2.2",
  "author": {
    "name": "Jongwon Choi",
    "url": "https://github.com/jongwony"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[unfold on Agent Plugins Marketplace](https://pluginsmp.com/plugins/unfold)