Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions plugins/compound-engineering/commands/ce/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ After writing the plan file, use the **AskUserQuestion tool** to present these o
**Options:**
1. **Open plan in editor** - Open the plan file for review
2. **Run `/deepen-plan`** - Enhance each section with parallel research agents (best practices, performance, UI)
3. **Run `/technical_review`** - Technical feedback from code-focused reviewers (DHH, Kieran, Simplicity)
3. **Run `/ce:review`** - Technical feedback from code-focused reviewers
4. **Review and refine** - Improve the document through structured self-review
5. **Share to Proof** - Upload to Proof for collaborative review and sharing
6. **Start `/ce:work`** - Begin implementing this plan locally
Expand All @@ -589,7 +589,7 @@ After writing the plan file, use the **AskUserQuestion tool** to present these o
Based on selection:
- **Open plan in editor** → Run `open docs/plans/<plan_filename>.md` to open the file in the user's default editor
- **`/deepen-plan`** → Call the /deepen-plan command with the plan file path to enhance with research
- **`/technical_review`** → Call the /technical_review command with the plan file path
- **`/ce:review`** → Call the /ce:review command with the plan file path
- **Review and refine** → Load `document-review` skill.
- **Share to Proof** → Upload the plan to Proof:
```bash
Expand All @@ -608,7 +608,7 @@ Based on selection:

**Note:** If running `/ce:plan` with ultrathink enabled, automatically run `/deepen-plan` after plan creation for maximum depth and grounding.

Loop back to options after Simplify or Other changes until user selects `/ce:work` or `/technical_review`.
Loop back to options after Simplify or Other changes until user selects `/ce:work` or `/ce:review`.

## Issue Creation

Expand Down Expand Up @@ -638,6 +638,6 @@ When user selects "Create Issue", detect their project tracker from CLAUDE.md:

5. **After creation:**
- Display the issue URL
- Ask if they want to proceed to `/ce:work` or `/technical_review`
- Ask if they want to proceed to `/ce:work` or `/ce:review`

NEVER CODE! Just research and write the plan.
4 changes: 2 additions & 2 deletions plugins/compound-engineering/commands/deepen-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,14 +480,14 @@ After writing the enhanced plan, use the **AskUserQuestion tool** to present the

**Options:**
1. **View diff** - Show what was added/changed
2. **Run `/technical_review`** - Get feedback from reviewers on enhanced plan
2. **Run `/ce:review`** - Get feedback from reviewers on enhanced plan
3. **Start `/ce:work`** - Begin implementing this enhanced plan
4. **Deepen further** - Run another round of research on specific sections
5. **Revert** - Restore original plan (if backup exists)

Based on selection:
- **View diff** → Run `git diff [plan_path]` or show before/after
- **`/technical_review`** → Call the /technical_review command with the plan file path
- **`/ce:review`** → Call the /ce:review command with the plan file path
- **`/ce:work`** → Call the /ce:work command with the plan file path
- **Deepen further** → Ask which sections need more research, then re-run those agents
- **Revert** → Restore from git or backup
Expand Down
Loading