workflow-log-idea

Capture ideas as date-stamped markdown notes in the workflow inbox.

27|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/leeovery/agentic-workflows --skill workflow-log-idea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-log-idea
Source: https://github.com/leeovery/agentic-workflows/tree/main/skills/workflow-log-idea
Command: npx skills add https://github.com/leeovery/agentic-workflows --skill workflow-log-idea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture ideas and save them as markdown notes in the workflow inbox, reducing lost insights and cognitive load.

Core Features & Use Cases

  • Capture ideas as timestamped markdown notes in the inbox for later refinement.
  • Automatically organize notes by date and concept slug for easy retrieval.
  • Use case: during a brainstorming session, log a thought and return later to flesh it out.

Quick Start

Log your idea by saving a dated markdown file into the inbox.

Frequently Asked Questions about workflow-log-idea

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

FAQPage Schema
How do I capture ideas directly into a markdown inbox during a conversation?

To capture ideas into a markdown inbox, this Skill logs your thoughts by writing a date-stamped file under .workflows/.inbox/ideas as {YYYY-MM-DD}--{slug}.md using a minimal shell command. This ensures spontaneous notes are saved immediately for later refinement.

What is the best way to log spontaneous notes for later refinement?

The best way to log spontaneous notes is saving them as timestamped markdown files in a workflow inbox. This reduces lost insights and cognitive load by automatically organizing notes by date and concept slug for easy retrieval.

Does this idea capture workflow require any dependencies or components?

No dependencies or components are required to use this idea capture workflow. It operates using a minimal shell command to directly write and save your markdown notes into the local inbox directory.

How are captured ideas organized in the workflow inbox?

Captured ideas are organized in the workflow inbox by automatically date-stamping files and naming them using a concept slug. The markdown notes are stored under the .workflows/.inbox/ideas directory for easy retrieval.

Can I use this markdown note capture during a brainstorming session?

Yes, you can use this markdown note capture during a brainstorming session to log a thought and return later to flesh it out. It writes dated markdown files into the inbox to reduce cognitive load and prevent lost insights.

Why should I use a date-stamped markdown file for idea capture?

You should use a date-stamped markdown file for idea capture because it automatically organizes notes by date and concept slug. This ensures easy retrieval of spontaneous thoughts and reduces the cognitive load of manually sorting files.