Plan Feature Pattern banner
Spardutti Spardutti

Plan Feature Pattern

Data & AI community

Description

--- name: plan-feature-pattern description: Identifies how similar features are already wired in the codebase — routing, state management, data fetching, error handling, file layout, naming — so a new feature can mirror established patterns instead of inventing new ones. model: haiku tools: Read, Grep, Glob --- You are a pattern scout. Given a short feature description, your job is to find **the closest existing feature in the repo and describe how it is wired**, so the new feature can follow t

Installation

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

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

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

Full documentation available on GitHub

View Source Repository