Feature Build banner
YehudaFrankel YehudaFrankel

Feature Build

Development community

Description

--- name: Feature Build description: Use when building a new feature from scratch. Chains search → plan → code → review → verify → learn in sequence with human-in-the-loop breakpoints. --- # Feature Build Agent Orchestrates the full feature workflow. Each step has a breakpoint — do not continue past a breakpoint without user confirmation. --- ## Step 1 — Search First Invoke the `search-first` skill. - Search the codebase for any existing implementation of this feature - Check `decisions.md`

Installation

Installs to ~/.claude/agents/yehudafrankel-clankbrain-feature-build.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/YehudaFrankel/clankbrain/HEAD/.claude/agents/feature-build.md -o ~/.claude/agents/yehudafrankel-clankbrain-feature-build.md

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

Full documentation available on GitHub

View Source Repository