Skip to content

Core templates

The everyday templates of the Kaddo loop.

TemplatePurposeOutput pathCommandAgent
Work ItemSmallest traceable unit of product evolutionarchitecture/work-items/kaddo creatework-item-agent
RoadmapInitiatives + candidate work itemsarchitecture/roadmap.mdkaddo create --from roadmaproadmap-agent
CapabilitiesWhat the system can doarchitecture/capabilities.mdcapability-agent
KnowledgeWhat is true about the product nowarchitecture/knowledge.mdkaddo init

Work Item

The unit Guard, classify, history and learn revolve around. Carries front matter for traceability (id, type, knowledge_level, source, domains, capabilities, code). Sections: Problem · Expected result · Acceptance criteria · Design (optional) · Risks (optional) · Definition of Done · Learning.

Declare code: globs so Guard can relate changes to the work item.

Roadmap

Structured initiatives (RM-001) and candidate work items (WI-CANDIDATE-001) for human review — not commitments. kaddo create --from roadmap turns candidates into real Work Items with source traceability.

Capabilities

Outcome-oriented capability list (CAP-001), each citing evidence or flagged as an assumption.

Knowledge

Created by kaddo init: purpose, architecture overview, key domains and active constraints — kept current as the product evolves.