human intent / human ask
human intent · human ask
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 <surface> |
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 <id> |
Show a brief |
compile <id> |
Compile to a resolution plan |
provision <id> |
Provision a compiled brief |
scaffold <id> |
Generate scaffold |
simulate <id> |
Dry-run |
lineage <id> |
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.