| name | record-idea |
| description | Record a single idea or a grouped themed idea file under work/ideas/ideas. |
Record Idea
Supported Formats
This skill supports two formats:
- Single idea file
- Grouped themed idea file
Choose the grouped themed format when multiple ideas belong together by theme or review context.
Required Fields
Single idea file
Grouped themed idea file
- Title
- Scope
- Theme
- Idea entries
Each idea entry must include:
- Title
- Why it matters
- Evidence
- Impact
- Recommended next step
Optional when helpful:
- Existing related idea
- Confidence
Template
Single idea file
```markdown
# <Title>
Last updated: <Last updated date>
## What
<What>
## Why
<Why>
## Notes
<Notes>
```
Grouped themed idea file
```markdown
# <Theme> Ideas - <scope>
Last updated: <Last updated date>
## Scope
- Target: <whole repo or provided scope>
- Theme: <theme>
- Basis: <key files or directories reviewed>
- Existing idea check: <files consulted for dedupe>
## Ideas
### <Idea title>
- Why it matters: <why>
- Evidence: <repo-grounded evidence with file paths>
- Impact: <impact>
- Recommended next step: <next step>
- Existing related idea: <optional>
- Confidence: <optional>
```
Save Rules
- Generate
YYYY-MM-DD and readable "Last updated" date.
- Slugify the title or
theme-scope pair.
- Save to
work/ideas/ideas/YYYY-MM-DD-<slug>.md.
- For grouped themed files, prefer filenames like
YYYY-MM-DD-<theme>-<scope>.md.
- Confirm saved path.
Decision Rules
- Use a single idea file when the artifact is one standalone concept.
- Use a grouped themed file when multiple related ideas came from one review or belong to one theme.
- Do not mix unrelated themes in one grouped file.
- Prefer a small number of coherent files over one giant mixed file.