2
0

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 3074ea9c6c feat(i2s-action-plan): extract from monolith
Step 10 of i2s-skill-split refactor. Seventh and final atomic
sub-skill — completes the monolith split.

Contents:
- SKILL.md: 5 numbered phases (load, 7 TAs, consistency, export,
  abschluss with zusammenfassung). description with action-plan/
  WOOP/14-tage-plan triggers, anti-trigger to ce-strategy for
  longer horizons. Precondition: ## Prototyp-Konzept required.
- workflows/action-plan.md: 5-step workflow with 7 TAs (was,
  wie, wann, risiken, kontrollpunkt, hindernisse WOOP, wenn-dann).
  git mv from monolith, paths updated.
- references/kommunikationsregeln.md: curated extract with
  action-plan-specific dialog heuristics (10-task-max, deadline-
  pflicht, woop-not-optional, wenn-dann-konkret, staerken-
  kopplung).
- references/woop.md: curated extract from plugin-shared/
  methodik.md, woop block. WOOP-Mapping zu Idea2Self-TAs,
  inner-vs-extern-table, wenn-dann anti-patterns + corrections,
  staerken-kopplung-regel, evidenz-paragraph.
- references/action-plan-format.md: full markdown schema with
  10-row aufgaben-tabelle, externe-risiken-tabelle, woop-
  obstacle-plan with staerken-kopplung + wenn-dann. Full filled
  example (hausflur-set 14-day pilot plan).

Tools: standard workflow-skill set (no WebFetch — recherche
lives upstream; this is execution planning).

Outcome: all 7 i2s-* sub-skills now exist. Router (klarheit-
mit-idea2self) routes to them. Remaining steps: 10b router
cleanup, 11 drift-check + manifests, 12 README, 13 QA audits +
post-impl specs, 14 submodule pointer bump.
2026-05-19 01:38:15 +02:00