submit-idea

Captures stray product and feature ideas into centralized docs/ideas inbox as markdown files.

1|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/tmart2322/claude-structure --skill submit-idea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submit-idea
Source: https://github.com/tmart2322/claude-structure/tree/main/.claude/skills/submit-idea
Command: npx skills add https://github.com/tmart2322/claude-structure --skill submit-idea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often lose valuable stray ideas mid-project phase, and manually logging them into backlogs or documentation derails focus, breaks workflow momentum, and adds unnecessary overhead to active work.

Core Features & Use Cases

  • Distraction-free idea capture: Logs stray product, feature, or improvement ideas instantly without requiring you to stop your current task or triage the idea immediately.
  • Duplicate prevention: Automatically appends to existing idea files if the same thought has been logged before, avoiding redundant entries.
  • Use case: While building a new user dashboard mid-phase, you remember a future idea for parent referral codes; you can capture it in 2 seconds without opening your backlog or breaking your build workflow.

Quick Start

Use the submit-idea skill to capture the idea for adding parent referral codes to the docs/ideas inbox.

Frequently Asked Questions about submit-idea

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

FAQPage Schema
How do I capture stray product ideas without breaking my active workflow momentum?

You can capture stray product ideas without breaking workflow momentum by logging unstructured thoughts instantly into a centralized ideas inbox, deferring triage until your current phase work is complete.

What's the best way to log mid-task feature ideas so they don't get lost?

The best way to log mid-task feature ideas is generating slug-named markdown files in a docs/ideas directory, ensuring stray thoughts are captured safely without requiring immediate backlog entry or triage.

Does idea capture automatically prevent duplicate markdown entries in the docs inbox?

Yes, idea capture prevents duplicate markdown entries by applying deduplication logic that automatically appends to existing idea files if the same thought has been logged before, avoiding redundant entries.

When should I use a distraction-free ideas inbox versus adding items directly to the backlog?

Use a distraction-free ideas inbox for mid-task thoughts that are not scoped to the current phase, are not code bugs, and do not require immediate triage, rather than adding items directly to the backlog.

What file format and directory structure does this idea capture approach use?

This idea capture approach uses slug-named markdown files generated in the docs/ideas directory, following existing project templates to ensure unstructured product and feature ideas are stored consistently.