Skip to content

Commit 1e24507

Browse files
Nick Sullivanclaude
andcommitted
💡 Add post-install recommendations to ai-coding-config
Add "Recommend Next Steps" section after installation to guide users: Always recommend: - Generate AGENTS.md if it doesn't exist (critical for project context) - Review available commands with descriptions Conditionally recommend based on project: - /setup-environment for git worktree users - /troubleshoot if error monitoring detected - /product-intel for competitive products Keeps users from feeling lost after setup and highlights the most valuable next actions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f5a746f commit 1e24507

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.claude/commands/ai-coding-config.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,44 @@ Confirm files are where they should be:
118118

119119
Report a clear summary. No deep validation needed.
120120

121+
### Recommend Next Steps
122+
123+
After successful installation, check for opportunities to help the user get started and
124+
provide actionable recommendations:
125+
126+
**Always check and recommend:**
127+
128+
1. **Generate AGENTS.md** - If `AGENTS.md` doesn't exist at project root:
129+
```
130+
📋 Recommended: Generate project context file for AI assistants
131+
Run: /generate-AGENTS-file
132+
133+
This creates AGENTS.md with essential project context that helps AI assistants
134+
understand your conventions, tech stack, and workflows.
135+
```
136+
137+
2. **Review available commands** - List the commands now available:
138+
```
139+
✅ Available commands:
140+
- /load-cursor-rules - Load relevant rules for current task
141+
- /personality-change - Switch AI personality
142+
- /create-prompt - Create optimized prompts for complex tasks
143+
- /troubleshoot - Autonomous error resolution (if error monitoring configured)
144+
- /setup-environment - Initialize development environment for git worktree
145+
- /handoff-context - Generate context handoff for continuing work
146+
- /product-intel - Research competitors and industry trends
147+
```
148+
149+
**Conditionally recommend based on project characteristics:**
150+
151+
- **If using git worktrees**: Suggest running `/setup-environment` in any new worktree
152+
- **If error monitoring detected** (Sentry/HoneyBadger in dependencies): Mention
153+
`/troubleshoot` for autonomous error resolution
154+
- **If competitive product**: Suggest `/product-intel` to track competitors
155+
156+
Only show recommendations that are genuinely useful. Don't overwhelm with every possible
157+
next step.
158+
121159
---
122160

123161
## Update Mode (`update` argument)

0 commit comments

Comments
 (0)