Files
portal/docs/registry/contracts/writing-plans.contract.json
T
Дмитрий 53db0ee2b3 test(m3-a): contract fixtures (own+external) + 3-A invariants + plan + questions log
Машина 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). Журнал вопросов заведён.
2026-06-04 19:12:47 +03:00

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"]
}