2
0
Files
Philipp Sieder 92f66f3bad chore(plugin): update manifests + README to standards + correct repository URL
Fix wrong GitHub URL (philippsieder/klarheit-mit-idea2self) and align
plugin.json + marketplace.json with Claude Code plugin/marketplace
schema. Repository is hosted on the self-hosted Gitea at
git.slickservice.eu/Idea2Self/agent-skills, not GitHub.

plugin.json:
- homepage + repository point at git.slickservice.eu/Idea2Self/agent-skills
- repository changed from string to {type, url} object (schema-conform)
- version bumped 1.0.0 -> 2.0.0 (router + 7 atomic skills is a major
  architectural change vs the monolithic v1)
- description updated to reflect the new router-and-atoms architecture
- author gains url field (think-slick.de)
- keywords expanded with the seven sub-skill domains (discovery,
  problem-statement, persona, recherche, experiment, prototyp,
  action-plan) + facilitator

marketplace.json:
- description expanded ("Sammlung von Claude-Code-Plugins ...")
- owner gains url field
- marketplace gains its own homepage + repository + license (Gitea URL)
- per-plugin entry gains homepage + license + keywords for marketplace
  discovery
- plugin version synced to 2.0.0
- source stays "./" — marketplace.json and plugin.json sit in the
  same repo, no cross-repo source needed

README.md:
- Lead paragraph now describes router + 7 atomic skills (not 7
  workflows in a single skill)
- Installation: Gitea URL for /plugin marketplace add; install
  command uses plugin@marketplace form
  (klarheit-mit-idea2self@idea2self-ecosystem)
- SSH + local-path install variants added for contributors
- "Als einzelne Skills" copy command updated for new layout
- New "Architektur"-Section with ASCII tree of router + i2s-* skills
  + plugin-shared explanation
- Trigger-tabelle for direct sub-skill activation (7 rows mapping
  german trigger-phrase to skill and output section)
- Repository link in footer
2026-05-20 17:57:25 +02:00

4.6 KiB
Raw Permalink Blame History

Klarheit mit Idea2Self

Von vager Idee zu messbarem nächsten Schritt.

Ein Claude Code Plugin, das den vollständigen Idea2Self-Prozess als KI-gestützten Facilitator abbildet. Ein Router-Skill (klarheit-mit-idea2self) plus 7 atomare Workflow-Skills (i2s-*) führen iterativ von einer vagen Idee zu einem konkreten Action-Plan.

Was entsteht

Eine zentrale idea2self-<deine-idee>.md Datei mit:

  • Idee Strukturierter Kern aus Discovery-Interview
  • Problem-Statement HMW-Formulierung mit Zielgruppe und Bedürfnis
  • Persona Verhaltensbasiert (JTBD + Gains), nicht demografisch
  • Recherche-Report Web-Recherche + Interview-Vorbereitung mit Orten
  • Experiment-Card Priorisierte Hypothesen + MVE-Design + Interview-Leitfaden
  • Prototyp-Konzept 5 Ideen → Auswahl → Scope → User Flow
  • Action-Plan 10 Aufgaben / 14 Tage + persönlicher Obstacle-Plan (WOOP)

Jeder Durchlauf verbessert die Datei. Neue Erkenntnisse fließen rückwirkend ein.

Installation

Als Claude Code Plugin (empfohlen)

/plugin marketplace add https://git.slickservice.eu/Idea2Self/agent-skills
/plugin install klarheit-mit-idea2self@idea2self-ecosystem

Per SSH (für Beitragende)

git clone git@git.slickservice.eu:Idea2Self/agent-skills.git
/plugin marketplace add /pfad/zu/agent-skills
/plugin install klarheit-mit-idea2self@idea2self-ecosystem

Manuell (lokaler Pfad)

/plugin marketplace add /pfad/zu/agent-skills
/plugin install klarheit-mit-idea2self@idea2self-ecosystem

Als einzelne Skills (ohne Plugin-System)

# Router + alle 7 Sub-Skills auf einmal kopieren
cp -r skills/* ~/.claude/skills/

# Oder gezielt einzelne Skills
cp -r skills/i2s-persona ~/.claude/skills/i2s-persona

Nutzung

Starte mit einer dieser Formulierungen:

  • „Ich habe eine Idee"
  • „Idea2Self starten"
  • „Klarheit zur Idee"
  • „Coach mich bei Umsetzung meiner Idee"

Oder rufe einen einzelnen Sub-Skill direkt auf:

Trigger-Phrase Sub-Skill Output-Sektion
„Discovery-Interview", „vage Idee strukturieren" i2s-discovery ## Idee
„Problem-Statement erstellen", „HMW formulieren" i2s-problem-statement ## Problem-Statement
„Persona erstellen", „Zielgruppe definieren" i2s-persona ## Persona
„Problemraum recherchieren" i2s-recherche ## Recherche-Report
„Experiment planen", „MVE-Design" i2s-experiment-card ## Experiment-Card
„Prototyp-Konzept erstellen" i2s-prototyp-konzept ## Prototyp-Konzept
„Action-Plan erstellen", „WOOP" i2s-action-plan ## Action-Plan

Der Router prüft Vorbedingungen vor dem Hand-off: ohne ## Problem-Statement kein Persona-Workflow, ohne ## Recherche-Report keine Experiment-Card usw.

Methodik

Basiert auf dem Idea2Self Launchpad Workshop-Format (12h Design Sprint):

  • Design Thinking Problemverständnis, Persona, Prototyping
  • Lean Startup Hypothesen → Experimente → Daten → Iteration
  • WOOP (Gabriele Oettingen) Evidenzbasierte Methode für persönliche Umsetzungshürden
  • KI als Beschleuniger Struktur, Recherche, Varianten. Mensch entscheidet.

Architektur

products/idea2self-skills/
├── plugin-shared/                ← Developer-Master (Refs + Templates)
├── skills/
│   ├── klarheit-mit-idea2self/   ← Router-Skill (Routing-Pattern)
│   ├── i2s-discovery/            ← Schritt 1: Idee strukturieren
│   ├── i2s-problem-statement/    ← Schritt 2: HMW-Statement
│   ├── i2s-persona/              ← Schritt 3: JTBD + Gains
│   ├── i2s-recherche/            ← Schritt 4: Web-Recherche + v0.2
│   ├── i2s-experiment-card/      ← Schritt 5: MVE-Design
│   ├── i2s-prototyp-konzept/     ← Schritt 6: Lösungsskizze
│   └── i2s-action-plan/          ← Schritt 7: 14-Tage-Plan + WOOP

Jeder Sub-Skill ist self-contained mit eigenen kuratierten References. plugin-shared/ hält die kanonische Vollversion aller Refs/Templates für Entwickler-Konsistenz; ein Drift-Check-Script vergleicht Kopien gegen Master.

Sprache

Deutsch. Der Skill kommuniziert nüchtern, sachlich und direkt keine Coaching-Sprache, keine Emojis, keine Motivation.

Lizenz

MIT

Autor

Philipp Sieder kontakt@think-slick.de think-slick.de

Repository

Hosted on git.slickservice.eu/Idea2Self/agent-skills.