@liangxie/qf 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/.claude/commands/opsx/apply.md +155 -0
  2. package/.claude/commands/opsx/archive.md +160 -0
  3. package/.claude/commands/opsx/explore.md +174 -0
  4. package/.claude/commands/opsx/propose.md +109 -0
  5. package/.claude/commands/opsx/sync.md +143 -0
  6. package/.claude/skills/openspec-apply-change/SKILL.md +159 -0
  7. package/.claude/skills/openspec-archive-change/SKILL.md +117 -0
  8. package/.claude/skills/openspec-explore/SKILL.md +289 -0
  9. package/.claude/skills/openspec-propose/SKILL.md +113 -0
  10. package/.claude/skills/openspec-sync-specs/SKILL.md +147 -0
  11. package/.codex/skills/openspec-apply-change/SKILL.md +159 -0
  12. package/.codex/skills/openspec-archive-change/SKILL.md +117 -0
  13. package/.codex/skills/openspec-explore/SKILL.md +289 -0
  14. package/.codex/skills/openspec-propose/SKILL.md +113 -0
  15. package/.codex/skills/openspec-sync-specs/SKILL.md +147 -0
  16. package/.cursor/commands/opsx-apply.md +155 -0
  17. package/.cursor/commands/opsx-archive.md +160 -0
  18. package/.cursor/commands/opsx-explore.md +174 -0
  19. package/.cursor/commands/opsx-propose.md +109 -0
  20. package/.cursor/commands/opsx-sync.md +143 -0
  21. package/.cursor/skills/openspec-apply-change/SKILL.md +159 -0
  22. package/.cursor/skills/openspec-archive-change/SKILL.md +117 -0
  23. package/.cursor/skills/openspec-explore/SKILL.md +289 -0
  24. package/.cursor/skills/openspec-propose/SKILL.md +113 -0
  25. package/.cursor/skills/openspec-sync-specs/SKILL.md +147 -0
  26. package/.github/prompts/opsx-apply.prompt.md +152 -0
  27. package/.github/prompts/opsx-archive.prompt.md +157 -0
  28. package/.github/prompts/opsx-explore.prompt.md +171 -0
  29. package/.github/prompts/opsx-propose.prompt.md +106 -0
  30. package/.github/prompts/opsx-sync.prompt.md +140 -0
  31. package/.github/skills/openspec-apply-change/SKILL.md +159 -0
  32. package/.github/skills/openspec-archive-change/SKILL.md +117 -0
  33. package/.github/skills/openspec-explore/SKILL.md +289 -0
  34. package/.github/skills/openspec-propose/SKILL.md +113 -0
  35. package/.github/skills/openspec-sync-specs/SKILL.md +147 -0
  36. package/.omo/run-continuation/ses_0d9f5cba6ffeW2r1NWuthiPI0F.json +10 -0
  37. package/.opencode/commands/opsx-apply.md +152 -0
  38. package/.opencode/commands/opsx-archive.md +157 -0
  39. package/.opencode/commands/opsx-explore.md +171 -0
  40. package/.opencode/commands/opsx-propose.md +106 -0
  41. package/.opencode/commands/opsx-sync.md +140 -0
  42. package/.opencode/skills/openspec-apply-change/SKILL.md +159 -0
  43. package/.opencode/skills/openspec-archive-change/SKILL.md +117 -0
  44. package/.opencode/skills/openspec-explore/SKILL.md +289 -0
  45. package/.opencode/skills/openspec-propose/SKILL.md +113 -0
  46. package/.opencode/skills/openspec-sync-specs/SKILL.md +147 -0
  47. package/LICENSE +21 -0
  48. package/index.js +17 -0
  49. package/openspec/changes/archive/2026-07-03-add-say-command/.openspec.yaml +2 -0
  50. package/openspec/changes/archive/2026-07-03-add-say-command/design.md +73 -0
  51. package/openspec/changes/archive/2026-07-03-add-say-command/proposal.md +28 -0
  52. package/openspec/changes/archive/2026-07-03-add-say-command/specs/cli-framework/spec.md +22 -0
  53. package/openspec/changes/archive/2026-07-03-add-say-command/specs/say-command/spec.md +22 -0
  54. package/openspec/changes/archive/2026-07-03-add-say-command/tasks.md +17 -0
  55. package/openspec/config.yaml +20 -0
  56. package/package.json +25 -0
