Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/leeovery/agentic-workflows/tree/main/skills/workflow-log-idea
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}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
update-workflow-explorer
Audit and update workflow-explorer.html flowcharts to match the current codebase logic. Reads all command, skill, and agent source files, compares against the 4 data structures in the HTML file, reports drift, and applies updates. Use when workflow logic has changed and the explorer needs syncing.
create-output-format
Scaffold a new planning output format adapter. Creates a format directory with all required files implementing the output format contract.
continue-feature
workflow-review-entry
workflow-planning-process
workflow-start
Didn't find tool you were looking for?