← スキル一覧に戻る

brief
by TaylorHuston
A customizable life management framework for Claude Code - skills, agents, and workflows for personal productivity
⭐ 12🍴 2📅 2026年1月24日
SKILL.md
name: brief description: "Create or update project brief through interactive discovery. Use when starting any new idea, revisiting an idea after time away, or when vision feels unclear." model: claude-opus-4-5-20251101 allowed-tools: Read, Write, Edit, Glob, Grep
/brief
Create or improve project brief through conversational discovery.
Usage
/brief # Interactive discovery for current or new project
/brief --project coordinatr # Brief for specific project
/brief --review # Analyze existing brief (no edits)
/brief --force # Start from scratch
Output Location
ideas/[project]/project-brief.md
Execution Flow
1. Determine Mode
- No brief exists -> Full Discovery Mode
- Brief exists, no flags -> Gap-driven update mode
--reviewflag -> Analysis mode (no edits)--forceflag -> Fresh start (after confirmation)
2. Invoke brief-strategist Agent
For discovery, conduct 6-phase interactive conversation (one question at a time).
3. Six-Phase Discovery Topics
- Problem Discovery - What problem? Who experiences it? Current solutions?
- Solution Exploration - How does your solution work? Core value proposition?
- Audience Definition - Who exactly is the target user? Characteristics?
- Feature Prioritization - MVP features? What can wait?
- Differentiation - What makes this different from alternatives?
- Success Metrics - How will you measure success?
Brief Structure
---
status: draft | active | paused | archived
created: YYYY-MM-DD
updated: YYYY-MM-DD
---
# Project Brief: [Project Name]
## Executive Summary
[One-paragraph overview]
## Problem Statement
[Detailed problem description and impact]
## Solution Approach
[How the solution addresses the problem]
## Target Audience
[Specific user personas and characteristics]
## Success Criteria
[Measurable outcomes and validation metrics]
## Scope and Constraints
[Project boundaries and limitations]
## Project Phases
[High-level implementation roadmap]
## Risk Assessment
[Key risks and mitigation strategies]
When to Use
- Starting a new idea
- Revisiting an idea after time away
- Before creating specifications
- When vision feels unclear
Not needed for: Quick notes (use notes/), technical research (/research), feature details (/spec)
Next Steps After Brief
/brief -> /critique -> /research -> /spec -> /plan
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です