Files
brain/docs/registry/contracts/discovery-interview.contract.json
Дмитрий 88fc55b4a5 feat(registry): токенизация needs/produces — группа skills B (этап 2b, роутер-реестр)
Phase 2b группа B: 39 контрактов (plugin-dev, claude-md-management, adr-kit,
ui-ux-pro-max, frontend-design + одиночные self-authored/standalone скилы)
переведены на токены словаря. Словарь +61, всего 167 токенов, v0.5.0.

Кросс-мост графа: frontend-design produces ui-design -> design-handoff (group A).
skill-creator/writing-skills сходятся на authored-skill.

Тест: замок-тест группы B + кросс-мост ui-design. Регрессия 4371 passed, exit 0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 10:23:08 +03:00

25 lines
690 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"skill": "discovery-interview",
"kind": "own",
"needs": [
"pre-design-task"
],
"produces": [
"discovery-brief"
],
"constraints": [
"self-authored; FEATURE=JTBD-интервью человека, SYSTEM=ориентация по мета-слою",
"ADR-009 граница с process-analysis (#53): человек vs код"
],
"preview-form": "outline",
"defaults": [
"FEATURE → discovery-brief в brainstorming; SYSTEM → snapshot в docs/discovery/"
],
"key-decisions": [
"режим FEATURE или SYSTEM"
],
"acceptance-criteria": [
"проблема/контекст вскрыты до проектирования"
]
}