2
0
Commit Graph

4 Commits

Author SHA1 Message Date
Philipp Sieder 7691b408e8 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).
2026-05-22 09:47:54 +02:00
Philipp Sieder 276c7b24fc chore(i2s): add metadata.version to all skill frontmatter
Per DEC-0013 D1 + R-008 (lint_skill_version hook) +
architecture-defaults (version lives at metadata.version, never
top-level). Router klarheit-mit-idea2self = 2.0.0 (continues the
monolith); the 7 i2s-* sub-skills = 1.0.0 (new).
2026-05-21 22:40:54 +02:00
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