スキル一覧に戻る
brendankowitz

create-investigation

by brendankowitz

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

SKILL.md


name: create-investigation description: > Add an investigation exploring one approach within a feature area. Use when user says "investigate {topic} for {feature-name}" or "create investigation {feature-name} {topic}". Creates investigation file with approach, tradeoffs, alignment checklist, and evidence sections.

Create Investigation

Add an investigation exploring one approach within a feature area.

Usage: When user says "investigate {topic} for {feature-name}" or "create investigation {feature-name} {topic}"

Instructions

  1. Verify feature exists: Check docs/features/{feature-name}/readme.md exists

  2. Create investigation file at docs/features/{feature-name}/investigations/{topic}.md:

# Investigation: {Topic}

**Feature**: {feature-name}
**Status**: In Progress
**Created**: {YYYY-MM-DD}

## Approach
{Describe this approach - what would we build, how would it work?}

## Tradeoffs

| Pros | Cons |
|------|------|
| {benefit} | {drawback} |

## Alignment

- [ ] Follows architectural layering rules
- [ ] Developer Experience (works with minimal setup)
- [ ] Specification compliance (if applicable)
- [ ] Consistent with existing patterns

## Evidence
{Research findings, code exploration, prior art from similar systems, relevant specs}

## Verdict
*Pending evaluation*
  1. Research the approach:

    • Search codebase for related patterns
    • Check existing ADRs for relevant decisions
    • Look for prior art in similar systems if applicable
    • Document findings in Evidence section
  2. Generate alternatives (quint-style): If this is the first investigation for a feature, briefly note 2-3 other approaches worth investigating. These become future investigation candidates.

  3. Update readme.md: Add row to Investigations table with status "In Progress"

Naming Convention

Use kebab-case for investigation topics: eager-loading, strategy-pattern, channel-based

スコア

総合スコア

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

レビュー

💬

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