Category

meta - Get Oriented

Meta

Input: $ARGUMENTS


Routing Decisions

1. What Does the User Need?

Input patternNeedAction
”Help” / “What can you do?”OrientationShow category skills as entry points
”What skill should I use for X?”Skill discoveryClassify their X, recommend category
”What’s the difference between X and Y?”ComparisonExplain the difference
”How do I use X?”Usage guidanceExplain the skill
”What skills are available?”Full listingPoint to skills directory
”What’s new?”Recent changes→ /wn
”Make me a skill for X”Skill creation→ /cs or /mts
”Does a skill exist for X?”Skill lookup→ /dtse
”What skill is best for X?”Skill selection→ /wsib
”What skills should I run?”Skill sequencing→ /fonss
”Rank skills for my goal”Skill ranking→ /given
”I’m not sure what I need”Uncertainty classification→ /nsa
”In this prompt, what’s happening?”Prompt decomposition→ /itp

2. Can We Infer What They Actually Need?

  • “Help” with prior conversation context: route based on what they were working on.
  • “Help” with no context: ask what they’re trying to do, then route to the appropriate category skill.
  • Explicit meta-question: answer directly.

3. Route by Category

If the user describes a problem and asks for help, classify it:

User describes…Route to
Something they think is true/false→ /claim
A choice to make→ /decide
Something broken or wrong→ /diagnose
Wanting to explore options→ /search
Knowing what but not how→ /how
A want or goal→ /want
Asking what to do next→ /next
Asking which skills to run next (multiple)→ /fonss
Asking to rank skills by ROI for a goal→ /given
Asking what skill is best right now→ /wsib
Asking to reorder an existing list→ /ro
Asking to build a high-quality list→ /list
Asking to create or update a skill→ /cs
Asking to design a skill-creation system→ /sc
Asking whether a skill exists→ /dtse
Asking to make a new skill directly→ /mts
Asking to formalize a new skill spec→ /fmtsb
Asking what a skill is useful for→ /uf
Starting with “I think…”→ /it
Framing with ”…, but …”→ /but
Asking to extract all useful skills from a prompt→ /extract
Asking to “handle this” broadly→ /handle
Asking for “and then also” tasks→ /ata
Asking to expand implications (“so you can see”)→ /sycs
Asking to continue a pattern (“and so on”)→ /aso
Saying “I’m getting carried away”→ /iagca
Asking to operationalize a platitude→ /platitude
Asking to reconcile multiple platitudes→ /platitudes
Asking to expand an “etc” list→ /etc
Asking timeline orientation / what is new→ /wn
Asking to extract a repeatable pattern from recent behavior→ /flhwijd
Asking “I’m not sure about X”→ /nsa
Asking to decompose a prompt→ /itp
Asking about scope limits→ /awtlytrn
Asking about ideation overflow→ /ycshikfmif
Asking to find unresolved decisions→ /tbd
Asking to sequence unresolved decisions→ /tobd
Asking to reframe something→ /iaw
Asking for easy mode→ /ezy
Asking for hard mode→ /hrd
Asking for general principles→ /genl
Asking for specific application→ /spcf
Asking for sophisticated analysis→ /soph
Asking for ethical analysis→ /eth
Asking for safety analysis→ /saf
Asking for future analysis→ /fut
Asking about best-case scenario→ /utp
Asking about worst-case scenario→ /dys
Asking about good outcomes→ /gop
Asking about bad outcomes→ /obo
Asking about obvious things→ /obv
Asking about good outcomes being missed→ /ogo
Asking for self-deception check→ /sdc
Asking for effort calibration→ /ecal
Asking to recover from wrong model→ /rmm
Asking to identify the situation→ /sid
Asking to convert knowledge to action→ /kta
Asking about differences between things→ /difr
Asking for a story or narrative→ /story
Asking for dominance analysis→ /dom
Asking for argument analysis→ /agsk
Asking for A/B test design→ /abts
Asking for debate format→ /deb
Something to do/execute→ /action
Something to assess/review→ /evaluate
A feeling or frustration→ /emotion
An idea or proposal→ /viability
Content to produce→ /create
A domain-specific question→ /technical
A problem to analyze→ /analyze

Category Skills Quick Reference

