idea

Solid

Capture ad-hoc thought into the active project's Inbox section. Falls back to side-quests if no active project. Lightweight quick-drop primitive. no friction, no clarifying questions.

AI & Automation 2 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /idea. Quick capture into project inbox Drop ideas, half-formed thoughts, junk, or maybe-junk into a project-scoped inbox without context-switching the current task. ## Tone & Voice Zero-friction primitive. **NEVER** ask clarifying questions on a valid /idea call. that defeats the entire point. The whole reason this skill exists is to short-circuit context-switching. If the body is empty, ONE single-line prompt ("what's the idea?") is OK; otherwise capture verbatim and acknowledge with one line max. ## Conversation context (prior) **Prior conversation: N/A**. /idea is a one-shot command. The body after `/idea` IS the entire input. Don't pull context from prior turns to interpret or reframe the idea. capture it as-is. ## Routing rule 1. Read `memory/state/active_project.txt`. 2. If non-empty AND `memory/projects/<active>.md` exists → route there. 3. Else → route to `memory/projects/side-quests.md` (default incubator per spec). ## Procedure 1. **Parse text**: everything after `/idea` is the idea body. Trim whitespace. If empty, ask: "what's the idea?" (one line, don't ramble). 2. **Determine target file** via routing rule above. 3. **Read target file**, locate `## Inbox` heading section. 4. **Append entry** in this format: ``` - {YYYY-MM-DD HH:MM}. {idea text} ``` - Use your local timezone for the timestamp. - If section currently has the placeholder `(empty. awaiting...)` text → REPLACE it with the new entry as the first list item. - Otherwise → ap...

Details

Author
0xUrsanomics
Repository
0xUrsanomics/utopia-os
Created
4 days ago
Last Updated
3 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

idea-inbox

Capture a raw idea as a dated, tagged markdown file in an ideas folder and keep an index up to date. Cleans filler words from the dump while preserving the substance, so capture stays fast and retrieval stays possible. Use when the user says "idea:", "capture this idea", "save this idea", or "add to my ideas".

2 Updated 1 weeks ago
jqaisystems
AI & Automation Listed

ideate

Structured idea generation for a project or a blank-slate problem — ideas worth pursuing, not the first one that sticks. Grounds in the current repo (AGENTS.md/README) or a freeform problem, then diverges across named lenses (adjacent user, removed constraint, inversion, and more) so a run yields range, not ten variations of one idea. Fights premature convergence — nothing judged until the divergence quota is met — then verdicts each idea EXPLORE/PARK/DROP, where DROP is cheap. EXPLORE items become seeds for priorart (is it novel?) or feature (build it); verdicts persist in out/ideate/tracker.md so repeat runs open with what's new. Keyless. Use to generate, brainstorm, or explore ideas or new directions for a project or problem — e.g. "/ideate", "/ideate <topic>", "brainstorm features for X". For whether an idea already exists use priorart; for competitor features use scout; for choosing between named options use verdict.

6 Updated today
duthaho
AI & Automation Solid

idea

Use when exploring a new idea before writing formal specifications. Guides users through iterative discovery, research, and critical analysis to crystallize vague ideas into validated requirement drafts. Includes anti-pseudo-requirement checks, competitive research, demand evidence gathering, and "What if we don't build this?" analysis. Supports pause/resume across sessions, stores ideas in the project's ideas/ directory, and graduates validated ideas into the spec-forge auto chain (idea → decompose → tech-design + feature specs).

5 Updated 1 weeks ago
tercel