wu:brief
wu:brief
Section titled “wu:brief”Generate the canonical full WU handoff prompt, record evidence, and optionally report prompt tokens
Options:
| Flag | Description | Required |
|---|---|---|
-i, --id <wuId> | Work Unit ID (e.g., WU-123). If not provided, auto-generates next sequential ID. | Yes |
--thinking | Enable extended thinking for sub-agent WU execution | No |
--no-thinking | Explicitly disable extended thinking (default behavior) | No |
--budget <tokens> | Token budget for extended thinking (requires —thinking) | No |
--codex | Non-authoritative legacy boolean alias for —client; selects a compatible Markdown handoff format. | No |
--parent-wu <wuId> | Parent WU ID for orchestrator context (e.g., WU-1000) | No |
--client <client> | Target host capability profile identifier | No |
--vendor <vendor> | Non-authoritative legacy alias for —client | No |
--no-context | Skip memory context injection in handoff prompts | No |
--evidence-only | [DEPRECATED] Removed. Use wu:brief —client <client> instead (always gives full context + records evidence). | No |
--strict-sizing | Block when sizing_estimate is missing or violates strategy ceilings or bounded exception applicability. Advisory by default. | No |