Commit Graph

5 Commits

Author SHA1 Message Date
YeonGyu-Kim 68848233c4 docs(omo-codex): translate bundled prompts to English 2026-05-28 14:14:11 +09:00
YeonGyu-Kim cabd9b0960 feat(shared-skills): add planing-prometheustic, metis, momus skills for omo-codex
Add three GPT-5.5 optimized skills to the shared-skills package:

- planing-prometheustic: Prometheus-style strategic planning consultant
  that produces decision-complete work plans through interview, context
  gathering, gap analysis, and optional rigorous review.

- metis: Pre-planning consultant that classifies intent, discovers
  codebase patterns, identifies hidden requirements, flags AI-slop
  risks, and outputs actionable directives for the planner.

- momus: Practical work plan reviewer that verifies plans are executable
  and references are valid. Blocker-finder with OKAY/REJECT verdicts
  and max 3 blocking issues per rejection.

All three use GPT-5.5 prompting style (XML-tagged blocks, outcome-first
structure, personality/collaboration separation) and are auto-synced
into omo-codex plugin/skills/ by sync-skills.mjs.
2026-05-28 14:10:47 +09:00
YeonGyu-Kim cdb923a329 feat(shared-skills): extract builtin skill prompts 2026-05-28 13:58:12 +09:00
YeonGyu-Kim 3ccbe2fd4f feat(shared-skills): add user skill sources 2026-05-28 13:58:12 +09:00
YeonGyu-Kim 74ece8181a feat(shared-skills): scaffold shared skills workspace package 2026-05-28 13:58:11 +09:00