human intent / human ask
Intent-to-Capability pipeline CLI commands
Overview
HUMΛN's intent pipeline converts natural language into a provisioned capability plan. human ask is the one-shot version; human intent gives you full control over each step.
human ask — Flagship flow
human ask "find Rust engineers for a 3-month remote contract"
Full flow: build → clarify (if needed) → compile → select path → confirm → provision.
Flags
| Flag | Description |
|---|---|
--no-provision | Stop after compile, print paths only |
--dry-run | Simulate instead of provision |
--source | Source surface tag (default: cli) |
--json | Emit each step as JSON |
human intent — Subcommands
| Subcommand | Description |
|---|---|
build [utterance] | Create a new intent brief |
list | List intent briefs |
get | Show a brief |
compile | Compile to a resolution plan |
provision | Provision a compiled brief |
scaffold | Generate scaffold |
simulate | Dry-run |
lineage | Show version + artifact lineage |
--repl | Start an interactive REPL |
Interactive REPL
human intent --repl
REPL commands: /compile, /provision [path], /scaffold, /simulate, /lineage, /status, /list, /exit, /help.
Authentication
Requires a delegation JWT with org context. Run human login or set HUMAN_DELEGATION_TOKEN.