kaddo create
kaddo create feature # K2: 4 questionskaddo create bugfix # K2: 4 questionskaddo create hotfix # K1: 2 questionskaddo create spike # K3: 4 questionsOptional modules add more types (adr, rfc, incident, migration, legacy,
contract, capability, guard-rule, agent, skill). See
Modules.
Create from a roadmap candidate
Once the roadmap-agent has produced architecture/roadmap.md, you can turn a candidate work
item into a real Work Item without retyping its context:
kaddo create --from roadmap# or pre-pick a type as default:kaddo create feature --from roadmapKaddo reads architecture/roadmap.md, lets you select a candidate (WI-CANDIDATE-001, …),
and prefills the Work Item from the roadmap: title, type, suggested Knowledge Level, expected
value, notes, related capabilities/impact/risk/dependencies, and the parent initiative. It
asks only for the required fields the candidate does not already provide.
The generated Work Item keeps source traceability in its front matter:
---type: spikeid: WI-001knowledge_level: K2status: in-progresssource: roadmapsource_id: WI-CANDIDATE-001source_initiative: RM-001---This completes the Kaddo loop: scan → context → agents → roadmap → work item. The roadmap
is generated in your LLM chat (never by the CLI), and its candidates are not Work Items until
you create them here.
If
architecture/roadmap.mdis missing, or it contains no candidates in the Kaddo Roadmap Agent format, Kaddo shows a helpful message instead of creating an empty Work Item.
Activate Guard Lite
Add code globs to the code: field of the generated front matter:
---type: featureid: WI-001code: - src/payments/** - src/shared/payment/**---