From o-m-cc
Analyzes backlog (atoms/pipeline/outputs) and skill health (usage/duration/unused) to suggest next actions. Invoked by queries like 'next steps', 'stale items', 'skill stats', or 'atom-suggest'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/o-m-cc:atom-suggestThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`bin/atom-suggest` を実行して、データレイヤーの状態から「次にやるべきこと」を抽出する。
bin/atom-suggest を実行して、データレイヤーの状態から「次にやるべきこと」を抽出する。
.claude/atoms.csv — アイデアバックログ.claude/pipeline.csv — 要件化フェーズ.claude/outputs.csv — 完了履歴${CLAUDE_PLUGIN_DATA}/skill-usage.csv — skill 使用ログ${CLAUDE_PLUGIN_DATA}/skill-duration.csv — skill 実行時間ログ.claude/context.md — セッション間引き継ぎ(Next 欄)Backlog issues(要件化判断)
| カテゴリ | 検出条件 | アクション例 |
|---|---|---|
| stale-atoms | 30 日以上 atom 状態 | archive 化 or pipeline 昇格判断 |
| promote-ready | next に具体的 action verb | bin/atoms promote <id> |
| stuck-pipeline | 14 日以上 status 変化なし | ブロッカー特定 or 取り下げ |
| orphan-next | context.md Next にあるが atoms に無い | atoms に登録 or 無視確認 |
Skill health(プラグイン保守)
| カテゴリ | 検出条件 | アクション例 |
|---|---|---|
| top-skills | 累計使用回数 top 10 | 使用頻度の把握 |
| duration-stats | 実行時間 sum_ms 降順 top 10 | 重い skill の最適化候補 |
| unused-skills | 累計使用 ≤ 1 回 | description 改善 or 削除判断 |
| gotcha-ranking | AUTO-GOTCHAS 直近 30 日 + 累計 | 累計多 = bin/atoms add で atom 化候補 |
Activity pulse(直近 7 日)
| カテゴリ | 検出条件 | アクション例 |
|---|---|---|
| recent-atoms | 直近 7 日に追加された atom | 引き継ぎ参考 |
| recent-skills | 直近 7 日のトップ skill | 集中分野の把握 |
!CLAUDE_PLUGIN_DATA="${CLAUDE_PLUGIN_DATA}" bin/atom-suggest 2>/dev/null || echo "bin/atom-suggest が見つかりません。プロジェクト root から実行してください。"
上記レポートを見て、以下を実施:
bin/atoms promote <id> <plan_path> で pipeline に昇格bin/atoms archive <id> <reason>bin/atoms promote <id> <plan_path> で要件化開始bin/atoms add <source> <content> で取り込み/o-m-cc:evolve で改善案)bin/atoms add "atom-suggest" "<skill> の <傾向> を改善" "<promote / 試行 / 議論>" で atom 化bin/atoms list # 全 csv 一覧
bin/atoms list atom # status=atom のみ
bin/atoms add "出元" "内容" "次のアクション"
bin/atoms promote A001 plan/feature-x.md
bin/atoms complete P001 .claude/atoms.csv "成功" "1日で完了"
bin/atoms archive A004 "陳腐化"
bin/atoms show A002
bin/atoms stats
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub kok1eee/o-m-cc --plugin o-m-cc