Files
Amin Borghei 65b93aa56d feat(skills): add Clarify-First alignment gate to 297 generative skills (#19)
Introduce authoring Pattern 11 (Clarify-First Gate): every skill that
emits a deliverable now confirms its 2-4 highest-leverage inputs before
generating, and asks the user when an input is unknown rather than
assuming. Directly attacks the top failure mode of AI-assisted work —
a polished but misaligned artifact produced from underspecified intent.

- standards/skill-authoring-standard.md: new Pattern 11 + checklist item
- 297 generative SKILL.md files: tailored `## Clarify First` section with
  a verbatim stop rule, inputs mapped to each skill's real output fields
- 41 advisory/reference skills intentionally left ungated
- gate is self-contained inline text (no cross-skill/standards runtime
  dependency) so each skill keeps working when downloaded standalone
- regenerated cli/skills.json and registry.json
2026-06-22 17:34:22 +02:00
..