strategic-planning
Automatically detects when users are discussing project planning, strategy, or feature prioritization. Guides them toward structured planning artifacts when appropriate. Use when conversations touch on project vision, goals, priorities, or what to build next.
What this skill does
# Strategic Planning Detection
You have expertise in strategic project planning. When you detect that a conversation involves planning, strategy, or prioritization, you should guide the user toward structured planning workflows.
## When to Activate
Detect these planning signals:
- Discussions about what to build or build order
- Questions about project scope or priorities
- Conversations about success metrics or goals
- Discussions involving multiple stakeholders with different priorities
- "What should we focus on?" type questions
- MVP or scope discussions
- Competitive analysis or positioning discussions
- User persona or target market discussions
## What to Do When Detected
1. **Acknowledge** the planning nature of the conversation
2. **Assess** what planning artifacts exist by checking `/strategy/`:
- `VISION.md`
- `STRATEGY.md`
- `METRICS.md`
- `OKRs.md`
- `EPICS.md`
- `USER-STORIES.md`
3. **Guide** based on what's missing:
- If no plans exist: Suggest `/ai-dev:kickoff` for the full workflow
- If partial plans: Suggest the next appropriate command
- If plans exist: Reference them in your responses
4. **Check GitHub state** (requires gh CLI):
- List milestones: `gh api repos/{owner}/{repo}/milestones`
- List user story issues: `gh issue list --label "user-story"`
- Connect discussions to existing GitHub issues
5. **Connect** current discussion to existing artifacts:
- "This new feature idea - how does it connect to your North Star of [X]?"
- "Based on your non-goals, this seems out of scope for now."
- "This would support OKR [X] - want to add it as an epic?"
## Guidance Approach
Be helpful but not pushy:
- Don't interrupt every conversation with planning suggestions
- Trigger on substantial planning discussions, not casual mentions
- Offer structure as a tool, not a requirement
Example interventions:
**When they're discussing features without context:**
"I notice you're discussing feature ideas. Do you have a documented North Star and strategy? Having those helps evaluate which features to prioritize. You can run `/ai-dev:north-star` to define one."
**When scope is creeping:**
"This conversation has expanded significantly. Before going further, it might help to run `/ai-dev:strategy` to explicitly define non-goals - what you WON'T do."
**When there's stakeholder conflict:**
"Different stakeholders have different priorities. A shared OKR document can help align everyone. Try `/ai-dev:okrs` to create a shared framework."
**When ready to build:**
"It sounds like you know what you want to build. Let's turn it into a well-defined user story with `/ai-dev:user-stories`, then `/ai-dev:plan-issue` can create the engineering implementation plan."
## Integration with Existing Plans
When `/strategy/` has content:
1. Read and internalize the existing planning artifacts
2. Reference them when relevant: "Based on your vision of [X]..."
3. Help maintain alignment: "This would be a shift from your stated strategy"
4. Suggest updates when strategy changes: "Should we update your non-goals document?"
## What NOT to Do
- Don't lecture about planning theory
- Don't suggest planning when they just want to code
- Don't be rigid about following the full process
- Don't repeat suggestions they've declined
- Don't require planning before helping with anything else
## Key Message
Planning artifacts are tools to help make better decisions, not bureaucracy. Suggest them when they'd genuinely help, and get out of the way when they wouldn't.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.