Skip to content

wu:brief

← Back to CLI Commands

Generate the canonical full WU handoff prompt, record evidence, and optionally report prompt tokens

pnpm wu:brief --id <wuId>

Options:

FlagDescriptionRequired
-i, --id &lt;wuId&gt;Work Unit ID (e.g., WU-123). If not provided, auto-generates next sequential ID.Yes
--thinkingEnable extended thinking for sub-agent WU executionNo
--no-thinkingExplicitly disable extended thinking (default behavior)No
--budget &lt;tokens&gt;Token budget for extended thinking (requires —thinking)No
--codexNon-authoritative legacy boolean alias for —client; selects a compatible Markdown handoff format.No
--parent-wu &lt;wuId&gt;Parent WU ID for orchestrator context (e.g., WU-1000)No
--client &lt;client&gt;Target host capability profile identifierNo
--vendor &lt;vendor&gt;Non-authoritative legacy alias for —clientNo
--no-contextSkip memory context injection in handoff promptsNo
--evidence-only[DEPRECATED] Removed. Use wu:brief —client <client> instead (always gives full context + records evidence).No
--strict-sizingBlock when sizing_estimate is missing or violates strategy ceilings or bounded exception applicability. Advisory by default.No

← Back to CLI Commands