Планирование фичи до написания кода
★ 7.1 · vibe-coding
plan-a-feature is a Claude Code skill that builds a feature specification from scratch through a structured, evidence-based interview before any implementation begins. Rather than asking the user everything upfront, the skill first explores the codebase, project docs, ADRs, and existing specs — only surfacing questions that genuinely require human judgment. Decisions follow a dependency tree: foundational questions first (what the feature does, who uses it, what outcome it produces), then dependent ones like flows, states, and edge cases. The output is a feature-specification.md focused on observable system behavior — what the feature does, for whom, and why — written so any reader can understand it without opening the codebase. Suited for developers who want to scope and specify new functionality before writing a single line of code.