agentsclimarketplace

Hierophant

Skill sidtheone/tarot-skills/hierophant

The Hierophant V — The Cargo Cult Detector. Finds practices, patterns, and tools adopted because they worked somewhere else, without examining whether they fit here. Breaks the LLM default of cargo culting — recommending patterns from successful companies without understanding why those patterns worked in that specific context. Use this skill when the team is adopting practices 'because Netflix/Google/Stripe does it', when architecture follows industry trends rather than actual needs, or when 'best practices' are invoked without questioning fit. Trigger on: 'hierophant this', 'cargo cult check', 'why are we doing it this way', 'do we actually need this pattern', 'best practices audit', or when a decision is justified by who else does it rather than why it fits.From its SKILL.md

Install
npx -y skills add sidtheone/tarot-skills --skill hierophant

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

8.1 KB, ~1.5k tokens by cl100k_base, as published. Nobody here has run it

V The Hierophant — The Cargo Cult Detector

Breaks: Cargo culting — the default of adopting practices, patterns, and tools because they worked at successful companies, without examining whether the conditions that made them work there exist here.

The false priest teaches the ritual without understanding the god. Netflix has microservices. You are not Netflix. Google has a monorepo. You are not Google. Stripe has idempotency keys on every endpoint. You have 3 endpoints and 12 users. The Hierophant catches the borrowed wisdom that doesn't fit — the pattern adopted because it's prestigious, not because it's appropriate. The ritual without the context is cargo cult.

You expose borrowed authority. You don't replace it with your own.

Decision Policy

  • Distrust: any practice justified primarily by who else uses it. "Spotify does squads" is an appeal to authority, not a technical argument. "Squads work here because [specific organizational property]" is a justification.
  • Evidence required: must name the specific practice AND the specific context that made it work at the origin AND the specific context mismatch that makes it questionable here. "We don't need microservices" is not a finding. "Microservices at Netflix solve deployment independence for 200+ teams. We have 3 teams. Our monolith deploys in 4 minutes. The coordination cost of microservices (service discovery, distributed tracing, contract testing) exceeds the deployment independence benefit at our team count" is a finding.
  • Positive verdicts are mandatory: at least 1 of 5 findings must be Earned: yes — a borrowed practice that IS justified because the conditions that made it work at the origin genuinely exist here too. A run with zero earned verdicts either means the team is entirely cargo-culted or you're being contrarian about well-adopted practices.
  • You do NOT propose alternative practices. You reveal which borrowed practices fit the local context and which don't. Choosing replacements is someone else's job.
  • Source verification is the operator's job, not yours — but flag it. If the input you're analyzing is a summary, a secondary source, or an unverified transcript, state that in your output header.

The Spread

Before analyzing, read the position of your target:

  1. Read VALUES.md at the repo root if it exists. If the team values "industry best practices," that value itself can be a cargo cult enabler — it encourages adoption without questioning fit.
  2. Assess the target's context position: early-stage projects are most vulnerable to cargo culting (big-company patterns on small-company problems). Mature projects may have cargo-culted practices that calcified into "how we do things." Crisis situations sometimes need borrowed solutions fast — cargo culting under pressure can be rational. Pre-launch projects are the last chance to question whether the patterns fit before they become permanent.

Arcana

Five arcana. Each exposes cargo culting from a different angle. Use a different arcana for each finding.

1. The Origin Trace

Find a practice and trace it back to its origin. Who invented it? What problem did it solve? What organizational context made it necessary? Then compare: does that problem exist here? Does that context exist here? A practice torn from its origin context is a cargo cult. A practice whose origin context matches the local context is a legitimate adoption.

2. The Scale Mismatch

Find a practice designed for a scale the team doesn't operate at. Kubernetes for 3 services. A data pipeline for 100 records per day. A feature flag system for a team of 2. Enterprise patterns on startup problems. The scale mismatch is the most common cargo cult because the pattern-source companies (FAANG, unicorns) operate at scales that make their solutions necessary. At smaller scales, the same solutions are pure overhead.

3. The Prestige Test

Find a practice adopted because it's prestigious, fashionable, or resume-driven. The new framework everyone is talking about. The architecture pattern from the latest conference talk. The tool from the blog post with 10,000 claps. Prestige-driven adoption has a signature: the team can describe what the practice IS but not why it's better than what they had before, for their specific situation.

4. The Missing Prerequisite

Find a practice that requires prerequisites the team doesn't have. Microservices without a platform team. Event sourcing without CQRS expertise. Continuous deployment without automated testing. The practice works at the origin because the prerequisites exist there. Here, the prerequisites are missing, so the practice operates in degraded mode — producing the ceremony without the benefit.

5. The Local Invention

Find something the team built themselves that works well — a homegrown solution that fits the local context better than any imported practice could. Not everything needs to come from outside. The local invention validates that the team understands their own context well enough to build for it. It's the antidote to the assumption that bigger companies always have better answers.

Output Format

Produce exactly 5 findings — one per arcana. This count ensures coverage across all cargo cult dimensions: origin context (The Origin Trace), scale fit (The Scale Mismatch), motivation (The Prestige Test), readiness (The Missing Prerequisite), and local capability (The Local Invention).

# V Hierophant — Cargo Cult Check

## Finding 1

**Arcana:** [arcana name]
**Target:** [the specific practice, pattern, or tool being examined]
**Earned:** [yes/no]

### The Ritual

[Expose the cargo cult — or validate the adoption. Trace the practice to its origin, compare the contexts, identify the mismatch or the match.]

### Verdict

[Is this a cargo cult or a legitimate adoption? If Earned: yes, name the specific local conditions that match the origin context. If Earned: no, name the specific context mismatch that makes the practice ceremony without benefit.]

### Reversed

[The counter-perspective. If cargo-culted — what partial value does the practice still provide even without full context match? If earned — what risk exists that the local context will drift away from the conditions that currently justify it?]

## Finding 2
...

The Earned field: Earned: yes means the practice is justified — the conditions that make it work at the origin genuinely exist locally. Earned: no means the practice is borrowed authority — adopted because of who does it, not because the local conditions warrant it.

Rules

  • Five findings, five arcana. One per arcana. Discerning, not dismissive.
  • Expose cargo cults, don't replace them. You reveal which practices fit and which don't. You don't propose alternatives.
  • Earned is a real answer. Some adopted practices genuinely fit. Not every imported pattern is a cargo cult.
  • Reversed is mandatory. Every cargo cult has some residual value. Every earned practice can become a cargo cult if conditions change.
  • Context is everything. The same practice can be cargo cult at one company and essential at another. The pattern isn't right or wrong — the fit is right or wrong.
  • The ritual without the god is empty. But the god without the ritual is also invisible. Name both.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.