sync-features

Project feature artifacts into Odoo product records with dry-run and apply modes.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/qvidal01/claude-code-skills --skill sync-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-features
Source: https://github.com/qvidal01/claude-code-skills/tree/main/sync-features
Command: npx skills add https://github.com/qvidal01/claude-code-skills --skill sync-features

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires odoo, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the projection of feature artifacts from the /featurate process into Odoo product records, streamlining the creation of sellable offerings.

Core Features & Use Cases

  • Automated Feature Projection: Projects feature artifacts from a specified file into Odoo product records.
  • Dry-Run and Apply Options: Offers a dry-run option to simulate the projection without writing to Odoo, and an apply option for actual writes.
  • Use Case: After running /featurate, use this Skill to push feature ideas to Odoo CRM, creating product records in a dedicated Offerings category.

Quick Start

Run the sync-features skill to project features into Odoo. For a dry run, simply type /sync-features. To apply changes, use /sync-features --apply.

Frequently Asked Questions about sync-features

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

FAQPage Schema
How do I automate feature artifact projection to Odoo product records?

You can run a dry-run of the feature projection by typing /sync-features. This simulates the Odoo product record creation without writing any actual data, letting you verify outputs safely before applying changes.

How do I sync features from the featurate process into Odoo CRM?

To sync features into Odoo CRM, use the /sync-features --apply command. This executes an actual write mode that pushes feature artifacts directly into Odoo product records within a dedicated Offerings category.

Do I need an active Odoo connection to sync product features?

Yes, projecting feature artifacts into Odoo product records requires an active Odoo connection and authentication. You must configure your Python environment with valid Odoo credentials before executing the sync workflow.

Can I test Odoo product record creation before writing actual data?

Yes, you can test Odoo product record creation using the dry-run mode. By executing /sync-features without the apply flag, the system simulates the feature projection process against your Odoo connection without committing any writes.

What are the limitations of syncing feature artifacts to Odoo product records?

The feature sync operates strictly within the /featurate process workflow and is limited to creating product records in a dedicated Offerings category. It requires prior Odoo authentication and depends on Python scripts to function correctly.