Feature Dev
/feature-devCodeInstead of Claude guessing how your project is structured, Feature Dev maps your codebase first. It finds your patterns, understands your conventions, then builds the feature in a way that looks like it was always there.
A guided feature development workflow that starts with deep codebase exploration, maps patterns and conventions, designs the architecture, then implements with atomic commits. Ensures new code fits the existing project rather than fighting it.
When it runs
User invokes /feature-dev or asks to build a new feature with architecture guidance.
Examples
Prompt
/feature-dev Build a skill library page like the MCP library but for Claude skills
Outcome
Explored codebase, mapped MCP library patterns, designed Skill type and content schema, built /skills page, /skills/[slug], and /api/v1/skills endpoint matching project conventions.
Prompt
/feature-dev add dark mode toggle to the nav
Outcome
Found existing theme setup, identified Tailwind dark: classes pattern, added toggle component that persists preference to localStorage.
Machine-Readable
This skill is available as structured JSON via the API.
GET /api/v1/skills/feature-devDo-Nothing Score
Find out how close you are to Ghost CEO.