スキル一覧に戻る
knowns-dev

knownstaskbrainstorm

by knowns-dev

knownstaskbrainstormは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

66🍴 13📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: knowns.task.brainstorm description: Use when requirements are unclear, multiple approaches exist, or you need to explore solutions before planning

Brainstorming for Tasks

Convert vague requirements into concrete design through structured questioning and exploration.

Announce at start: "I'm using the knowns.task.brainstorm skill to explore approaches."

Core principle: UNDERSTAND THE PROBLEM BEFORE PROPOSING SOLUTIONS.

The Process

Phase 1: Discovery

One question at a time. Don't overwhelm with multiple questions.

Prefer multiple-choice when possible:

Which approach do you prefer?
A) Quick solution with trade-offs
B) Comprehensive solution, more effort
C) Something else (describe)

Questions to clarify:

  • What problem are we solving?
  • Who are the users/stakeholders?
  • What are the constraints?
  • What does success look like?

Phase 2: Research Existing Patterns

# Search docs for related patterns
knowns search "<topic>" --type doc --plain

# Check how similar things were done
knowns search "<keywords>" --type task --status done --plain

Learn from history - completed tasks often contain implementation insights.

Phase 3: Explore Approaches

Present 2-3 options with trade-offs:

## Option A: [Name]
- **Approach**: Brief description
- **Pros**: What's good
- **Cons**: What's challenging
- **Effort**: Low/Medium/High

## Option B: [Name]
- **Approach**: Brief description
- **Pros**: What's good
- **Cons**: What's challenging
- **Effort**: Low/Medium/High

Lead with your recommendation and explain why.

Phase 4: Validate and Document

After agreement:

  • Summarize the chosen approach
  • Identify potential risks
  • Define acceptance criteria

If creating a new task:

knowns task create "<title>" \
  -d "Based on brainstorm: <key decisions>" \
  --ac "Criterion 1" \
  --ac "Criterion 2"

If updating existing task:

knowns task edit $ARGUMENTS -d "Updated based on brainstorm..."

When to Use This Skill

Good candidates:

  • Vague requirements ("make it faster", "improve UX")
  • Multiple valid approaches exist
  • Significant effort involved
  • New territory for the project

Skip for:

  • Clear, well-defined tasks
  • Bug fixes with obvious solutions
  • Simple additions following existing patterns

Red Flags

You're doing it wrong if:

  • Proposing solutions before understanding the problem
  • Asking too many questions at once
  • Not researching existing patterns first
  • Skipping trade-off analysis

Remember

  • One question at a time
  • Research existing patterns first
  • Present options with trade-offs
  • Lead with your recommendation
  • Document the decision

スコア

総合スコア

75/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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