feature-intake
// Parse and normalize features from text descriptions, images, and screenshots into structured requirements.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
Feature Intake
Parse and normalize features from text descriptions, images, and screenshots into structured requirements.
Agent
Feature Planner - automaker-feature-planner
Workflow
- Parse feature title and description text
- Analyze attached images and screenshots for UI requirements
- Extract explicit and implicit requirements
- Categorize feature type (UI, API, infrastructure, refactor, bugfix)
- Estimate initial complexity
- Extract acceptance criteria
Inputs
projectName- Project namefeature- Feature object with id, title, description, attachments
Outputs
- Parsed feature with extracted requirements, type, complexity, and acceptance criteria
Process Files
automaker-feature-pipeline.js- Stage 1automaker-orchestrator.js- Phase 1