Skip to content

Commit 80de0c9

Browse files
davidleeclaude
andcommitted
fix(DE-085): apply scope-delta skill update to source, not just installed copy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6686a0f commit 80de0c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

supekku/skills/scope-delta/SKILL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2227
4. Ensure delivery bundle is present and usable:
2328
- `DE-XXX.md`
2429
- `DR-XXX.md` (if non-trivial change)

0 commit comments

Comments
 (0)