53db0ee2b3
Машина 3-A «Контракты скилов» собрана (TDD): skill-contract.mjs (схема C-13/L + form validator + normalize/accessors + G4 drift-guard) + skill-contract-registry.mjs (buildRegistry/loadRegistry). 28 новых тестов, регрессия tools-only 2119 GREEN. Образцы own (writing-plans) + external (operations:process-doc). Журнал вопросов заведён.
12 lines
569 B
JSON
12 lines
569 B
JSON
{
|
|
"skill": "writing-plans",
|
|
"kind": "own",
|
|
"needs": ["spec or requirements", "file structure decisions"],
|
|
"produces": ["implementation-plan with bite-sized TDD tasks"],
|
|
"constraints": ["only writes the plan file", "no code, no reads beyond plan authoring"],
|
|
"preview-form": "outline",
|
|
"defaults": ["one action per step (2-5 min)", "test->RED->code->GREEN->commit"],
|
|
"key-decisions": ["file structure / decomposition", "task granularity"],
|
|
"acceptance-criteria": ["every step has concrete content (no placeholders)", "types consistent across tasks"]
|
|
}
|