Quick idea capture with AI-filled defaults (description only, zero friction)
Logs ideas with AI-generated tags and sequential IDs to running log files.
/plugin marketplace add jcmrs/jcmrs-plugins/plugin install running-log@jcmrs-plugins[DESCRIPTION]Ultra-minimal idea capture while working. AI fills all defaults.
/idea Local copies of Anthropic docs in AI-optimized format
Extract description from $ARGUMENTS:
$ARGUMENTS.claude/RUNNING_LOG.md to find highest entry number for today#ID-YYYYMMDD-NNN where:
Example: #ID-20251222-003
Analyze description and generate 2-4 relevant tags based on:
Tag Guidelines:
api-design, local-tooling)Format entry with AI-filled defaults:
## Idea/Note | [Entry ID] | [ISO 8601 Timestamp]
**Description**: [User-provided description from $ARGUMENTS]
**Confidence/Priority**: TBD
**Status**: Backlog
**Type**: Idea/Note
**Profile**: DEVELOPER
**Tags**: [AI-generated tags]
---
ISO 8601 Timestamp Format: YYYY-MM-DDTHH:MM:SS+TZ
Example: 2025-12-22T15:30:00+01:00
.claude/RUNNING_LOG.md## Entry Backlog section**Last Updated** timestamp in header.claude/LAST_ENTRIES.md| [Entry ID] | Idea/Note | [Description (truncated to 60 chars)] | TBD | Backlog | [Tags] |
**Last Updated** timestamp**Total Entries** countDisplay:
ā
Idea logged: [Entry ID]
š [First 60 chars of description...]
š·ļø Tags: [tag1, tag2, tag3]
If .claude/RUNNING_LOG.md doesn't exist, create it:
# Running Log - DEVELOPER Profile
**Created**: [ISO 8601 timestamp]
**Last Updated**: [ISO 8601 timestamp]
---
## Auto-Generated Sections
### š„ High-Priority Ideas
[Auto-populated from entries tagged High/Critical]
### ā ļø Open Risks / Low-Confidence Items
[Auto-populated from entries with confidence < 60%]
### š Linked Process Insights
[Auto-populated from Process Memory entries with Linked To]
---
## Entry Backlog
[Entries will appear here in reverse chronological order]
---
If .claude/LAST_ENTRIES.md doesn't exist, create it:
# Last Entries - Quick Access Cache
**Last Updated**: [ISO 8601 timestamp]
**Profile**: DEVELOPER@75%
---
## Recent Entries (Last 20)
| ID | Type | Description | Confidence | Status | Tags |
|----|------|-------------|------------|--------|------|
---
**Total Entries**: 0
**Session**: [Current date]
User: /idea Add plugin permission system for marketplace
AI generates:
- Entry ID: #ID-20251222-001
- Tags: plugin-system, marketplace, permissions, security
- Timestamp: 2025-12-22T10:15:00+01:00
Output:
ā
Idea logged: #ID-20251222-001
š Add plugin permission system for marketplace
š·ļø Tags: plugin-system, marketplace, permissions, security
User: /idea Local AI-optimized Anthropic docs
AI generates:
- Entry ID: #ID-20251222-002 (incremented)
- Tags: documentation, anthropic, ai-optimization, local-tooling
- Timestamp: 2025-12-22T15:30:00+01:00
Output:
ā
Idea logged: #ID-20251222-002
š Local AI-optimized Anthropic docs
š·ļø Tags: documentation, anthropic, ai-optimization, local-tooling
No description provided:
Usage: /idea [DESCRIPTION]
Example: /idea Add dark mode toggle to settings
File errors:
Execute the command based on $ARGUMENTS.