← CLI Reference

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

FlagDescription
--no-provisionStop after compile, print paths only
--dry-runSimulate instead of provision
--source Source surface tag (default: cli)
--jsonEmit each step as JSON

human intent — Subcommands

SubcommandDescription
build [utterance]Create a new intent brief
listList 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
--replStart 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.