claude-queue 1.2.0 → 1.2.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.
@@ -41,10 +41,10 @@ Check the arguments passed to this skill:
41
41
 
42
42
  When invoked with `/queue plan <project-id>`:
43
43
 
44
- 1. **Connect**: Call `queue_watch` with the project ID
45
- 2. **Check for existing context**: Read the project's CLAUDE.md file if it exists (at the project path)
46
- 3. **Start discovery**: Ask the user what they're planning to work on
47
- 4. **Iterative refinement**: Use the AskUserQuestion tool to ask clarifying questions. Keep asking until you have a clear understanding of:
44
+ 1. **Connect**: Call `queue_watch` with the project ID (ignore the "watching" message - that's for work mode)
45
+ 2. **Start discovery**: Immediately ask the user an open-ended question about what they're planning to work on. Let them explain freely.
46
+ 3. **Gather context**: After the user replies, read the project's CLAUDE.md file if it exists (at the project path) to understand any existing context
47
+ 4. **Iterative refinement**: Use the AskUserQuestion tool to ask targeted follow-up questions based on their initial response and any existing context. Keep asking until you have a clear understanding of:
48
48
  - What they want to accomplish
49
49
  - The scope and constraints
50
50
  - What success looks like
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-queue",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A local kanban board for managing Claude Code projects",
5
5
  "type": "module",
6
6
  "bin": {