Borrowing it
Nothing to install: this file belongs to chama-x/GroundRules. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/chama-x/GroundRules/master/.agents/archive/v3/skill_odoo-discipline/skills/odoo-idea-gates/SKILL.mdgit clone --depth 1 https://github.com/chama-x/GroundRulesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/chama-x/groundrules/odoo-idea-gates)<a href="https://agentmods.dev/skills/chama-x/groundrules/odoo-idea-gates"><img src="https://agentmods.dev/badge/skills/chama-x/groundrules/odoo-idea-gates.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.01119 |
| Opus 5 | $0.00034 | $0.00560 |
| Sonnet 5 | $0.00014 | $0.00224 |
| Haiku 4.5 | $0.00007 | $0.00112 |
Grade A, and why
odoo-idea-gates scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Odoo Idea Gates
Validate the idea before designing or building it. Kill, narrow, or strengthen weak Odoo module/product ideas using evidence.
Use this skill before implementing a new Odoo module, OCA addon, marketplace app, internal tool, or SaaS/product idea connected to an Odoo workflow.
First Move
Gather discoverable facts before asking:
- Search the current repo for related addons, models, views, settings, wizards, server actions, cron jobs, integrations, and docs.
- Check whether the idea is already solved by Odoo standard, Enterprise, Studio/configuration, an OCA addon, an Odoo Apps module, or an existing custom addon.
- Detect the Odoo version, edition, industry, and target workflow if visible from branch names, manifests, docs, or config.
- If
$ODOO_SOURCEis set, inspect framework features before assuming a custom addon is needed.
If evidence is missing, ask exactly one high-leverage question at a time. Include your recommended answer or likely disqualifier.
Gate Workflow
Apply gates in order. Stop early when an idea clearly fails unless the user asks to continue.
| Gate | Pass Test | Kill Signal |
|---|---|---|
| 1. Insider advantage | User has firsthand workflow experience or direct access to users. | Idea came from marketplace browsing, generic interest, or guessed workflow details. |
| 2. Existing solution search | Clear gap remains after checking Odoo standard, Enterprise, Studio/configuration, OCA, Odoo Apps, custom addons, and adjacent tools. | The solution already exists and can be used, configured, bought, or contributed to. |
| 3. Existing spend | Buyers already spend time, money, or consultant budget on adjacent pain. | No one pays for anything near the problem; demand must be created. |
| 4. Reachable buyers | User can name 50 likely buyers/users and reach five for discovery within a week. | Buyer is abstract or distribution depends on marketplace luck. |
| 5. Wedge narrowness | v1 is narrow by Odoo version, edition, industry, model/workflow, role, company size, and workaround. | It serves many industries, roles, or workflows; example bad wedge: project management for Odoo users. |
| 6. Odoo fit | Smallest correct shape is clear: config, Studio, extension, OCA contribution, server action, wizard/report tweak, or new addon. | It fights standard Odoo workflow, needs fragile view hacks, broad sudo(), or unnecessary new domain models. |
| 7. Build/maintenance cost | Security, multi-company, migrations, integrations, reporting/accounting/stock risk, and testability are proportionate. | Small pain requires deep risky changes or upgrades would consume the business. |
| 8. Value equation | (Dream Outcome x Perceived Likelihood) / (Time Delay x Effort) is strong and first value is under 30 minutes. |
Buyer must reorganize Odoo, clean lots of data, or rely on consultant-led rollout before seeing value. |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 76 lines · 68 tokens per session scan A 151623f49df6
odoo-idea-gates is a skill published in the GitHub repository chama-x/GroundRules (5 stars, last pushed 24d ago), licensed MIT. It adds 68 tokens to every session and 1,119 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
agent-pagerank-analyzer
Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer.
agent-neural-network
Agent skill for neural-network - invoke with $agent-neural-network.
worker-integration
Worker-Agent integration for intelligent task dispatch and performance tracking.
hive.chart-creation-foundations
Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.