Daedalai Anatomy Enricher banner
clavaud clavaud

Daedalai Anatomy Enricher

Project Management community

Description

--- name: daedalai-anatomy-enricher description: "Dispatch to generate one-line descriptions for a batch of source files in a DaedalAI-managed code project — used to seed or refresh module/function anatomy metadata. Cost-sensitive: runs on haiku with a hard budget cap (default 30 files per dispatch). Reads only the first 30–50 lines of each file. Returns a markdown table of {path, description}. Never edits code or DaedalAI records — the orchestrator decides what to persist." model: haiku tools:

Installation

Installs to ~/.claude/agents/clavaud-daedalai-lifecycle-daedalai-anatomy-enricher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/clavaud/daedalai-lifecycle/HEAD/agents/daedalai-anatomy-enricher.md -o ~/.claude/agents/clavaud-daedalai-lifecycle-daedalai-anatomy-enricher.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository