feature-intake ยท diff

git:20260507.8dfdcb4 to git:20260601.da7723a

28 added, 28 removed. Audit C to C.

- ---
+ ---
graph:
domains: [domain:software-engineering]
skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
workflows: [workflow:feature-development]
topics: [topic:developer-experience]
roles: [role:tech-lead, role:backend-engineer]
- ---
-
- # Feature Intake
-
- Parse and normalize features from text descriptions, images, and screenshots into structured requirements.
-
- ## Agent
- Feature Planner - `automaker-feature-planner`
-
- ## Workflow
- 1. Parse feature title and description text
- 2. Analyze attached images and screenshots for UI requirements
- 3. Extract explicit and implicit requirements
- 4. Categorize feature type (UI, API, infrastructure, refactor, bugfix)
- 5. Estimate initial complexity
- 6. Extract acceptance criteria
-
- ## Inputs
- - `projectName` - Project name
- - `feature` - 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 1
- - `automaker-orchestrator.js` - Phase 1
+ ---
+
+ # Feature Intake
+
+ Parse and normalize features from text descriptions, images, and screenshots into structured requirements.
+
+ ## Agent
+ Feature Planner - `automaker-feature-planner`
+
+ ## Workflow
+ 1. Parse feature title and description text
+ 2. Analyze attached images and screenshots for UI requirements
+ 3. Extract explicit and implicit requirements
+ 4. Categorize feature type (UI, API, infrastructure, refactor, bugfix)
+ 5. Estimate initial complexity
+ 6. Extract acceptance criteria
+
+ ## Inputs
+ - `projectName` - Project name
+ - `feature` - 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 1
+ - `automaker-orchestrator.js` - Phase 1