Install Context Daemon

One command. Any agent. No dependencies.

Install with npx

Works with Claude Code, Cowork, Codex, Copilot, Cursor, and 20+ other agents. Automatically detects your platform and installs to the right place.

npx skills add narain/context-daemon

Requires Node.js 18+. Installs both the Context Daemon pipeline and the Falsification Gauntlet stress-testing skill.

Where skills live on each platform

Agent Skills path
Claude Code~/.claude/skills/
Cowork~/.claude/skills/
OpenAI Codex~/.codex/skills/
GitHub Copilot.github/skills/
Cursor.cursor/skills/
Windsurf.windsurf/skills/
Amp.agents/skills/
Antigravity.agent/skills/

npx skills add handles this automatically. The table is here if you prefer manual installation.

Manual install (zip download)

If you prefer not to use npx, download the zip and extract manually.

# Claude Code / Cowork
unzip context-daemon-v0.11.zip -d ~/.claude/skills/

# Other platforms: extract both folders
# (context-daemon/ and falsification-gauntlet/) into
# your platform's skills directory (see table above).

Start building

Open a conversation with your agent and tell it you want to start a new project. The daemon takes it from there.

> "I have an idea for a product. Let's take it through the pipeline."

Pipeline: [Research] → Strategy → Gauntlet → Design → PRD → Build → Ship

[ ] Research ............ << you are here
[ ] Strategy
[ ] Gauntlet
[ ] Design
[ ] PRD
[ ] Build
[ ] Ship

What's included

context-daemon/ ├── SKILL.md # The router — detects your stage, loads the right guide ├── guides/ │ ├── 01-research.md # Structured exploration │ ├── 02-strategy.md # WWWHW strategy framework │ ├── 03-gauntlet.md # Adversarial stress-testing │ ├── 04-design.md # Design system creation │ ├── 05-prd.md # Product specification │ ├── 06-build.md # Agent-ready build guide │ └── 07-ship.md # Launch and measurement ├── templates/ # Output templates for each stage └── references/ # Pipeline overview, Double Diamond mapping falsification-gauntlet/ ├── SKILL.md # Standalone stress-testing skill └── references/ └── templates.md # Phase output templates