ideate
Use when the user asks to brainstorm features, expand a project, or "what should I build next" / "give me ideas for X" / "how could we extend Y". Memory-aware — pulls prior decisions and avoids re-suggesting rejected ideas.
What this skill does
# Ideate — feature strategy with memory grounding
This skill generates feature/expansion ideas that are **grounded in the project's actual state and history**, not generic. It is not a brainstorming list. It is a product/engineering option set with evidence, sequencing, and kill criteria.
## Before generating ideas
1. **Memory pass.** Run `mem_search({ query: "<topic>", k: 12 })` when available. Skim hits for already-explored, rejected, or in-flight ideas. Note what was tried and why it was abandoned. If MCP memory is unavailable, say so once and continue from repo evidence.
2. **Repo pass.** Use native Explore or direct reads to understand:
- what the product/lib actually does (read README + 2–3 entry points)
- what's instrumented, tested, deployed
- what the recent git log shows people working on
- where users feel friction (issues/TODOs/errors/tests/docs)
3. **Market/edge pass.** Infer the audience and adjacent products from repo/docs. If user asked for current market validation, use web research; otherwise mark market claims as assumptions.
4. **Constraint pass.** Ask the user one question max only if a hard constraint blocks useful ideation. Prefer inferred budgets: 1 hour, 1 day, 1 week.
## Generation pattern
For each candidate idea:
- **T** Title — < 8 words
- **D** Distinguishing claim — what makes this not generic? cite file/feature
- **I** Impact — who benefits, by how much
- **R** Risk — what breaks, what's hard
- **E** Evidence — file, symbol, test, memory id, issue, or observed gap
- **S** Smallest slice — first shippable implementation in one paragraph
- **K** Kill criterion — signal that proves this idea is not worth continuing
Generate **2 portfolios**:
- **Safe (3 ideas)** — incremental, low-risk, predictable
- **Asymmetric (3 ideas)** — high-upside, less proven, requires conviction
Then pick:
- **1 dark horse** that the user probably has not considered.
- **1 compounding bet** that makes future development faster, smarter, or cheaper.
Score each idea 1–5 on:
| Metric | Meaning |
|---|---|
| User value | Direct benefit to real users |
| Strategic leverage | Whether this unlocks future work |
| Build confidence | Likelihood of shipping cleanly |
| Differentiation | How non-generic it is |
| Maintenance cost | Reverse-scored: 5 = cheap to maintain |
## Anti-generic rules
- No "add observability" / "add a dashboard" / "improve documentation" without a concrete hook into the codebase.
- No idea that is already present or recently rejected (check memory/repo).
- No idea that contradicts a stated constraint (check memory).
- Each idea must reference at least one file path, symbol, or feature already in the repo.
- Each recommendation must have a first slice that can ship independently.
- Do not hide weak assumptions. Label them `Assumption:` and say what evidence would validate them.
## Output shape
```
## Evidence Snapshot
- Product read: <files/features>
- Memory read: <hits or unavailable>
- Constraints inferred: <budget/risk/audience>
## Safe (incremental)
1. <title> — <one-line distinguishing claim>
Impact: …
Risk: …
Evidence: <files/memory/tests>
First slice: …
Kill criterion: …
Score: user <n>/5, leverage <n>/5, confidence <n>/5, differentiation <n>/5, maintenance <n>/5
## Asymmetric (high upside)
…
## Compounding bet
<title> — <why it improves future development>
## Dark horse
<title> — <why it's worth a real look>
## My pick
<one idea> — <why this is the best next move now>
```
End with one concrete next action: either write a one-page spec, create an implementation plan, or run a focused investigation.
## Salesforce-flavoured variant
For sfdx projects, prefer ideas that exploit:
- Platform Events / Change Data Capture for cheap eventing
- Flow / triggers consolidation
- Bulkification opportunities visible from `sf code-analyzer`
- License-tier upgrades the org already has but isn't using
- Admin/developer handoff pain: metadata diffs, test data, deployment safety, package boundaries
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.