スキル一覧に戻る
bdillo

idea-sketch

by bdillo

My dotfiles

0🍴 0📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: idea-sketch description: Lightweight brainstorming for personal projects. Use when someone has a rough idea they want to flesh out before coding — not for formal design docs or architecture decisions. Triggers on "I have an idea", "I want to build something", "help me think through", or when someone describes a vague project concept they want to clarify.

Idea Sketch

Help turn a vague idea into a clear starting point. Keep it conversational and lightweight.

Process

1. Understand the Core Idea

Ask one or two questions to get clarity:

  • What's the basic idea? (if not already clear)
  • What's the simplest version that would be useful?

Don't interrogate. If the idea is already clear, skip straight to sketching.

2. Sketch It Out

Respond with a short sketch covering:

What it is — One sentence summary

Core functionality — 3-5 bullet points of what it actually does

What it doesn't do — 1-2 things explicitly out of scope (helps focus)

Starting point — A concrete first step or two to begin building

3. Offer to Go Deeper (Optional)

After the sketch, ask if they want to:

  • Explore any part further
  • Think through technical approach
  • Just start building

Don't push toward more planning if they're ready to code.

Example Output

What it is: A CLI tool that watches a directory and auto-commits changes with AI-generated commit messages.

Core functionality:

  • Watch specified directory for file changes
  • Generate commit message from diff using Claude API
  • Auto-commit (with optional confirmation prompt)
  • Simple config file for API key and watched paths

Not in scope: Branch management, PR creation, multi-repo support

Starting point: Get a basic file watcher working that prints diffs to stdout. Then add the Claude API call.

Anti-Patterns

  • Don't turn this into a full design session unless asked
  • Don't ask more than 2 questions before providing value
  • Don't suggest architecture patterns, dependency choices, or project structure
  • Don't create files unless asked — the sketch can just be in chat

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です