B

brief-to-tasks

by @julianoczkowskiv
4.4(8)

デザインブリーフを、構築可能で順序付けられたタスクリストに分解します。各タスクは、個別に構築、レビュー、検証が可能な垂直スライスです。

project-managementproduct-strategyworkflow-automationGitHub
インストール方法
npx skills add https://github.com/julianoczkowski/designer-skills --skill brief-to-tasks
compare_arrows

Before / After 効果比較

1
使用前

技術モジュールごとにタスクを分解し、フロントエンドとバックエンドを分離して開発したため、統合時にインターフェースの不一致が発覚し、大量の手戻り修正が発生した。

使用後

垂直機能ごとに分解し、各タスクが完全なフロントエンドとバックエンドを含み、独立して検証可能であるため、スムーズな統合と競合なしを実現した。

SKILL.md

brief-to-tasks

This skill turns a design brief into an ordered, buildable task list. Each task is a vertical slice: a piece of UI that can be built, reviewed, and verified on its own.

Example prompts

  • "Break the brief into tasks"

  • "What should I build first?"

  • "Create a task list from the design brief"

  • "Plan the build order for this feature"

Process

Read the design brief. Look for .design/*/DESIGN_BRIEF.md. If multiple subfolders exist, use the most recently modified one, or ask the user which feature they are working on. Also check for INFORMATION_ARCHITECTURE.md and a tokens file in the same subfolder. If none exist, ask the user to describe what they are building.

Explore the existing codebase to understand what is already built. Scan specifically for:

Component directories: components/, ui/, shared/ and list every component by name

  • Existing pages/views: what is already built that this feature must coexist with

  • Token/theme files: tokens.css, globals.css, Tailwind config, theme providers

  • File naming conventions: kebab-case, PascalCase, how files are organized (by feature, by type)

  • Test files: if tests exist alongside components, new tasks should include test expectations

  • Package.json dependencies: what UI libraries, animation libraries, and icon sets are already installed

  • Classify each relevant component as: will be reused as-is, needs modification, or does not exist yet. Only components that need modification or creation get their own tasks.

Break the work into vertical slices. Each task should:

Be independently buildable (no task should block another unless noted).

  • Include structure, styling, and interaction in a single task (not "build HTML" then "add CSS" then "add JS" as separate tasks).

  • Be verifiable: you can look at the result and confirm it matches the brief.

  • Be small enough to complete in a single session.

Order tasks by:

Dependencies first: foundational elements (tokens, layout shells, shared components) before page-specific work.

  • Visual priority: the most prominent UI element early, so the user can validate the aesthetic direction before investing in details.

  • Risk first: the hardest or most uncertain piece early, so problems surface before everything else is built around them.

Save the task list as TASKS.md in the same .design/<feature-slug>/ subfolder as the design brief.

Task List Template

# Build Tasks: [Feature/Page Name]

Generated from: .design/<feature-slug>/DESIGN_BRIEF.md
Date: [date]

## Foundation
- [ ] **[Task name]**: [One sentence describing what to build and what "done" looks like]. _Reuses: [existing components/tokens if any]._
- [ ] **[Task name]**: [Description]. _New component._

## Core UI
- [ ] **[Task name]**: [Description]. _Depends on: [task name if any]._
- [ ] **[Task name]**: [Description].

## Interactions & States
- [ ] **[Task name]**: [Description]. Covers: [list of states, e.g., hover, loading, error, empty].
- [ ] **[Task name]**: [Description].

## Responsive & Polish
- [ ] **[Task name]**: [Description]. Breakpoints: [which ones].
- [ ] **[Task name]**: Accessibility pass. [Specific checks from the brief].

## Review
- [ ] **Design review**: Run /design-review against the brief.

Rules

  • Every task must reference whether it reuses, modifies, or creates components.

  • Never create a task that is only "set up the project" or "create the file structure." Those are not vertical slices.

  • If the brief specifies an aesthetic philosophy, note it in the first build task so the visual direction is established immediately.

  • Group related tasks but do not nest them more than one level deep. Flat lists are easier to work through.

Weekly Installs557Repositoryjulianoczkowski…r-skillsGitHub Stars56First SeenMar 28, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled ongithub-copilot544cursor544opencode544codex544gemini-cli543kimi-cli543

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数3.4K
評価4.4 / 5.0
バージョン
更新日2026年7月9日
比較事例1 件

ユーザー評価

4.4(8)
5
50%
4
38%
3
13%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code

タイムライン

作成2026年4月23日
最終更新2026年7月9日
🎁 Agent 知識カード
アンケート