Back to list
omerreish-lgtm

project-brief

by omerreish-lgtm

Personal Assistant Skill Bundle for Claude AI and Claude Code - Project & Task Management (המזכירה)

0🍴 0📅 Dec 17, 2025

SKILL.md


name: project-brief description: Turn ideas/brain dumps into a structured project brief (problem, goals, scope, milestones, success criteria). Use when starting a project. triggers:

  • create brief
  • new project
  • define project
  • יש לי רעיון לפרויקט
  • project idea

Project Brief Skill

Transform project ideas and brain dumps into structured project definitions with clear scope, goals, and success criteria.

Purpose

This skill helps transform raw ideas, brain dumps, and unstructured thoughts into well-organized project briefs. It extracts key elements, structures them into a standard template, and iterates with the user until the brief is complete.

Inputs

Required:

  • project_idea: Raw description or brain dump of the project concept

Optional:

  • constraints: Time, budget, or resource limitations
  • stakeholders: Who is involved or affected
  • existing_docs: Related materials or references

Workflow

Step 1: Extract Key Elements

Parse the brain dump to identify:

  • Core idea: What is the fundamental concept?
  • Implicit goals: What outcomes are implied?
  • Mentioned constraints: What limitations exist?
  • Success indicators: How will success be measured?

Step 2: Structure into Template

Organize extracted elements into the brief template (see resources/brief_template.md):

# Project Brief: {project_name}

## Overview
**Created:** {date}
**Status:** Active
**Owner:** Omer

## Problem Statement
{what_problem_does_this_solve}

## Goals
1. {primary_goal}
2. {secondary_goals}

## Scope
### In Scope
- {included_items}

### Out of Scope
- {excluded_items}

## Milestones
| Milestone | Target Date | Status |
|-----------|-------------|--------|
| {milestone_1} | {date} | Not Started |

## Deliverables
- {deliverable_1}

## Success Criteria
- {criterion_1}

## Constraints & Risks
- {constraint_or_risk}

## Notes
{additional_context}

Step 3: Interactive Refinement

CHECKPOINT: Present draft brief to user

Ask clarifying questions:

  • "Is the problem statement accurate?"
  • "Are there additional goals I should include?"
  • "What's the target timeline?"
  • "Who are the key stakeholders?"

Iterate until user approves the brief.

Step 4: Save and Notify

  • Save as {project}_brief.md in project location
  • Suggest next step: "Create task breakdown using task-engine"

Output Format

The brief follows the template in resources/brief_template.md with all placeholders replaced with project-specific content.

Example Interaction

User Input:

"יש לי רעיון לפרויקט חדש - לבנות framework לאסטרטגיית AI לפקולטה למשפטים. רוצה להציע את זה לדיקן."

Skill Response:

  1. Extracts: AI strategy, Law Faculty, presentation to Dean
  2. Asks: "What's the timeline for the Dean presentation?"
  3. Drafts: Brief with goals, scope, milestones
  4. Checkpoints: "Does this capture your vision?"
  5. Saves: ai_strategy_law_faculty_brief.md

Cross-Interface Notes

  • Claude AI: Template is read from skill's resources/ folder
  • Claude Code: Template is read from filesystem path

Score

Total Score

45/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

0/5
タグ

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

0/5

Reviews

💬

Reviews coming soon