원클릭으로
idea
Write the idea the user provides into their `ideas.md` file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write the idea the user provides into their `ideas.md` file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | idea |
| description | Write the idea the user provides into their `ideas.md` file. |
| disable-model-invocation | true |
You must write a brief line that summarizes the idea the user is providing to you
into the ideas.md file from ./IDEAS_SOURCE.md value.
If ./IDEAS_SOURCE.md does not exist
ideas.md file../IDEAS_SOURCE.md relative to this skill.ideas.md file that the user
has provided.Read the ideas.md file. Then write the synthesised idea in the file.
Converge on a frontend look through rounds of prototypes and grilling verdicts.
Fill Clockify time entries by gathering GitHub activity (commits, PRs, issues), then previewing and committing entries via clockify-cli.
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
Create conventional, one-line commits from current git changes, splitting work into the smallest sensible atomic commits. Use when the user asks to commit changes.
Grill me about specs for the workflows I want to build, within this workspace.
Implement multiple user-authored plans in parallel, each on its own branch off the current branch in a separate git worktree and tmux pane running pi, then merge them all back. Use when the user wants to "implement these in parallel", "parallelize these plans", "fan out these handoffs", or build several plans at once in the same branch lineage.