File tree Expand file tree Collapse file tree
supekku/skills/scope-delta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ Process:
1919 - ` uv run spec-driver create delta "<title>" --spec SPEC-XXX --requirement SPEC-XXX.FR-001 `
2020 - From backlog item:
2121 - ` uv run spec-driver create delta --from-backlog ISSUE-XXX `
22+ - ` --from-backlog ` auto-populates ` context_inputs ` and ` relations ` from the source item.
23+ - When creating a delta motivated by a backlog item (even without ` --from-backlog ` ), ensure:
24+ - ` context_inputs ` includes ` type: issue ` (or appropriate type) with the backlog item ID
25+ - ` relations ` includes ` type: relates_to ` (or more specific type) with the backlog item ID as target
26+ - ` applies_to.requirements ` includes any requirement IDs from the backlog item
22274 . Ensure delivery bundle is present and usable:
2328 - ` DE-XXX.md `
2429 - ` DR-XXX.md ` (if non-trivial change)
You can’t perform that action at this time.
0 commit comments