Skip to content
Development
Command

/cairn-direction

Force cairn-direction tightening on the supplied prompt. Escape hatch when auto-invocation misses.

From plugin
cairn
64 skills5 agents4 commands
Install
$ npx -y skills add isaacriehm/cairn --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cairn-direction

Context preview

What this command does when you run it.

Force cairn-direction tightening on the supplied prompt. Escape hatch when auto-invocation misses.

Command definition

cairn-direction.md
description: Force cairn-direction tightening on the supplied prompt. Escape hatch when auto-invocation misses.
argument-hint: "<task description>"

/cairn:cairn-direction

Manually trigger the `cairn-direction` skill on the argument prompt. Equivalent to the auto-invoked path but bypasses the trigger gate.

Behavior

Treat the slash-command argument as the operator's task prompt. Invoke the `cairn-direction` skill with that prompt. The skill runs its normal pipeline — gather in-scope context, ask load-bearing questions, write tightened spec, dispatch chunks.

If the argument is empty:

> /cairn:cairn-direction needs a task description. Example: `/cairn:cairn-direction add a webhook for stripe disputes`

When to use

  • The operator's prior message was conversational ("can we talk about

X") but the operator now wants Cairn to take it as a task.

  • Auto-invoke skipped a borderline message (read-only at a glance, but

actually a refactor request).

  • Forcing tightening on a partially-specified prompt to surface its

ambiguities before writing code.

Ships withcairn

Persistent ground truth for AI coding agents. First-class support for Claude Code, Cursor, and Codex. Stop agents from drifting.

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
1
Forks
Active
Maintenance
TypeScript
Language
MIT
License
9d ago
Last commit
3mo ago
Created

Repo: isaacriehm/cairn