automotive-comfort

Implements automotive comfort ECU features covering ambient lighting, fragrance, massage seats, and sound experience.

7|2|Updated May 19, 2026
One-click install
npx skills add https://github.com/pangzhenying2025/hermes-automotive-skills --skill automotive-comfort-pangzhenying2025
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: automotive-comfort
Source: https://github.com/pangzhenying2025/hermes-automotive-skills/tree/main/skills/automotive-comfort
Command: npx skills add https://github.com/pangzhenying2025/hermes-automotive-skills --skill automotive-comfort-pangzhenying2025

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developing comfort-domain ECU software (ambient lighting, fragrance dispensers, massage seats, in-cabin sound) requires consistent adherence to automotive standards like AUTOSAR, ISO 26262, and ASPICE, which is difficult to apply uniformly across many subsystems. ## Core Features & Use Cases - Comfort Domain Coverage: Provides 40 topic modules across ambient lighting, fragrance, massage seats, and sound experience subsystems. - Standards-Aligned Workflow: Guides requirements analysis, AUTOSAR-based design, safety-aware implementation, and ISO 26262 validation. - Structured Deliverables: Produces technical specifications, C/C++/model implementations, test cases, and safety documentation. - Use Case: An engineer developing a massage seat control function can follow the skill's approach to design the AUTOSAR software component, implement it, and generate the required safety documentation. ## Quick Start Ask the agent to design an AUTOSAR-compliant ambient lighting control function with ISO 26262 safety documentation for a comfort ECU.

Frequently Asked Questions about automotive-comfort

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop an automotive ambient lighting ECU function?▼

Analyze requirements against automotive standards, design the solution following AUTOSAR patterns, implement it in C/C++ or models with safety and security considerations, then validate per ISO 26262. Deliverables include a technical specification, implementation, test cases, and safety documentation.

What standards apply to automotive comfort system development?▼

This comfort domain workflow applies ASPICE Level 3 processes, AUTOSAR 4.4 architecture, ISO 26262 functional safety, and ISO 21434 cybersecurity. These standards govern design, implementation, and validation of comfort ECU features.

What tools are needed for comfort ECU development with AUTOSAR?▼

The workflow requires an AUTOSAR toolchain, MATLAB/Simulink for model-based design, static analyzers such as Polyspace or Klocwork, and Vector CANoe or CANalyzer for network-level testing and validation.

Does this cover massage seat and fragrance system software?▼

Yes, the skill covers four comfort subsystems: ambient lighting, fragrance, massage seats, and sound experience, with ten topic modules each. All follow the same standards-driven approach of requirements analysis, AUTOSAR design, implementation, and ISO 26262 validation.

What are the constraints when implementing comfort ECU features?▼

Implementations must adhere to AUTOSAR architecture, comply with ISO 26262 functional safety, meet real-time performance requirements, and operate within resource constraints on CPU and memory typical of production automotive ECUs.