blend
v0.3.1Sören's workflow skills — blends superpowers, simpleviz, and review loops
By Sören Stöhrmann0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 5, 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 blend for Codex and Claude Code
codex plugin marketplace add sstoehrm/blend
codex plugin marketplace upgrade blend
codex plugin add blend@blendPaste and run these commands in a terminal with Codex. They add and refresh the blend catalog, then install this plugin.
Compatibility: the page URL and API slug “blend” remain stable.
- Codex:
blend@agent-plugin-marketplace→blend@blend
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/sstoehrm/blendClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/blend/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/brainstorming/SKILL.md├── skills/deduce/SKILL.md└── skills/use-blend/SKILL.md
Included Skills3
Use when brainstorming, designing, or writing a spec for any feature or idea — load this instead of loading superpowers:brainstorming directly.
Use when creating or updating a project's concept graph (superficial architecture view) from its code, a plan, or a spec — or when the user asks how the system fits together.
Use when starting any coding, design, debugging, or writing task — before clarifying questions, exploration, or implementation. Establishes communication style, verification habits, and which skill to route each phase of work through.
Plugin manifests2
{
"name": "blend",
"version": "0.3.1",
"description": "Sören's workflow skills — blends superpowers, simpleviz, and review loops",
"author": {
"name": "Sören Stöhrmann"
},
"skills": "./skills/",
"interface": {
"displayName": "Blend",
"shortDescription": "Visual design and evidence-based architecture",
"longDescription": "Combine superpowers workflows with simpleviz design figures and reviewed concept graphs.",
"developerName": "Sören Stöhrmann",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Use Blend to guide this task."
]
}
}{
"name": "blend",
"version": "0.3.1",
"description": "Sören's workflow skills — blends superpowers, simpleviz, and review loops",
"author": {
"name": "Sören Stöhrmann"
}
}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.
[blend on Agent Plugins Marketplace](https://pluginsmp.com/plugins/blend)