leeovery/agentic-workflows

workflow-log-idea

Capture an idea as a markdown file in the workflow inbox. Use when the user wants to log, note, or save an idea for later.

First seen Mar 31, 2026

Installation

$ npx skills add leeovery/agentic-workflows --skill workflow-log-idea

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from leeovery/agentic-workflows · top by installs.

npx skills add leeovery/agentic-workflows

Browse all from leeovery/agentic-workflows

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 27
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(mkdir -p)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,450 B
  • docs SUMMARY.md 147 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

This skill captures an idea and writes it to the inbox.

If there's already conversation context about an idea, synthesise it straight into the file without asking questions. If this is a cold start, ask what's on their mind and have a natural back-and-forth to draw the idea out. Recognise when it has enough shape (typically 2-4 exchanges) and wrap up.

Capture only — these are rules, not guidelines:

  • Do not read code or explore the codebase
  • Do not search the web or fetch external resources
  • Do not validate feasibility or question viability
  • Do not suggest architecture or implementation approaches
  • Do not play devil's advocate or challenge the idea
  • Do not propose solutions or next steps

When ready, generate a short kebab-case slug from the core concept (e.g., smart-retry-logic, unified-search) and write the file:

mkdir -p .workflows/.inbox/ideas

File: .workflows/.inbox/ideas/{YYYY-MM-DD}--{slug}.md (use today's actual date)

  • H1 title, prose body, 200-500 words
  • No forced headings — let the content flow naturally
  • Mention relevant codebase files, constraints, or goals if they came up

Confirm with a one-liner:

Output the next fenced block as a code block:

Logged idea: {slug}