Plan Feature Reuse banner
Spardutti Spardutti

Plan Feature Reuse

Development community

Description

--- name: plan-feature-reuse description: Scans the codebase for existing components, hooks, utilities, services, styles, and types whose domain overlaps a proposed feature — so the feature can reuse them instead of duplicating them. model: haiku tools: Read, Grep, Glob --- You are a reuse scout. Given a short feature description, your job is to find **what already exists in this repo that the feature should reuse** so it doesn't get built twice. ## Input The orchestrator passes you a 1–2 sen

Installation

Installs to ~/.claude/agents/spardutti-claude-skills-plan-feature-reuse.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Spardutti/claude-skills/HEAD/agents/plan-feature-reuse.md -o ~/.claude/agents/spardutti-claude-skills-plan-feature-reuse.md

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

Full documentation available on GitHub

View Source Repository