FeatureForge is a VS Code extension that transforms how you build features. Instead of manually prompting AI, you describe what you want in plain language, and FeatureForge handles the rest — from understanding your codebase, to planning the implementation, to writing code step by step, generating E2E tests, and preparing a branch.
How It Works
Describe — Write what you want in plain language
Interview — FeatureForge asks smart clarifying questions (so you don't need to be a prompt expert)
Plan — AI analyzes your codebase and creates a step-by-step plan. You review and approve.
Build — Code is written following the plan, with TypeScript and lint checks
Test — E2E tests are auto-generated and run via Playwright MCP
Ship — Branch created with all changes. You review and merge.