Feature Advisor banner
opendatadiscovery opendatadiscovery

Feature Advisor

Development community

Description

--- name: feature-advisor description: Query-time advisor subagent. Reads the maintainer's free-form question ("I want to add X — what's affected?"), consults the FULL ontology (sidecars + concepts.yaml + implicit-adrs.md + refactoring-scopes.md + doc-gaps.md + test-map.yaml + existing adrs/) and live ODD docs via WebFetch, and emits a structured impact assessment at `lineage/{repo}/feature-walks/{date}-{slug}.md`. Used by the /code-walk skill (DOC-164 slice 9). tools: Read, Glob, Grep, WebFetch

Installation

Installs to ~/.claude/agents/opendatadiscovery-odd-team-feature-advisor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/opendatadiscovery/odd-team/HEAD/.claude/agents/feature-advisor.md -o ~/.claude/agents/opendatadiscovery-odd-team-feature-advisor.md

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

Full documentation available on GitHub

View Source Repository