Troubleshooting
Quick fixes for the most common issues.
Setup Issues
"command not found: claude" (Terminal users)
Your terminal doesn't know where Claude Code is installed.
Fix:
- Close and reopen your terminal
- Or run:
source ~/.zshrc(Mac) /source ~/.bashrc(Linux) - If still broken, reinstall:
npm install -g @anthropic-ai/claude-code
Claude doesn't see my files
Make sure you opened the second-pm-os folder (not a file inside it).
- Claude Desktop: Click the folder icon, select the whole folder
- Claude Code Desktop: File → Open Folder → select
second-pm-os - Terminal: Navigate to the folder with
cd, then runclaude
Skills aren't working / Claude doesn't know commands
Skills live in .claude/skills/. If Claude can't find them:
- Make sure you unzipped the Product Management OS (don't work from inside the ZIP)
- Check that
.claude/skills/folder exists and has files - Start a new Claude session (skills are loaded at session start)
Context Issues
Claude doesn't know my company name
Your context files might be empty or still have placeholders.
Fix:
- Open
context/company.md - Replace
[Your company name]with your actual company name - Save the file
Claude reads context files fresh each time, so changes take effect immediately.
Outputs are generic and don't sound like my product
Your context needs more detail. The more specific your context, the more tailored the outputs.
Fix:
- Run
/welcometo see what Claude currently knows - Open your context files and add specific details
- Or drop internal docs in
context/inputs/and run/enhance-context
See How It All Works for tips on writing good context.
Claude used old/wrong information
Context files might be out of date.
Fix:
- Open the relevant context file (
company.md,product.md, etc.) - Update the outdated information
- Save — changes take effect immediately
Output Issues
I can't find the file Claude created
Outputs are saved to the relevant outputs/ folder:
| What You Created | Where It's Saved |
|---|---|
| PRDs, specs | specs/outputs/ |
| Interview analysis, personas | discovery/outputs/ |
| Competitive profiles | strategy/outputs/ |
| Status updates, meeting notes | stakeholder-updates/outputs/ |
| Release notes, launch checklists | launch/outputs/ |
The output is too long / too short / wrong format
Tell Claude what to change. You can say:
- "Make it shorter — just the highlights"
- "Add more detail to the risks section"
- "Format this as bullet points instead of paragraphs"
- "Make the tone more urgent"
Claude will revise. Keep iterating until it's right.
Claude asked me a question I don't understand
Just answer in plain English. If you're genuinely not sure:
- Say "I'm not sure — use your best judgment"
- Or ask Claude to clarify: "What do you mean by that?"
Claude will proceed with reasonable defaults or explain what it needs.
Workflow Issues
Workflow says "no files found"
Make sure your input files are in the right folder:
- Batch Interview Analysis:
workflows/batch-interview-analysis/inputs/ - Problem to PRD:
workflows/problem-to-prd/inputs/
Supported formats: .txt, .md, plain text files
Workflow is taking a long time
Large files or many files = longer processing. This is normal.
For batch interview analysis with 10 interviews, expect 10-15 minutes.
Advanced Troubleshooting
Agent Team Failures
Problem: Agent team starts but produces poor quality
Symptoms:
- Generic outputs with no context references
- Missing sections or incomplete analysis
- Superficial insights
Causes:
- Incomplete context files
- Insufficient input provided
- Context files too large (over 2000 words each)
Solutions:
1. Check context file completeness:
company.mdhas mission, team, prioritiesproduct.mdhas features, users, metricspersonas.mdhas 2-3 rich personascompetitors.mdhas 3-5 competitors
2. Provide full inputs:
- Don't paste partial PRDs
- Include all research files
- Give complete instructions
3. Optimize context size:
- See Context Optimization
- Remove unnecessary details
- Keep files focused on decision-relevant info
Problem: Agent team fails to start
Error: "Agent teams not available"
Solutions:
-
Check Claude subscription:
- Requires Claude Pro ($20/mo) or API access
- Free tier doesn't support agent teams
-
Verify Claude Code version:
- Agent teams require Claude Code Desktop v0.2.0+
- Update if needed
-
Check agent team setting:
- Claude Code → Settings → Features
- "Agent Teams" should be enabled
Context Loading Issues
Problem: Skill doesn't use my context files
Symptoms:
- Output is generic
- Doesn't mention my company/product
- Asks for info that's in context files
Solutions:
-
Verify context file location:
context/ ├── company.md ├── product.md ├── personas.md └── competitors.md -
Check file names (must be exact):
- ✅
company.md - ❌
Company.md - ❌
company-info.md
- ✅
-
Verify Claude Code can read files:
- Files must be in workspace folder
- Check file permissions (readable)
-
Check context file format:
- Must be valid Markdown
- No binary/corrupted files
Token Limit Errors
Problem: "Context too large" error
Cause: Combined context + skill prompt + input exceeds token limit
Solutions:
-
Trim context files:
- Remove unnecessary details
- See Context Optimization
-
Split large inputs:
- Instead of 20 interviews at once, do 10+10
- Use batch processing skills
-
Use extended thinking selectively:
- Adds thinking tokens to limit
- Only use for complex tasks
Skill Not Showing Up
Problem: Skill doesn't appear in the / menu
Solutions:
- Restart Claude Code — Quit and reopen the app
- Check skill location — Skills should be in
.claude/skills/inside your Product Management OS folder - Re-download your Product Management OS — If skills are missing, download a fresh copy from your purchase email
Skills Running Slowly
Problem: Responses take a long time
Solutions:
- Trim your context files — Shorter context = faster responses. See Context Optimization
- Check your internet connection — Claude requires an active connection
- Restart Claude Code — Sometimes a fresh session helps
Still Stuck?
- Run
/welcome— Claude can often diagnose issues itself - Restart your session — Close Claude and reopen the folder
- Check your subscription — Make sure Claude Pro/Max is active
- Email support — ron@mysecond.ai