idea

Appends a dated raw idea bullet to a Markdown ideas backlog file.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/MohamedSayedK/omnigrid --skill idea-mohamedsayedk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: idea
Source: https://github.com/MohamedSayedK/omnigrid/tree/main/assets/core/skills/idea
Command: npx skills add https://github.com/MohamedSayedK/omnigrid --skill idea-mohamedsayedk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw product ideas often vanish before they can be written down. This Skill captures a one-line idea in under 5 seconds by appending a dated bullet to a persistent backlog file, so no thought is lost before it can be evaluated later. ## Core Features & Use Cases - Instant capture: Appends a [YYYY-MM-DD] dated bullet to omnigrid-docs/ideas-backlog.md with no filtering, scoring, or follow-up questions. - Self-initializing backlog: Creates the backlog file with a proper header on first use if it does not exist. - Separation of concerns: Capture only — filtering and validation are deliberately deferred to the /validate-idea skill. - Use Case: During a coding session you think of a feature concept; run the skill with the idea text and it is logged with today's date, ready for later review. ## Quick Start Run the idea skill with your raw idea text as the argument, for example: capture the idea "add dark mode toggle to settings page" into the ideas backlog.

Frequently Asked Questions about idea

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

FAQPage Schema
How do I quickly capture a product idea before I forget it?▼

Run the idea skill with your idea text as the argument. It appends a dated bullet to omnigrid-docs/ideas-backlog.md in one step, with no questions or filtering, so capture takes under 5 seconds.

What happens if the ideas backlog file does not exist yet?▼

The skill creates omnigrid-docs/ideas-backlog.md automatically with a header on first use, then appends your entry. It never fails because the file is missing.

Does the idea capture skill filter or score my ideas?▼

No. The skill only captures ideas as raw dated bullets. Filtering, scoring, and validation are intentionally handled by the separate /validate-idea skill to keep capture frictionless.

Can I edit or remove existing entries in the ideas backlog?▼

No. The skill is strictly append-only and never modifies existing entries. Any cleanup or editing of the backlog must be done manually or through a separate process.

What format are entries stored in the ideas backlog?▼

Each entry is a Markdown bullet prefixed with a date in [YYYY-MM-DD] format, followed by the idea text, stored in the plain-text file omnigrid-docs/ideas-backlog.md.