@@ -0,0 +1,289 @@
1
+ ---
2
+ name: openspec-explore
3
+ description: Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
4
+ license: MIT
5
+ compatibility: Requires openspec CLI.
6
+ metadata:
7
+ author: openspec
8
+ version: "1.0"
9
+ generatedBy: "1.5.0"
10
+ ---
11
+
12
+ Enter explore mode. Think deeply. Visualize freely. Follow the conversation wherever it goes.
13
+
14
+ **IMPORTANT: Explore mode is for thinking, not implementing.** You may read files, search code, and investigate the codebase, but you must NEVER write code or implement features. If the user asks you to implement something, remind them to exit explore mode first and create a change proposal. You MAY create OpenSpec artifacts (proposals, designs, specs) if the user asks—that's capturing thinking, not implementing.
15
+
16
+ **This is a stance, not a workflow.** There are no fixed steps, no required sequence, no mandatory outputs. You're a thinking partner helping the user explore.
17
+
18
+ **Store selection:** If the user names a store (a store is a standalone OpenSpec repo registered on this machine) or the work lives in one, run `openspec store list --json` to discover registered store ids, then pass `--store <id>` on the commands that read or write specs and changes (`new change`, `status`, `instructions`, `list`, `show`, `validate`, `archive`, `doctor`, `context`). Other commands do not take the flag. Hints printed by commands already carry the flag; keep it on follow-ups. Without a store, commands act on the nearest local `openspec/` root.
19
+
20
+ ---
21
+
22
+ ## The Stance
23
+
24
+ - **Curious, not prescriptive** - Ask questions that emerge naturally, don't follow a script
25
+ - **Open threads, not interrogations** - Surface multiple interesting directions and let the user follow what resonates. Don't funnel them through a single path of questions.
26
+ - **Visual** - Use ASCII diagrams liberally when they'd help clarify thinking
27
+ - **Adaptive** - Follow interesting threads, pivot when new information emerges
28
+ - **Patient** - Don't rush to conclusions, let the shape of the problem emerge
29
+ - **Grounded** - Explore the actual codebase when relevant, don't just theorize
30
+
31
+ ---
32
+
33
+ ## What You Might Do
34
+
35
+ Depending on what the user brings, you might:
36
+
37
+ **Explore the problem space**
38
+ - Ask clarifying questions that emerge from what they said
39
+ - Challenge assumptions
40
+ - Reframe the problem
41
+ - Find analogies
42
+
43
+ **Investigate the codebase**
44
+ - Map existing architecture relevant to the discussion
45
+ - Find integration points
46
+ - Identify patterns already in use
47
+ - Surface hidden complexity
48
+
49
+ **Compare options**
50
+ - Brainstorm multiple approaches
51
+ - Build comparison tables
52
+ - Sketch tradeoffs
53
+ - Recommend a path (if asked)
54
+
55
+ **Visualize**
56
+ ```
57
+ ┌─────────────────────────────────────────┐
58
+ │ Use ASCII diagrams liberally │
59
+ ├─────────────────────────────────────────┤
60
+ │ │
61
+ │ ┌────────┐ ┌────────┐ │
62
+ │ │ State │────────▶│ State │ │
63
+ │ │ A │ │ B │ │
64
+ │ └────────┘ └────────┘ │
65
+ │ │
66
+ │ System diagrams, state machines, │
67
+ │ data flows, architecture sketches, │
68
+ │ dependency graphs, comparison tables │
69
+ │ │
70
+ └─────────────────────────────────────────┘
71
+ ```
72
+
73
+ **Surface risks and unknowns**
74
+ - Identify what could go wrong
75
+ - Find gaps in understanding
76
+ - Suggest spikes or investigations
77
+
78
+ ---
79
+
80
+ ## OpenSpec Awareness
81
+
82
+ You have full context of the OpenSpec system. Use it naturally, don't force it.
83
+
84
+ ### Check for context
85
+
86
+ At the start, quickly check what exists:
87
+ ```bash
88
+ openspec list --json
89
+ ```
90
+
91
+ This tells you:
92
+ - If there are active changes
93
+ - Their names, schemas, and status
94
+ - What the user might be working on
95
+
96
+ ### When no change exists
97
+
98
+ Think freely. When insights crystallize, you might offer:
99
+
100
+ - "This feels solid enough to start a change. Want me to create a proposal?"
101
+ - Or keep exploring - no pressure to formalize
102
+
103
+ ### When a change exists
104
+
105
+ If the user mentions a change or you detect one is relevant:
106
+
107
+ 1. **Resolve and read existing artifacts for context**
108
+ - Run `openspec status --change "<name>" --json`.
109
+ - Use `changeRoot`, `artifactPaths`, and `actionContext` from the status JSON.
110
+ - Read existing files from `artifactPaths.<artifact>.existingOutputPaths`.
111
+
112
+ 2. **Reference them naturally in conversation**
113
+ - "Your design mentions using Redis, but we just realized SQLite fits better..."
114
+ - "The proposal scopes this to premium users, but we're now thinking everyone..."
115
+
116
+ 3. **Offer to capture when decisions are made**
117
+
118
+ | Insight Type | Where to Capture |
119
+ |----------------------------|--------------------------------|
120
+ | New requirement discovered | `specs/<capability>/spec.md` |
121
+ | Requirement changed | `specs/<capability>/spec.md` |
122
+ | Design decision made | `design.md` |
123
+ | Scope changed | `proposal.md` |
124
+ | New work identified | `tasks.md` |
125
+ | Assumption invalidated | Relevant artifact |
126
+
127
+ Example offers:
128
+ - "That's a design decision. Capture it in design.md?"
129
+ - "This is a new requirement. Add it to specs?"
130
+ - "This changes scope. Update the proposal?"
131
+
132
+ 4. **The user decides** - Offer and move on. Don't pressure. Don't auto-capture.
133
+
134
+ ---
135
+
136
+ ## What You Don't Have To Do
137
+
138
+ - Follow a script
139
+ - Ask the same questions every time
140
+ - Produce a specific artifact
141
+ - Reach a conclusion
142
+ - Stay on topic if a tangent is valuable
143
+ - Be brief (this is thinking time)
144
+
145
+ ---
146
+
147
+ ## Handling Different Entry Points
148
+
149
+ **User brings a vague idea:**
150
+ ```
151
+ User: I'm thinking about adding real-time collaboration
152
+
153
+ You: Real-time collab is a big space. Let me think about this...
154
+
155
+ COLLABORATION SPECTRUM
156
+ ════════════════════════════════════════════
157
+
158
+ Awareness Coordination Sync
159
+ │ │ │
160
+ ▼ ▼ ▼
161
+ ┌────────┐ ┌────────┐ ┌────────┐
162
+ │Presence│ │Cursors │ │ CRDT │
163
+ │ "3 │ │ Multi │ │Conflict│
164
+ │online" │ │ select │ │ free │
165
+ └────────┘ └────────┘ └────────┘
166
+ │ │ │
167
+ trivial moderate complex
168
+
169
+ Where's your head at?
170
+ ```
171
+
172
+ **User brings a specific problem:**
173
+ ```
174
+ User: The auth system is a mess
175
+
176
+ You: [reads codebase]
177
+
178
+ ┌─────────────────────────────────────────────┐
179
+ │ CURRENT AUTH FLOW │
180
+ └─────────────────────────────────────────────┘
181
+
182
+ ┌─────────────┼─────────────┐
183
+ ▼ ▼ ▼
184
+ ┌─────────┐ ┌─────────┐ ┌─────────┐
185
+ │ Google │ │ GitHub │ │ Email │
186
+ │ OAuth │ │ OAuth │ │ Magic │
187
+ └────┬────┘ └────┬────┘ └────┬────┘
188
+ │ │ │
189
+ └─────────────┼─────────────┘
190
+
191
+ ┌───────────┐
192
+ │ Session │
193
+ └─────┬─────┘
194
+
195
+
196
+ ┌───────────┐
197
+ │ Perms │
198
+ └───────────┘
199
+
200
+ I see three tangles. Which one's burning?
201
+ ```
202
+
203
+ **User is stuck mid-implementation:**
204
+ ```
205
+ User: /opsx:explore add-auth-system
206
+ The OAuth integration is more complex than expected
207
+
208
+ You: [reads change artifacts]
209
+
210
+ You're on task 4: "Implement OAuth flow"
211
+
212
+ Let me trace what's involved...
213
+
214
+ [draws diagram, explores options, suggests paths]
215
+
216
+ Want to update the design to reflect this?
217
+ Or add a spike task to investigate?
218
+ ```
219
+
220
+ **User wants to compare options:**
221
+ ```
222
+ User: Should we use Postgres or SQLite?
223
+
224
+ You: Generic answer is boring. What's the context?
225
+
226
+ User: A CLI tool that tracks local dev environments
227
+
228
+ You: That changes everything.
229
+
230
+ ┌─────────────────────────────────────────────────┐
231
+ │ CLI TOOL DATA STORAGE │
232
+ └─────────────────────────────────────────────────┘
233
+
234
+ Key constraints:
235
+ • No daemon running
236
+ • Must work offline
237
+ • Single user
238
+
239
+ SQLite Postgres
240
+ Deployment embedded ✓ needs server ✗
241
+ Offline yes ✓ no ✗
242
+ Single file yes ✓ no ✗
243
+
244
+ SQLite. Not even close.
245
+
246
+ Unless... is there a sync component?
247
+ ```
248
+
249
+ ---
250
+
251
+ ## Ending Discovery
252
+
253
+ There's no required ending. Discovery might:
254
+
255
+ - **Flow into a proposal**: "Ready to start? I can create a change proposal."
256
+ - **Result in artifact updates**: "Updated design.md with these decisions"
257
+ - **Just provide clarity**: User has what they need, moves on
258
+ - **Continue later**: "We can pick this up anytime"
259
+
260
+ When it feels like things are crystallizing, you might summarize:
261
+
262
+ ```
263
+ ## What We Figured Out
264
+
265
+ **The problem**: [crystallized understanding]
266
+
267
+ **The approach**: [if one emerged]
268
+
269
+ **Open questions**: [if any remain]
270
+
271
+ **Next steps** (if ready):
272
+ - Create a change proposal
273
+ - Keep exploring: just keep talking
274
+ ```
275
+
276
+ But this summary is optional. Sometimes the thinking IS the value.
277
+
278
+ ---
279
+
280
+ ## Guardrails
281
+
282
+ - **Don't implement** - Never write code or implement features. Creating OpenSpec artifacts is fine, writing application code is not.
283
+ - **Don't fake understanding** - If something is unclear, dig deeper
284
+ - **Don't rush** - Discovery is thinking time, not task time
285
+ - **Don't force structure** - Let patterns emerge naturally
286
+ - **Don't auto-capture** - Offer to save insights, don't just do it
287
+ - **Do visualize** - A good diagram is worth many paragraphs
288
+ - **Do explore the codebase** - Ground discussions in reality
289
+ - **Do question assumptions** - Including the user's and your own
@@ -0,0 +1,113 @@
1
+ ---
2
+ name: openspec-propose
3
+ description: Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
4
+ license: MIT
5
+ compatibility: Requires openspec CLI.
6
+ metadata:
7
+ author: openspec
8
+ version: "1.0"
9
+ generatedBy: "1.5.0"
10
+ ---
11
+
12
+ Propose a new change - create the change and generate all artifacts in one step.
13
+
14
+ I'll create a change with artifacts:
15
+ - proposal.md (what & why)
16
+ - design.md (how)
17
+ - tasks.md (implementation steps)
18
+
19
+ When ready to implement, run /opsx:apply
20
+
21
+ ---
22
+
23
+ **Store selection:** If the user names a store (a store is a standalone OpenSpec repo registered on this machine) or the work lives in one, run `openspec store list --json` to discover registered store ids, then pass `--store <id>` on the commands that read or write specs and changes (`new change`, `status`, `instructions`, `list`, `show`, `validate`, `archive`, `doctor`, `context`). Other commands do not take the flag. Hints printed by commands already carry the flag; keep it on follow-ups. Without a store, commands act on the nearest local `openspec/` root.
24
+
25
+ **Input**: The user's request should include a change name (kebab-case) OR a description of what they want to build.
26
+
27
+ **Steps**
28
+
29
+ 1. **If no clear input provided, ask what they want to build**
30
+
31
+ Use the **AskUserQuestion tool** (open-ended, no preset options) to ask:
32
+ > "What change do you want to work on? Describe what you want to build or fix."
33
+
34
+ From their description, derive a kebab-case name (e.g., "add user authentication" → `add-user-auth`).
35
+
36
+ **IMPORTANT**: Do NOT proceed without understanding what the user wants to build.
37
+
38
+ 2. **Create the change directory**
39
+ ```bash
40
+ openspec new change "<name>"
41
+ ```
42
+ This creates a scaffolded change in the planning home resolved by the CLI with `.openspec.yaml`.
43
+
44
+ 3. **Get the artifact build order**
45
+ ```bash
46
+ openspec status --change "<name>" --json
47
+ ```
48
+ Parse the JSON to get:
49
+ - `applyRequires`: array of artifact IDs needed before implementation (e.g., `["tasks"]`)
50
+ - `artifacts`: list of all artifacts with their status and dependencies
51
+ - `planningHome`, `changeRoot`, `artifactPaths`, and `actionContext`: path and scope context. Use these instead of assuming repo-local paths.
52
+
53
+ 4. **Create artifacts in sequence until apply-ready**
54
+
55
+ Use the **TodoWrite tool** to track progress through the artifacts.
56
+
57
+ Loop through artifacts in dependency order (artifacts with no pending dependencies first):
58
+
59
+ a. **For each artifact that is `ready` (dependencies satisfied)**:
60
+ - Get instructions:
61
+ ```bash
62
+ openspec instructions <artifact-id> --change "<name>" --json
63
+ ```
64
+ - The instructions JSON includes:
65
+ - `context`: Project background (constraints for you - do NOT include in output)
66
+ - `rules`: Artifact-specific rules (constraints for you - do NOT include in output)
67
+ - `template`: The structure to use for your output file
68
+ - `instruction`: Schema-specific guidance for this artifact type
69
+ - `resolvedOutputPath`: Resolved path or pattern to write the artifact
70
+ - `dependencies`: Completed artifacts to read for context
71
+ - Read any completed dependency files for context
72
+ - Create the artifact file using `template` as the structure and write it to `resolvedOutputPath`
73
+ - Apply `context` and `rules` as constraints - but do NOT copy them into the file
74
+ - Show brief progress: "Created <artifact-id>"
75
+
76
+ b. **Continue until all `applyRequires` artifacts are complete**
77
+ - After creating each artifact, re-run `openspec status --change "<name>" --json`
78
+ - Check if every artifact ID in `applyRequires` has `status: "done"` in the artifacts array
79
+ - Stop when all `applyRequires` artifacts are done
80
+
81
+ c. **If an artifact requires user input** (unclear context):
82
+ - Use **AskUserQuestion tool** to clarify
83
+ - Then continue with creation
84
+
85
+ 5. **Show final status**
86
+ ```bash
87
+ openspec status --change "<name>"
88
+ ```
89
+
90
+ **Output**
91
+
92
+ After completing all artifacts, summarize:
93
+ - Change name and location
94
+ - List of artifacts created with brief descriptions
95
+ - What's ready: "All artifacts created! Ready for implementation."
96
+ - Prompt: "Run `/opsx:apply` or ask me to implement to start working on the tasks."
97
+
98
+ **Artifact Creation Guidelines**
99
+
100
+ - Follow the `instruction` field from `openspec instructions` for each artifact type
101
+ - The schema defines what each artifact should contain - follow it
102
+ - Read dependency artifacts for context before creating new ones
103
+ - Use `template` as the structure for your output file - fill in its sections
104
+ - **IMPORTANT**: `context` and `rules` are constraints for YOU, not content for the file
105
+ - Do NOT copy `<context>`, `<rules>`, `<project_context>` blocks into the artifact
106
+ - These guide what you write, but should never appear in the output
107
+
108
+ **Guardrails**
109
+ - Create ALL artifacts needed for implementation (as defined by schema's `apply.requires`)
110
+ - Always read dependency artifacts before creating a new one
111
+ - If context is critically unclear, ask the user - but prefer making reasonable decisions to keep momentum
112
+ - If a change with that name already exists, ask if user wants to continue it or create a new one
113
+ - Verify each artifact file exists after writing before proceeding to next
@@ -0,0 +1,147 @@
1
+ ---
2
+ name: openspec-sync-specs
3
+ description: Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
4
+ license: MIT
5
+ compatibility: Requires openspec CLI.
6
+ metadata:
7
+ author: openspec
8
+ version: "1.0"
9
+ generatedBy: "1.5.0"
10
+ ---
11
+
12
+ Sync delta specs from a change to main specs.
13
+
14
+ This is an **agent-driven** operation - you will read delta specs and directly edit main specs to apply the changes. This allows intelligent merging (e.g., adding a scenario without copying the entire requirement).
15
+
16
+ **Store selection:** If the user names a store (a store is a standalone OpenSpec repo registered on this machine) or the work lives in one, run `openspec store list --json` to discover registered store ids, then pass `--store <id>` on the commands that read or write specs and changes (`new change`, `status`, `instructions`, `list`, `show`, `validate`, `archive`, `doctor`, `context`). Other commands do not take the flag. Hints printed by commands already carry the flag; keep it on follow-ups. Without a store, commands act on the nearest local `openspec/` root.
17
+
18
+ **Input**: Optionally specify a change name. If omitted, check if it can be inferred from conversation context. If vague or ambiguous you MUST prompt for available changes.
19
+
20
+ **Steps**
21
+
22
+ 1. **If no change name provided, prompt for selection**
23
+
24
+ Run `openspec list --json` to get available changes. Use the **AskUserQuestion tool** to let the user select.
25
+
26
+ Show changes that have delta specs (under `specs/` directory).
27
+
28
+ **IMPORTANT**: Do NOT guess or auto-select a change. Always let the user choose.
29
+
30
+ 2. **Resolve change context**
31
+
32
+ Run:
33
+ ```bash
34
+ openspec status --change "<name>" --json
35
+ ```
36
+
37
+ 3. **Find delta specs**
38
+
39
+ Use `artifactPaths.specs.existingOutputPaths` from the status JSON as the list of delta spec files.
40
+
41
+ Each delta spec file contains sections like:
42
+ - `## ADDED Requirements` - New requirements to add
43
+ - `## MODIFIED Requirements` - Changes to existing requirements
44
+ - `## REMOVED Requirements` - Requirements to remove
45
+ - `## RENAMED Requirements` - Requirements to rename (FROM:/TO: format)
46
+
47
+ If no delta specs found, inform user and stop.
48
+
49
+ 4. **For each delta spec, apply changes to main specs**
50
+
51
+ For each repo-local capability delta spec path returned by the CLI:
52
+
53
+ a. **Read the delta spec** to understand the intended changes
54
+
55
+ b. **Read the main spec** at `openspec/specs/<capability>/spec.md` (may not exist yet)
56
+
57
+ c. **Apply changes intelligently**:
58
+
59
+ **ADDED Requirements:**
60
+ - If requirement doesn't exist in main spec → add it
61
+ - If requirement already exists → update it to match (treat as implicit MODIFIED)
62
+
63
+ **MODIFIED Requirements:**
64
+ - Find the requirement in main spec
65
+ - Apply the changes - this can be:
66
+ - Adding new scenarios (don't need to copy existing ones)
67
+ - Modifying existing scenarios
68
+ - Changing the requirement description
69
+ - Preserve scenarios/content not mentioned in the delta
70
+
71
+ **REMOVED Requirements:**
72
+ - Remove the entire requirement block from main spec
73
+
74
+ **RENAMED Requirements:**
75
+ - Find the FROM requirement, rename to TO
76
+
77
+ d. **Create new main spec** if capability doesn't exist yet:
78
+ - Create `openspec/specs/<capability>/spec.md`
79
+ - Add Purpose section (can be brief, mark as TBD)
80
+ - Add Requirements section with the ADDED requirements
81
+
82
+ 5. **Show summary**
83
+
84
+ After applying all changes, summarize:
85
+ - Which capabilities were updated
86
+ - What changes were made (requirements added/modified/removed/renamed)
87
+
88
+ **Delta Spec Format Reference**
89
+
90
+ ```markdown
91
+ ## ADDED Requirements
92
+
93
+ ### Requirement: New Feature
94
+ The system SHALL do something new.
95
+
96
+ #### Scenario: Basic case
97
+ - **WHEN** user does X
98
+ - **THEN** system does Y
99
+
100
+ ## MODIFIED Requirements
101
+
102
+ ### Requirement: Existing Feature
103
+ #### Scenario: New scenario to add
104
+ - **WHEN** user does A
105
+ - **THEN** system does B
106
+
107
+ ## REMOVED Requirements
108
+
109
+ ### Requirement: Deprecated Feature
110
+
111
+ ## RENAMED Requirements
112
+
113
+ - FROM: `### Requirement: Old Name`
114
+ - TO: `### Requirement: New Name`
115
+ ```
116
+
117
+ **Key Principle: Intelligent Merging**
118
+
119
+ Unlike programmatic merging, you can apply **partial updates**:
120
+ - To add a scenario, just include that scenario under MODIFIED - don't copy existing scenarios
121
+ - The delta represents *intent*, not a wholesale replacement
122
+ - Use your judgment to merge changes sensibly
123
+
124
+ **Output On Success**
125
+
126
+ ```
127
+ ## Specs Synced: <change-name>
128
+
129
+ Updated main specs:
130
+
131
+ **<capability-1>**:
132
+ - Added requirement: "New Feature"
133
+ - Modified requirement: "Existing Feature" (added 1 scenario)
134
+
135
+ **<capability-2>**:
136
+ - Created new spec file
137
+ - Added requirement: "Another Feature"
138
+
139
+ Main specs are now updated. The change remains active - archive when implementation is complete.
140
+ ```
141
+
142
+ **Guardrails**
143
+ - Read both delta and main specs before making changes
144
+ - Preserve existing content not mentioned in delta
145
+ - If something is unclear, ask for clarification
146
+ - Show what you're changing as you go
147
+ - The operation should be idempotent - running twice should give same result
@@ -0,0 +1,10 @@
1
+ {
2
+ "sessionID": "ses_0d9f5cba6ffeW2r1NWuthiPI0F",
3
+ "updatedAt": "2026-07-03T04:02:29.118Z",
4
+ "sources": {
5
+ "background-task": {
6
+ "state": "idle",
7
+ "updatedAt": "2026-07-03T04:02:29.118Z"
8
+ }
9
+ }
10
+ }