en un clic
product-compare
// Research products into per-product notes under a topic folder, then run a merge script to assemble an overview note. Use when the user asks for structured product research/comparison.
// Research products into per-product notes under a topic folder, then run a merge script to assemble an overview note. Use when the user asks for structured product research/comparison.
| name | product-compare |
| description | Research products into per-product notes under a topic folder, then run a merge script to assemble an overview note. Use when the user asks for structured product research/comparison. |
| argument-hint | <topic> | <product-a> | <product-b> | [product-c] |
| allowed-tools | web_search, code_mode, terminal |
| runtime-script | scripts/merge-overview.js |
Use this skill when the user asks for structured product research with a final overview.
Produce a topic research workspace with this strict flow:
Maximum products: 3.
If the user gives more than 3 products, ask them to reduce the scope.
<topic> | <product-a> | <product-b> | [product-c]notion-airtable-clickup2-3vault/research/<topic>/.keep.md)vault/research/<topic>/<product-slug>.mdweb_search to gather evidence for each product:
code_mode using the runtime script:
script_path: "vault/system/skills/product-compare/scripts/merge-overview.js"input: { "topic": "<topic>" }vault/research/<topic>/overview.mdEach product file (vault/research/<topic>/<product-slug>.md) MUST contain:
# <Product Name>## Positioning## Pricing## Key Features## Integrations## Strengths## Risks## Best Fit## Sources (bullet list of URLs; include at least one real URL)Use this normalized schema in the content:
If information is not found, do NOT skip the section. Write one explicit line in that section:
Not found in reviewed sources as of <YYYY-MM-DD>.
If sources conflict, write:
Conflicting information across sources; verification required.
terminal for folder/file checks and content writes.code_mode, do not attempt web/network retrieval.code_mode only for deterministic merge of existing product notes into overview..keep.md.vault/research/<topic>/<product-slug>.mdvault/research/<topic>/overview.mdUse this exact code_mode call shape:
{
"script_path": "vault/system/skills/product-compare/scripts/merge-overview.js",
"input": {
"topic": "ai-workspaces"
}
}