with one click
ts-idea-list
Show all open ideas from docs/developers/ideas/open/
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Show all open ideas from docs/developers/ideas/open/
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Write Bash commands that don't trigger unnecessary permission prompts. Use Read/Edit/Grep instead of head/tail/sed/awk/cat/echo; split chained commands (&&, ;, ||) into separate Bash calls; drop diagnostic suffixes like `; echo "EXIT=$?"`. The allowlist matches whole command strings — every mismatch costs the user attention.
Commit user-named files atomically via scripts/commit-pathspec.sh (which wraps `git commit -m "..." -- <files>` and writes the provenance token the pre-commit hook validates). Applies the CLAUDE.md "Pre-commit hook failures on unrelated changes" protocol when the hook fails. Never adds --no-verify silently — explicit user approval is required.
Scaffold a new epic file in docs/developers/tasks/open/ and run housekeep
Scaffold a new idea file in docs/developers/ideas/open/ and regenerate the ideas OVERVIEW.md
Set a task to active — updates status, moves to active/, runs housekeep. Also resumes paused tasks (paused/ → active/ or active/ with closed prerequisites).
Mark a task as closed — writes effort_actual, moves the file to closed/, runs housekeep, and commits
| name | ts-idea-list |
| description | Show all open ideas from docs/developers/ideas/open/ |
Source of truth:
docs/developers/ideas/OVERVIEW.mdDo NOT scan individual idea files to discover IDs or titles.OVERVIEW.mdis auto-maintained byscripts/update_idea_overview.pyand is always up to date.
Read docs/developers/ideas/OVERVIEW.md and reformat the ## Open Ideas table as a compact list.
Format, sorted by ID ascending:
ID Title Description
IDEA-003 Additional Hardware Support Extend compatibility to platforms like Arduino Nano
IDEA-004 nRF Hardware Testing Thoroughly test and validate the nRF52840 implementation
...
After the list, print a one-line summary: N open idea(s).
Do not list archived ideas and do not suggest next steps.