Help us improve
Share bugs, ideas, or general feedback.
From running-log
Quick idea capture with AI-filled defaults (description only, zero friction)
npx claudepluginhub jcmrs/jcmrs-plugins --plugin running-logHow this command is triggered — by the user, by Claude, or both
Slash command
/running-log:idea [DESCRIPTION]The summary Claude sees in its command listing — used to decide when to auto-load this command
Ultra-minimal idea capture while working. AI fills all defaults. ## Usage ## Execution ### Step 1: Parse Description Extract description from `$ARGUMENTS`: - If empty or no arguments: Display usage and exit - Otherwise: Description = `$ARGUMENTS` ### Step 2: Generate Entry ID 1. Read `.claude/RUNNING_LOG.md` to find highest entry number for today 2. Generate ID: `#ID-YYYYMMDD-NNN` where: - YYYY = current year (2025) - MM = current month (zero-padded) - DD = current day (zero-padded) - NNN = next sequence number (001, 002, etc.) Example: `#ID-20251222-003` ### Step 3: G...
/ideasGenerates ideas.md listing ideas from ideas/ folder, organized into 'In Progress' and 'Noodling' sections with links based on status grep searches.
/braindumpRapidly captures a stream of bullet-point ideas and tasks, classifies each as IDEA or TASK via heuristics, batch-creates files, commits, and optionally refines new IDEAs in parallel.
/noteCaptures ideas with zero friction: write text for instant note save after one confirmation. Also supports listing notes and promoting the Nth.
/considerManages plugin-dev design considerations: add, update, or review considerations (CON), decisions (DEC), and ideas (IDEA) in .claude/plugin-dev-considerations.local.md. Creates file if needed and shows counts.
/noteAppend notes to capture ideas, list existing notes, or promote notes to todos for seamless task management.
/ideaAnalyzes project via CLAUDE.md/AGENTS.md/codebase and generates 5-10 new feature ideas in Russian, sorted by ROI with impact/effort estimates.
Share bugs, ideas, or general feedback.
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.