← ClaudeAtlas

non-consensus-researchlisted

Use this skill when the user wants to set up an automated multi-agent research pipeline that hunts genuinely non-consensus findings in any topic domain (e.g. AI hardware, biotech, climate, supply chain, geopolitics). The skill builds a self-running system that re-executes every N hours, performs sector-by-sector deep research, runs cross-sector permutation analysis to surface mispriced findings, and uses an independent verification agent to ruthlessly purge anything the market already prices in. Outputs a public GitHub repo plus a mobile-first reader. Use when the user says "build me a research pipeline", "find non-consensus alpha in <topic>", "automated market research", "permutation analysis across sectors", "scheduled research agent", or "verification-gated synthesis".
harrrshall/non-consensus-research · ★ 0 · AI & Automation · score 70
Install: claude install-skill harrrshall/non-consensus-research
# Non-Consensus Research Pipeline A reusable, topic-agnostic skill that turns Claude (or Codex) into a self-running market-research apparatus. It hunts findings that are technically true *and* still absent from mainstream analyst consensus, with brutal verification to throw away anything that isn't. ## When to invoke The user wants to: - Build a continuously-updated research repository on any technical or market domain. - Combine findings across sectors / sub-domains to surface emergent insights no single-sector report contains. - Apply an independent "is this really not priced in?" verification pass to every claim. - Generate a clean public site that updates automatically and reads well on mobile. If the user just wants a one-shot research report, **do not invoke this skill** — use a single research agent instead. This skill is for the *ongoing* version that runs on a schedule. --- ## What you'll set up The pipeline has three durable layers and one disposable layer per cycle. ### Durable 1. **A spec file** (`orchestration/PIPELINE.md` template provided) that defines the topic domain, the N sectors, keyword seeds, source tiers, and validation criteria. 2. **A `CLAUDE.md` (or `AGENTS.md`) file** in the working repo that encodes the recurring cycle protocol. 3. **A scheduled remote agent** (cron `0 */N * * *`, default 5h) that re-executes the full pipeline. 4. **A static HTML viewer** (`index.html`) that fetches the generated markdown at runtime and renders it. No build