loom-workflow
v5.3.1Optional using-loom-workflow discovery routing and Loom workflow tools around the loom stations — persistent Outcome Maps, git memory, loom-memory (recall / record / reconcile / retire durable repository lessons), critique (proposal | complexity), recap, handoff, session distill, chat visualizations (tables / ASCII / Mermaid, reasoning pages), cross-executor second opinion, plus the standalone goal-create and dbt-model-style skills.
By koukoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 12 skill or MCP entries
- Source updated
- Sep 21, 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 loom-workflow for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add loom-workflow@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/kouko/loom-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is loom-workflow/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/critique/SKILL.md├── skills/dbt-model-style/SKILL.md├── skills/decision-map/SKILL.md├── skills/distill-sessions/SKILL.md├── skills/git-memory/SKILL.md├── skills/goal-create/SKILL.md├── skills/handoff/SKILL.md├── skills/independent-advisor/SKILL.md├── skills/loom-memory/SKILL.md├── skills/loom-visualization/SKILL.md├── skills/recap-state/SKILL.md└── skills/using-loom-workflow/SKILL.md
Included Skills12
Judge proposals (mode: proposal) or simplify a change (mode: complexity). Use for 'critique this', 'should we build this?', or 'over-engineered?'.
Apply dbt + Redshift style and structure when writing, editing, or reviewing a dbt SQL model; excludes logic and layer design.
Chart or advance a persistent Outcome Map across sessions. Use for decision maps, '開地圖', '推進地圖', or 'デシジョンマップ'.
Mine past Claude Code or Codex sessions for skill improvement proposals. Use to audit activation telemetry or recurring friction.
Classify commit/PR memory before every git commit, gh pr create, or gh pr merge. Also use to recall why an old Git decision was made.
Create a session goal or draft repository purpose. This skill never fires on its own; it must be invoked by name.
Save or resume a HANDOFF across sessions. Use for 'wrap up' or 'save state'; in-session re-orientation belongs to recap-state.
Get a second opinion on a plan or decision. Use when asked to consult another model, higher effort, or another vendor.
Manage durable repository lessons when asked to remember, recall, reconcile, or forget; also recall when a task needs a prior lesson.
Show comparisons, flows, decisions, states or reasoning chains as tables, ASCII or Mermaid in coding chat, including when a Loom station reports to the user (intent restatement, choices, blind-run results); not Obsidian notes.
Give an in-session recap for 'where were we', '我們剛剛在幹嘛', '剛剛講到哪', '我跟丟了', 'ちょっと振り返って', '今どこだっけ', or '振り返り'. The built-in /recap is an away-summary.
Route broad Loom workflow-tool requests to the right skill. Use when the request spans tools or the right workflow skill is unclear.
Plugin manifests2
{
"name": "loom-workflow",
"version": "5.3.1",
"description": "Optional using-loom-workflow discovery routing and Loom workflow tools around the loom stations — persistent Outcome Maps, git memory, loom-memory (recall / record / reconcile / retire durable repository lessons), critique (proposal | complexity), recap, handoff, session distill, chat visualizations (tables / ASCII / Mermaid, reasoning pages), cross-executor second opinion, plus the standalone goal-create and dbt-model-style skills.",
"author": {
"name": "kouko",
"url": "https://github.com/kouko"
},
"homepage": "https://github.com/kouko/loom-plugins/tree/main/loom-workflow",
"repository": "https://github.com/kouko/loom-plugins",
"license": "MIT",
"keywords": [
"decision-map",
"git-memory",
"loom-memory",
"critique",
"developer-workflow",
"distill-sessions",
"recap-state",
"handoff",
"loom-visualization",
"independent-advisor",
"goal-create",
"dbt-model-style",
"dbt"
],
"hooks": "./hooks/hooks-codex.json",
"interface": {
"displayName": "loom-workflow",
"shortDescription": "Process skills for the work around the code",
"longDescription": "Skills for the engineering work that surrounds writing code — decision-map (start or resume a persistent Outcome Map v3 whose delivery arcs are intents), git-memory (record why a decision was made into commit/PR memory trailers, then recall it later), loom-memory (recall, record, reconcile, or retire a durable repository lesson in the OKF v0.2-compatible memory store), critique (one skill, `mode: proposal` triages a list or plan and `mode: complexity` weighs one change by a deletion-first, YAGNI lens), recap-state and handoff (re-orient mid-session or save state for the next session), distill-sessions (mine past transcripts for friction patterns), independent-advisor (a second opinion from another executor), loom-visualization (tables, ASCII or Mermaid for comparisons, flows, decisions, states and reasoning chains in coding chat, plus a reasoning page mode; not for Obsidian notes), and the standalone goal-create and dbt-model-style skills. Use them to decide well, remember why, and hand off cleanly. Bundles a UserPromptSubmit hook that injects the visualization card for loom-visualization, with its plain-language reply rules, on every prompt.",
"developerName": "kouko",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use decision-map to start or resume an Outcome Map v3 for this repo.",
"Critique this plan — what can we drop or defer?",
"Is this change worth the lines it adds?",
"Record why we chose this design into git memory so we can recall it later."
],
"websiteURL": "https://github.com/kouko/loom-plugins/tree/main/loom-workflow",
"brandColor": "#475569"
}
}{
"name": "loom-workflow",
"version": "5.3.1",
"description": "Optional using-loom-workflow discovery routing and Loom workflow tools around the loom stations — persistent Outcome Maps, git memory, loom-memory (recall / record / reconcile / retire durable repository lessons), critique (proposal | complexity), recap, handoff, session distill, chat visualizations (tables / ASCII / Mermaid, reasoning pages), cross-executor second opinion, plus the standalone goal-create and dbt-model-style skills.",
"author": {
"name": "kouko",
"url": "https://github.com/kouko"
},
"homepage": "https://github.com/kouko/loom-plugins/tree/main/loom-workflow",
"repository": "https://github.com/kouko/loom-plugins",
"license": "MIT",
"keywords": [
"decision-map",
"git-memory",
"loom-memory",
"critique",
"developer-workflow",
"distill-sessions",
"recap-state",
"handoff",
"loom-visualization",
"independent-advisor",
"goal-create",
"dbt-model-style",
"dbt"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[loom-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/loom-workflow)