refactor(skills): migrate all 8 SKILL.md to pure-XML + apply audit fixes
Pure-XML body structure per marketplace-tools use-xml-tags.md (DEC-0013 D-XML, founder-approved): all markdown headings removed from skill bodies, replaced with semantic tags (<objective>, <quick_start>, <success_criteria> required; <essential_principles>, <when_to_use>, <when_not_to_use>, <precondition_check>, <workflow>, <reference_guides>, plus router <routing>/<intake>/<file_convention>/<guardrails>). Phases kept as bold labels inside <workflow>. Frontmatter (name, description, allowed-tools, metadata.version) preserved; all reference paths intact. Audit fixes (REV 2026-05-21) folded into the per-skill migration: - F1 i2s-persona: drop inline-research line (no WebFetch/WebSearch declared) -> point to i2s-recherche. - F2 i2s-discovery: web_search -> WebSearch (correct tool name). - F3 i2s-discovery/experiment-card/prototyp-konzept: document that WebFetch/WebSearch fire only on explicit confirmation for a single lookup (full research lives in i2s-recherche). - F4 router: shorten 897-char description to ~480 (exhaustive trigger list lives in references/routing-table.md). - F5 i2s-experiment-card: soften description preconditions (v0.2 preferred, not enforced — matches the actual precondition check). Verification (8 checks): no markdown headings, 3 required tags/skill, frontmatter integrity, XML tags balanced (code-fence aware), local refs resolve, 8 skills, gitignore present, drift-check exit 0. All green. 8 parallel general-purpose subagents (one per SKILL.md, disjoint files).
This commit is contained in:
@@ -6,40 +6,40 @@ metadata:
|
||||
version: 1.0.0
|
||||
---
|
||||
|
||||
# i2s-action-plan — 14-Tage-Plan + WOOP-Obstacle-Plan
|
||||
|
||||
<objective>
|
||||
Letzter Schritt im Idea2Self-Prozess. Aus dem Prototyp-Konzept einen konkret-startbaren 14-Tage-Plan formen — inklusive **persoenlicher** Huerden via WOOP (Wish-Outcome-Obstacle-Plan, Oettingen). Das WOOP ist nicht Add-on, sondern Pflichtteil — bei Nebenprojekten scheitern mehr Vorhaben an inneren Huerden als an externen Risiken.
|
||||
</objective>
|
||||
|
||||
## Essential Principles
|
||||
|
||||
<essential_principles>
|
||||
1. **10 Aufgaben sind das Maximum.** Mehr fuehrt zu Scope-Overload und Nicht-Start. Wenn der Nutzer 15 nennt: 5 in `## Offene Punkte` parken.
|
||||
2. **Deadlines sind Pflicht.** Kein Plan ohne Termin. "Demnaechst" zaehlt nicht. Realistisch: max 2 Aufgaben pro Woche bei Nebenprojekt.
|
||||
3. **Quick Wins vor Strategie.** Aufwand klein + Wirkung gross zuerst — sie liefern Momentum. Strategische Brocken danach, mit konkreter Sequenz.
|
||||
4. **WOOP ist nicht Add-on, sondern Pflicht.** TA6+TA7 (Hindernisse + Wenn-Dann) sind die wichtigsten Teilaspekte des Workflows. Bei Nebenprojekten scheitern Vorhaben an Prokrastination / Perfektionismus / Selbstzweifel — nicht an Markt.
|
||||
5. **Wenn-Dann konkret, nicht generisch.** "Wenn ich keine Lust habe, dann arbeite ich trotzdem" ist nicht akzeptabel. "Wenn ich am Dienstagabend keine Lust habe, dann schreibe ich genau eine Karte ohne Anspruch" ist konkret.
|
||||
</essential_principles>
|
||||
|
||||
## When to Use
|
||||
|
||||
<when_to_use>
|
||||
- `## Prototyp-Konzept` existiert; `## Action-Plan` fehlt oder iteriert werden soll.
|
||||
- Aus Router-Hand-off (Pfad 7) oder direkter Trigger ("Action-Plan erstellen", "WOOP").
|
||||
- Nach 14-Tage-Pilot-Run: v0.2 mit Lessons aus dem ersten Sprint.
|
||||
</when_to_use>
|
||||
|
||||
## When NOT to Use
|
||||
|
||||
<when_not_to_use>
|
||||
- `## Prototyp-Konzept` fehlt -> erst `i2s-prototyp-konzept`.
|
||||
- Allgemeines Projekt-Management ohne Idea2Self-Kontext -> nicht modelliert; nutze `c-level-skills:chief-of-staff` o.ae.
|
||||
- Nutzer will Strategie / OKRs auf laenger als 14 Tage -> `compound-engineering:ce-strategy` oder Routinen.
|
||||
</when_not_to_use>
|
||||
|
||||
## Precondition Check
|
||||
|
||||
<precondition_check>
|
||||
**Vor Phase 1:**
|
||||
1. idea2self-Datei laden.
|
||||
2. Auf `^## Prototyp-Konzept` matchen + Sektion-Inhalt > 100 Zeichen.
|
||||
3. Fehlt -> abbrechen mit Hinweis: "`## Prototyp-Konzept` fehlt. Trigger zuerst `i2s-prototyp-konzept`."
|
||||
</precondition_check>
|
||||
|
||||
## Phases
|
||||
<workflow>
|
||||
|
||||
### Phase 1 — Kontext laden
|
||||
**Phase 1 — Kontext laden**
|
||||
|
||||
**Entry:** Vorbedingung erfuellt.
|
||||
|
||||
@@ -49,7 +49,7 @@ Letzter Schritt im Idea2Self-Prozess. Aus dem Prototyp-Konzept einen konkret-sta
|
||||
|
||||
**Exit:** Voranalyse bestaetigt.
|
||||
|
||||
### Phase 2 — 7 Teilaspekte
|
||||
**Phase 2 — 7 Teilaspekte**
|
||||
|
||||
**Entry:** Phase 1 abgeschlossen.
|
||||
|
||||
@@ -64,7 +64,7 @@ Letzter Schritt im Idea2Self-Prozess. Aus dem Prototyp-Konzept einen konkret-sta
|
||||
|
||||
**Exit:** Alle 7 TAs sind beantwortet, mind. 2 Hindernisse + Wenn-Dann-Plaene existieren.
|
||||
|
||||
### Phase 3 — Konsistenzpruefung
|
||||
**Phase 3 — Konsistenzpruefung**
|
||||
|
||||
**Entry:** 7 TAs durch.
|
||||
|
||||
@@ -77,7 +77,7 @@ Letzter Schritt im Idea2Self-Prozess. Aus dem Prototyp-Konzept einen konkret-sta
|
||||
|
||||
**Exit:** Keine offenen Konsistenz-Konflikte.
|
||||
|
||||
### Phase 4 — Export
|
||||
**Phase 4 — Export**
|
||||
|
||||
**Entry:** Phase 3 abgeschlossen.
|
||||
|
||||
@@ -88,7 +88,7 @@ Letzter Schritt im Idea2Self-Prozess. Aus dem Prototyp-Konzept einen konkret-sta
|
||||
|
||||
**Exit:** Datei aktualisiert.
|
||||
|
||||
### Phase 5 — Abschluss
|
||||
**Phase 5 — Abschluss**
|
||||
|
||||
**Entry:** Phase 4 abgeschlossen.
|
||||
|
||||
@@ -103,24 +103,22 @@ Letzter Schritt im Idea2Self-Prozess. Aus dem Prototyp-Konzept einen konkret-sta
|
||||
|
||||
**Exit:** Nutzer hat die Zusammenfassung gesehen, Iterations-Pfad ist bekannt.
|
||||
|
||||
## Quick Reference
|
||||
</workflow>
|
||||
|
||||
Kommunikation: `references/kommunikationsregeln.md`.
|
||||
WOOP-Methodik: `references/woop.md` (Wish-Outcome-Obstacle-Plan nach Gabriele Oettingen).
|
||||
Format-Schema: `references/action-plan-format.md`.
|
||||
Workflow-Detail: `workflows/action-plan.md`.
|
||||
|
||||
## Reference Index
|
||||
<quick_start>
|
||||
Trigger: "Action-Plan erstellen" / "WOOP". Vorbedingung: idea2self-Datei mit `## Prototyp-Konzept` (> 100 Zeichen). Ablauf: 5 Phasen — Kontext laden, 7 Teilaspekte (inkl. WOOP TA6+TA7), Konsistenzpruefung, Export, Abschluss. Output: `## Action-Plan` Sektion inkl. `### Obstacle-Plan (WOOP)`. Details im Reference-Index unten.
|
||||
</quick_start>
|
||||
|
||||
<reference_guides>
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| `workflows/action-plan.md` | Vollstaendiger 5-Schritt-Ablauf mit 7 TAs + Anti-Patterns |
|
||||
| `references/kommunikationsregeln.md` | Tonalitaet, Marker, Action-Plan-spezifische Heuristiken (curated) |
|
||||
| `references/woop.md` | WOOP-Methodik kompakt (curated aus plugin-shared/methodik.md) |
|
||||
| `references/action-plan-format.md` | Markdown-Schema fuer `## Action-Plan` inkl. WOOP-Subsektion |
|
||||
</reference_guides>
|
||||
|
||||
## Success Criteria
|
||||
|
||||
<success_criteria>
|
||||
- [ ] Umsetzungsziel ist konkret, ergebnisorientiert (nicht Vision) und in 14 Tagen erreichbar.
|
||||
- [ ] 10 Aufgaben mit Prioritaet, Deadline, Abhaengigkeiten — Quick Wins zuerst.
|
||||
- [ ] Externe Risiken sind mit Gegenmassnahmen versehen.
|
||||
@@ -129,3 +127,4 @@ Workflow-Detail: `workflows/action-plan.md`.
|
||||
- [ ] Pro Hindernis ist eine der Staerken aus `## Idee` zugeordnet.
|
||||
- [ ] idea2self-Datei enthaelt `## Action-Plan` inkl. Obstacle-Plan + Versions-Header + Changelog.
|
||||
- [ ] Abschluss-Zusammenfassung wurde gezeigt, Iterations-Pfad genannt.
|
||||
</success_criteria>
|
||||
|
||||
Reference in New Issue
Block a user