SkillFor when you…Mode
/claimHave something that might be true or falseARAW
/decideNeed to choose between optionsARAW
/viabilityHave an idea to testARAW
/evaluateHave work to assessARAW
/diagnoseNeed to find why something’s wrongUAUA
/searchWant to explore a spaceUAUA
/howKnow what but not howAR-forward
/wantHave a goal or desireAR-forward
/nextNeed the single highest-value next stepRouter
/fonssNeed an ordered sequence of next skillsRouter
/givenNeed ROI-ranked skills for a specific goalRanking
/wsibNeed best single skill selection nowSkill Selection
/roNeed an expert reorder of an existing listOrdering
/listNeed a high-quality list with rationaleListing
/csNeed to create/update a skill or find missing onesSkill Design
/scNeed to design a skill-creation systemSkill Operations
/dtseNeed to check if a skill exists and what to do nextSkill Lookup
/mtsNeed to make a new skill draft quicklySkill Drafting
/fmtsbNeed a formalized skill spec and rollout planSkill Formalization
/ufNeed use-cases and limits for a skillSkill Analysis
/itNeed to formalize an “I think” claimClaim Framing
/butNeed to resolve claim-objection tensionTension Handling
/extractNeed all useful skills extracted from a promptSkill Extraction
/handleNeed broad situation handling collapsed to actionExecution Routing
/ataNeed implied adjacent tasks added and orderedScope Expansion
/sycsNeed implication expansionReasoning Expansion
/asoNeed bounded pattern continuationPattern Expansion
/iagcaNeed scope compression from idea sprawlFocus Control
/platitudeNeed one platitude turned into action rulesOperationalization
/platitudesNeed multiple platitudes reconciledConflict Resolution
/etcNeed an “etc” tail expanded explicitlyEnumeration
/wnNeed timeline orientation by new itemsTimeline
/flhwijdNeed to convert recent behavior into a reusable procedurePattern Capture
/emotionFeel stuck/frustrated/overwhelmedAR-forward
/actionNeed something executedDirect
/createNeed content producedDirect
/certaintyWant maximum effort until fully resolvedMaximum
/iterateHave something to improveMeta-iteration

Depth and Mode Skills

SkillFor when you…Effect
/ezyNeed the simplest possible pathBreaks problem into easiest steps
/hrdNeed maximum rigor, no shortcutsEvery assumption surfaced, every edge case
/genlNeed general principlesExtracts transferable patterns
/spcfNeed specific applicationApplies a principle to exact situation
/sophNeed multi-layered sophisticationCross-domain synthesis, second-order effects
/ecalNeed to calibrate effortMaps stakes to effort level

Analysis and Projection Skills

SkillFor when you…Effect
/ethNeed ethical/moral analysisMulti-framework ethical evaluation
/safNeed safety analysisRisk identification, protective measures
/futNeed future projectionsMulti-timeframe trend analysis
/utpNeed best-case scenarioUtopia construction and path
/dysNeed worst-case scenarioDystopia construction and prevention
/gopNeed good outcome identificationGood outcome maximization
/oboNeed obvious bad outcomes checkedCatches ignored downsides
/ogoNeed obvious good outcomes checkedCatches missed upsides
/obvNeed obvious things checked firstCatches what everyone assumes someone checked
/domNeed to eliminate dominated optionsStrict dominance filtering
/difrNeed to differentiate similar thingsClassifies differences by significance
/agskNeed argument analysisChecks logical validity and evidence
/abtsNeed experiment designA/B test with proper controls
/debNeed debate formatSteelmans both sides
/storyNeed a narrativeCreates illustrative stories

Self-Check Skills

SkillFor when you…Effect
/sdcNeed self-deception checkDetects motivated reasoning
/sidNeed to identify the actual situationPrevents solving wrong problem
/rmmNeed to recover from wrong mental modelDismantles and replaces broken models
/ktaKnow what to do but can’t startDiagnoses execution barriers

Scope and Task Skills

SkillFor when you…Effect
/iagcaAre getting carried awayCompresses scope to essentials
/ycshikfmifKeep finding more ideasStructures ideation into batches
/awtlytrnNeed to know current limitsEstimates practical boundaries
/ataNeed adjacent tasks identifiedSurfaces implied prerequisites/follow-ups
/tbdHave unresolved decisionsConverts TBDs to explicit questions
/tobdNeed to sequence TBD resolutionsDependency-ordered resolution path

Execute

Answer the meta-question directly, or route to the appropriate category skill.

For orientation (“help” / “what can you do?”), present the category skills table above.

For skill discovery, use:

  • → /wsib — to find the single best skill for a situation
  • → /fonss — to find an ordered sequence of skills
  • → /given — to rank skills by ROI for a goal
  • → /dtse — to check if a specific skill exists
  • → /uf — to understand what a skill is useful for
  • → /extract — to find all skills relevant to a prompt

Integration

  • Use from: Any situation where the user is lost, confused, or asking about the toolkit itself
  • Routes to: All category skills, all skill discovery skills (/wsib, /fonss, /given, /dtse, /uf, /extract), all depth/mode skills (/ezy, /hrd, /genl, /spcf, /soph)
  • Differs from: /handle (meta is informational, handle is action-oriented), /next (meta orients, next selects the best immediate action)
  • Complementary: /wsib (meta shows options, wsib picks the best one), /fonss (meta orients, fonss sequences next skills)