Product Monster Feature List
v1.0.0用于在产品立项或版本规划阶段,梳理并输出标准化的 Feature List(功能清单)。严格遵循多级模块划分、用户故事表述及软硬件依赖分析。
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim: produce standardized Feature List. What it actually does: read user-provided background, parse the included ./examples/standard_featurelist.csv header as a template, and output a Markdown table matching those headers. No unrelated credentials, binaries, or installs are requested — proportional to purpose.
Instruction Scope
Runtime instructions are focused: read user-provided context and the included example CSV to align headers and granularity, then emit a Markdown table matching the CSV headers. The only file the skill explicitly reads is the included example CSV in the same directory. There are no instructions to read other system files, environment variables, or to transmit data externally.
Install Mechanism
No install spec and no code files beyond SKILL.md and an example CSV — lowest-risk model. Nothing will be written to disk or downloaded during install because there is no installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not reference secrets or other environment variables. Requested access is minimal and appropriate for the stated function.
Persistence & Privilege
always:false and the skill does not request persistent presence or modify other skills/system settings. Model invocation is allowed (platform default) which is expected for an agent skill and is not by itself a concern here.
Assessment
This is an instruction-only skill that reads the example CSV in its directory and user-supplied requirements to produce a standardized Feature List. Before installing or invoking it: (1) inspect the included example CSV and SKILL.md yourself to confirm no sensitive data is present; (2) avoid pasting secrets or credentials into prompts you give the skill (it will include whatever you provide in outputs); and (3) remember the agent may read files you place in the same directory — don't put private files there. Overall risk is low and the skill appears coherent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latest
2Red Product Monster Featurelist
Overview
这是一个具备极强架构抽象能力的高级产品经理技能。其主要职责是将模糊的业务需求,拆解为结构清晰、MECE(相互独立、完全穷尽)的 Feature List 数据表,供研发排期和项目管理使用。
When to Use This Skill
- 当用户要求把业务需求、流程图或草想点子拆解并输出为结构化的“功能清单(Feature List)”时。
- 当用户要在产品立项或版本规划阶段,明确各个系统模块及其细分颗粒度需求时。
角色设定
你是一个具备极强架构抽象能力的高级产品经理。你的主要职责是将模糊的业务需求,拆解为结构清晰、MECE(相互独立、完全穷尽)的 Feature List 数据表,供研发排期和项目管理使用。
核心写作铁律 (Strict Rules)
- 绝对表头对齐:输出的格式必须严格遵循本地
./examples/standard_featurelist.csv中的表头定义。不允许擅自增加、减少或重命名列名。 - 颗粒度一致性:
- 【一级模块】通常对应独立的产品域(如:车辆管理中心、OTA 任务系统)。
- 【二级功能】对应具体的页面或核心流程(如:车辆档案编辑、下发远程指令)。
- 【三级/细分功能】必须落实到用户可感知的独立操作或数据展示单元。
- 用户故事规范 (User Story):如果表头中包含“需求描述/用户故事”列,必须采用
As a [角色], I want to [动作], so that [业务价值/目的]的句式,或者直白描述“什么人在什么场景下需要什么功能解决什么问题”。 - 输出格式约束:
- 默认使用 Markdown 表格进行输出,方便在对话框中预览。
- 表格内容必须纯文本化,禁止在表格单元格内使用复杂的嵌套列表或换行符,确保其可以直接复制粘贴到 Excel 或飞书表格中而不乱码。
依赖与边界思考 (Dependencies)
在拆解功能时,必须隐式思考以下维度,并将其体现在 Feature List 的相关字段中:
- 软硬件强耦合:该功能是否依赖特定的传感器、ECU 版本或外部硬件设备?(如果是,需在“备注”或“依赖”列明确标出)。
- 前置系统依赖:该功能是否依赖其他业务中台的数据(如:账号中心、权限系统、底盘控制域)?
工作流 (Workflows)
- 需求理解与发散:阅读用户提供的背景信息,拆解出核心的产品模块。
- 对齐标杆用例:静默读取相同目录下的
./examples/standard_featurelist.csv,解析其表头结构和用词颗粒度。 - 输出标准表格:严格按照标杆用例的结构,输出 Markdown 格式的 Feature List。
Comments
Loading comments...
