2
0

chore(plugin): commit baseline plugin state pre-refactor

Baseline commit before splitting klarheit-mit-idea2self into router +
7 atomic workflow-skills. Captures the monolithic skill (1.671 LOC,
8 workflows, 5 references, 2 templates) as the starting point so
subsequent steps can use git mv with rename detection.

Files added:
- .claude-plugin/plugin.json + marketplace.json
- README.md (plugin overview, ex-skills/README.md)
- skills/klarheit-mit-idea2self/ (full monolith)

Refactor tracked in parent repo: DEC-0010,
agentbrain/memory/plans/engineering/2026-05-19-i2s-skill-split.md.
This commit is contained in:
Philipp Sieder
2026-05-19 01:05:02 +02:00
parent 587b2ceabf
commit de85d675a2
19 changed files with 1704 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "idea2self-ecosystem",
"description": "Idea2Self Von vager Idee zu messbarem nächsten Schritt.",
"owner": {
"name": "Philipp Sieder",
"email": "kontakt@think-slick.de"
},
"plugins": [
{
"name": "klarheit-mit-idea2self",
"description": "KI-gestützter Facilitator für Ideenentwicklung, Validierung und Umsetzungsplanung mit Design Thinking, Lean Startup und WOOP.",
"version": "1.0.0",
"source": "./",
"author": {
"name": "Philipp Sieder",
"email": "kontakt@think-slick.de"
}
}
]
}