You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/prompts/opsx-archive.prompt.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,7 @@ Archive a completed change in the experimental workflow.
56
56
- If changes needed: "Sync now (recommended)", "Archive without syncing"
57
57
- If already synced: "Archive now", "Sync anyway", "Cancel"
58
58
59
-
If user chooses sync, use Task tool (subagent_type: "general-purpose", prompt: "Use Skill tool to invoke openspec-sync-specs for change '<name>'. Delta spec analysis: <includetheanalyzeddeltaspecsummary>").
60
-
- If sync succeeds, continue to archive.
61
-
- If sync fails or is interrupted, prompt the user to retry sync or explicitly confirm archiving without syncing.
62
-
- Proceed only when sync succeeds or the user explicitly chooses to archive without syncing.
59
+
If user chooses sync, execute `/opsx:sync` logic. Proceed to archive regardless of choice.
- Don't block archive on warnings - just inform and confirm
154
151
- Preserve .openspec.yaml when moving to archive (it moves with the directory)
155
152
- Show clear summary of what happened
156
-
- If sync is requested, use the Skill tool to invoke `openspec-sync-specs`(agent-driven) and stop for explicit user confirmation if the sync attempt fails
153
+
- If sync is requested, use /opsx:sync approach (agent-driven)
157
154
- If delta specs exist, always run the sync assessment and show the combined summary before prompting
Copy file name to clipboardExpand all lines: .github/prompts/opsx-explore.prompt.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Enter explore mode - think through ideas, investigate problems, cla
4
4
5
5
Enter explore mode. Think deeply. Visualize freely. Follow the conversation wherever it goes.
6
6
7
-
**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.
7
+
**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 (e.g., start a change with `/opsx:new` or `/opsx:ff`). You MAY create OpenSpec artifacts (proposals, designs, specs) if the user asks—that's capturing thinking, not implementing.
8
8
9
9
**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.
10
10
@@ -56,10 +56,10 @@ Depending on what the user brings, you might:
56
56
│ Use ASCII diagrams liberally │
57
57
├─────────────────────────────────────────┤
58
58
│ │
59
-
│ ┌────────┐ ┌────────┐ │
60
-
│ │ State │────────▶│ State │ │
61
-
│ │ A │ │ B │ │
62
-
│ └────────┘ └────────┘ │
59
+
│ ┌────────┐ ┌────────┐ │
60
+
│ │ State │────────▶│ State │ │
61
+
│ │ A │ │ B │ │
62
+
│ └────────┘ └────────┘ │
63
63
│ │
64
64
│ System diagrams, state machines, │
65
65
│ data flows, architecture sketches, │
@@ -97,7 +97,8 @@ If the user mentioned a specific change name, read its artifacts for context.
97
97
98
98
Think freely. When insights crystallize, you might offer:
99
99
100
-
- "This feels solid enough to start a change. Want me to create a proposal?"
100
+
- "This feels solid enough to start a change. Want me to create one?"
101
+
→ Can transition to `/opsx:new` or `/opsx:ff`
101
102
- Or keep exploring - no pressure to formalize
102
103
103
104
### When a change exists
@@ -116,14 +117,14 @@ If the user mentions a change or you detect one is relevant:
0 commit comments