2
0
Commit Graph

2 Commits

Author SHA1 Message Date
Philipp Sieder 657669626c fix(i2s-skills): correct stale export-formate.md prose refs in workflow bodies
The 7 sub-skill workflows were git mv'd from the monolith. Their
<required_reading> headers were updated during extraction, but the
export-step prose still pointed at the monolith's export-formate.md,
which does not exist inside the self-contained sub-skills.

Repoint each to the local curated format ref:
- i2s-action-plan -> references/action-plan-format.md
- i2s-discovery -> references/idee-format.md
- i2s-experiment-card -> references/experiment-card-format.md
- i2s-persona -> references/persona-format.md
- i2s-problem-statement -> references/problem-statement-format.md
- i2s-recherche -> references/recherche-report-format.md

Low-risk consistency fix (the correct format was already loaded via
required_reading); removes a dead reference an executing agent would
fail to resolve.
2026-05-21 17:01:41 +02:00
Philipp Sieder 052d0c6e60 feat(i2s-experiment-card): extract from monolith
Step 8 of i2s-skill-split refactor. Fifth atomic sub-skill.

Contents:
- SKILL.md: 4 numbered phases (load context, 5 TAs, consistency,
  export) with precondition triple (## PS + ## Persona + ##
  Recherche-Report all required). description with explicit
  hypothesis/MVE/experiment triggers, anti-triggers naming
  i2s-recherche and i2s-prototyp-konzept.
- workflows/experiment-card.md: 5-step workflow with the 5 TAs
  and entscheidungslogik formalism. git mv from monolith with
  paths updated.
- references/kommunikationsregeln.md: curated extract with
  experiment-card-specific dialog heuristics (hypothesis as
  loesung, hypothesis-stacking, decision-threshold-pflicht,
  lassen-schwelle-pflicht).
- references/lean-startup.md: curated extract from
  plugin-shared/methodik.md, lean_startup block.
  Build-Measure-Learn miniformat, MVE-vs-MVP, evidenz-
  abstufungen, MVE-options-tabelle, anti-patterns.
- references/experiment-card-format.md: full markdown schema
  with filled example (Anna-Tauschboerse pilot, 14 days,
  measurable thresholds).

Tools: includes WebFetch + WebSearch for inline interview-
technique research; rest unchanged from the workflow-skill
default set.
2026-05-19 01:32:43 +02:00