philharmonie
v0.3.1Projektaufträge mit Spec, getrenntem Generator und Evaluator sowie dauerhaftem Zustand bearbeiten; Cross-CLI-Fragen und begrenzte Schreibaufträge auch einzeln ausführen.
By Sebastian RädleLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 15, 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 philharmonie for Codex and Claude Code
codex plugin marketplace add muhackel/claude-code-plugins
codex plugin marketplace upgrade muhackel-plugins
codex plugin add philharmonie@muhackel-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the muhackel-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “philharmonie” remain stable.
- Codex:
philharmonie@agent-plugin-marketplace→philharmonie@muhackel-plugins
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/muhackel/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/philharmonie/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/evaluator/SKILL.md├── skills/generator/SKILL.md├── skills/orchestration/SKILL.md└── skills/planner/SKILL.md
Included Skills4
Einen Philharmonie-Prüfstand unabhängig gegen die Spec bewerten. Jedes Pflichtkriterium mit Belegen prüfen und PASS, FAIL oder BLOCKED liefern; keine Umsetzung und keine Nutzerabnahme ersetzen.
Eine freigegebene Philharmonie-Spec im zugewiesenen Snapshot umsetzen. Verwenden als abgegrenzte Generator-Rolle mit Handover, erlaubten Pfaden und Ergebnisschema.
Philharmonie koordiniert abgegrenzte Projektaufträge mit Spec, getrenntem Generator und Evaluator sowie dauerhaftem Zustand. Verwenden für ausdrücklich beauftragte Planung und Umsetzung mit unabhängiger Prüfung oder zum Fortsetzen einer Philharmonie-Mission; einzelne Zweitmeinungen über die Commands ask und execute.
Philharmonie-Spezifikationen aus einem konkreten Nutzerauftrag entwickeln: Projektquellen lesen, offene Entscheidungen klären und überprüfbare Abnahmekriterien formulieren. Keine Umsetzung ohne passenden Arbeitsauftrag.
Plugin manifests2
{
"name": "philharmonie",
"version": "0.3.1",
"description": "Projektaufträge mit Spec, getrenntem Generator und Evaluator sowie dauerhaftem Zustand bearbeiten; Cross-CLI-Fragen und begrenzte Schreibaufträge auch einzeln ausführen.",
"author": {
"name": "Sebastian Rädle",
"email": "[email protected]"
},
"repository": "https://github.com/muhackel/claude-code-plugins",
"license": "MIT",
"keywords": [
"claude",
"codex",
"orchestration",
"review",
"state-machine",
"cross-cli"
],
"skills": "./skills/",
"interface": {
"displayName": "Philharmonie",
"shortDescription": "Projektaufträge planen, getrennt umsetzen und unabhängig prüfen",
"longDescription": "Philharmonie verbindet Cross-CLI-Aufträge mit einer versionierten Spec und getrennten Arbeitsrollen. Ein lokaler Runner verwaltet Übergaben, Prüfbelege, Pause und Wiederaufnahme. Die Linux-Laufzeit nutzt Nix und Bubblewrap.",
"developerName": "Sebastian Rädle",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": "Plane diesen Projektauftrag mit Philharmonie und setze die freigegebene Spec mit unabhängiger Prüfung um.",
"screenshots": []
}
}{
"name": "philharmonie",
"version": "0.3.1",
"description": "Projektaufträge mit Spec, getrenntem Generator und Evaluator sowie dauerhaftem Zustand bearbeiten; Cross-CLI-Fragen und begrenzte Schreibaufträge auch einzeln ausführen.",
"author": {
"name": "Sebastian Rädle",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"claude",
"codex",
"orchestration",
"review",
"state-machine",
"cross-cli"
],
"skills": "./skills",
"commands": "./commands"
}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.
[philharmonie on Agent Plugins Marketplace](https://pluginsmp.com/plugins/philharmonie)