feynman-inquiry
Developer inquiry skill for technical investigation, validation, and decision-making. Use when exploring unfamiliar technology, validating approaches with spikes, comparing options, or making architecture decisions. Covers the full thinking process from "I don't know" to confident decision.
What this skill does
# Dev Inquiry
Feynman-style technical inquiry for developers. Understand before you decide. Validate before you build.
> "The first principle is that you must not fool yourself—and you are the easiest person to fool." — Richard Feynman
## Inquiry Modes
This skill supports four modes that often chain together:
| Mode | When to Use | Trigger Phrases |
|------|-------------|-----------------|
| **Investigate** | Understand something unfamiliar | "explore", "understand", "how does X work" |
| **Spike** | Validate approach before building | "spike", "validate", "prove this works" |
| **Compare** | Evaluate options for your context | "compare", "vs", "which is better" |
| **Decide** | Make a concrete choice | "should we", "decide", "recommend" |
## How to Use This Skill
1. **Identify the mode** from the user's request
2. **Load the appropriate reference**:
- Investigation → Read `references/investigation.md`
- Spike validation → Read `references/spike.md`
- Comparison → Read `references/scoring.md`
- Decision → Read `references/scoring.md` (uses comparison + decision framework)
3. **Follow the workflow** in that reference
4. **Chain if needed** — investigation often leads to spike, spike informs comparison
## Mode Details
### Investigate Mode
For understanding unfamiliar technology from first principles.
**Process**: Admit ignorance → Simplest experiment → Poke edges → Build mental model → Explain simply
**Output**: Mental model you can teach to someone else
### Spike Mode
For validating technical feasibility before full implementation.
**Process**: Define scope (4-8 hours) → Write tests first → Implement minimal → Test with real data → Document pattern
**Output**: Proven pattern ready to replicate, or pivot decision
### Compare Mode
For evaluating multiple options against your specific context.
**Process**: Define context → Choose criteria → Weight by importance → Score with evidence → Sanity check
**Output**: Weighted comparison matrix with evidence
### Decide Mode
For making a concrete choice with documented reasoning.
**Process**: Ensure understanding (investigate if needed) → Compare options → State recommendation → Document tradeoffs → Assess reversibility
**Output**: Clear recommendation with rationale and risks
## The Natural Flow
```
"Let's explore @Observable"
↓ Investigation
"Can I actually build nested observation?"
↓ Spike (validates understanding)
"@Observable vs @StateObject for my app"
↓ Comparison
"Should we adopt the new Observation framework?"
↓ Decision
```
Each mode builds on the previous. Don't decide before you understand. Don't compare before you investigate.
## Quick Reference
| Request | Mode | Reference |
|---------|------|-----------|
| "Let's explore Swift macros" | Investigate | `references/investigation.md` |
| "I want to understand async/await" | Investigate | `references/investigation.md` |
| "Spike SwiftData before we commit" | Spike | `references/spike.md` |
| "Validate this architecture works" | Spike | `references/spike.md` |
| "Compare REST vs GraphQL" | Compare | `references/scoring.md` |
| "SwiftData vs CoreData?" | Compare | `references/scoring.md` |
| "Should we use Combine?" | Decide | `references/scoring.md` |
| "Recommend an approach" | Decide | `references/scoring.md` |
## Examples
For concrete examples across all modes, see `references/examples.md`.
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.