home/categories/business
domain cluster

Business

Tools for enterprise, finance, and management.

14022টি স্কিলall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
project-management
4

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

alexanderop
alexanderop
business
open
project-management
4

task-specification-creator

ユーザーから与えられたタスクを単一責務の原則に基づいて分解し、 Phase 1からPhase 13までの実行可能なタスク仕様書ドキュメントを生成する。 Anchors: • Clean Code (Robert C. Martin) / 適用: 単一責務の原則 / 目的: タスク分解の基準 • Continuous Delivery (Jez Humble) / 適用: フェーズゲート / 目的: 品質パイプライン構築 • Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語 / 目的: 一貫した用語設計 Trigger: タスク仕様書作成, タスク分解, ワークフロー設計, 実行計画作成 Use when creating task specifications for complex development tasks.

daishiman
daishiman
business
open
project-management
4

prioritization-frameworks

優先順位付けフレームワークの専門スキル。 MoSCoW法、RICE Scoring、Kano Modelを用いて、限られたリソースで最大の価値を提供するための意思決定を支援します。 Anchors: • 『Inspired』(Marty Cagan) / 適用: プロダクト優先順位 / 目的: 価値最大化 • Intercom RICE Scoringガイド / 適用: 定量的スコアリング / 目的: データドリブンな意思決定 • Kano Model理論(Noriaki Kano) / 適用: 顧客満足度分析 / 目的: 戦略的投資判断 Trigger: Use when prioritizing features, requirements, backlog items, or strategic initiatives. Apply to sprint planning, release planning, roadmap development, feature evaluation, or resource allocation decisions.

daishiman
daishiman
business
open
project-management
4

sprint-planning

スプリント計画の体系的な立案と実行管理を支援するスキル。 チームキャパシティの可視化、タスク分解、リスク管理を通じて、 価値提供と持続可能な速度(サステーナブルペース)を両立させる。 Anchors: • Agile Estimating and Planning (Mike Cohn) / 適用: 見積もり・計画手法 / 目的: スプリント計画の方法論習得 • Scrum Guide / 適用: スプリント計画イベント / 目的: 公式フレームワークとの整合 • ストーリーポイント / 適用: キャパシティ計算・タスク見積もり / 目的: チーム能力の可視化と予測精度向上 Trigger: Use when planning sprints, calculating team capacity, estimating stories, setting sprint goals, or managing iteration cycles. sprint planning, agile, iteration, capacity, velocity, story points, sprint goal, scrum

daishiman
daishiman
business
open
project-management
4

root-cause-analysis

Conducts systematic root cause analysis using proven methodologies including Toyota's 5 Whys, Ishikawa fishbone diagrams, Pareto analysis, and fault tree analysis. Use when investigating bugs, debugging code, troubleshooting systems, diagnosing equipment failures, analyzing life problems, or identifying underlying causes of any issue across software engineering, hardware maintenance, process failures, or personal challenges.

markpitt
markpitt
business
open
project-management
4

speckit-plan-zh

执行实施规划工作流程,使用计划模板生成设计工件。触发词包括:"speckit计划"。

forztf
forztf
business
open
project-management
4

decompose

Break a problem into atomic, testable subproblems. Use when facing complex tasks, unclear requirements, or planning implementation strategy.

mway
mway
business
open
project-management
4

requirements-triage

複数の要件や要望を体系的に分析・評価し、実装する項目を決定するスキル。 MoSCoW分類、優先度スコアリング、影響分析を提供する。 プロジェクト初期段階での要件整理から、開発中の追加要望への対応まで幅広く活用できる。 Anchors: • Software Requirements (Karl Wiegers) / 適用: 要件優先順位付け / 目的: リソース最適配分 • Lean Analytics (Alistair Croll) / 適用: ビジネス価値評価 / 目的: 戦略的決定支援 • Prioritization Frameworks / 適用: MoSCoW, RICE, Kano / 目的: 体系的な優先順位決定 Trigger: Use when triaging multiple requirements, prioritizing features, defining scope, or making resource allocation decisions. requirements triage, priority scoring, MoSCoW classification, scope management, feature prioritization, 要件トリアージ, 優先順位付け

daishiman
daishiman
business
open
project-management
4

ghe-checkpoint

POST a progress checkpoint to the CURRENTLY ACTIVE thread. Saves work state without changing phases. Requires an already-claimed in-progress thread. USE THIS SKILL WHEN: - User says "post a checkpoint" or "save my progress" - User says "update the issue" or "record current state" - User says "checkpoint" or "save checkpoint" - User completed a milestone and wants to record it - User encountered a blocker and wants to document it - User is about to take a break and wants to save state - Meaningful state change occurred during work PRECONDITION: User must already have an active (claimed, in-progress) thread. DO NOT USE THIS SKILL WHEN: - User wants to SEE status (use ghe-status) - User wants to START work on new issue (use ghe-claim) - User wants to FINISH current phase and MOVE to next (use ghe-transition) - User wants reports (use ghe-report) - No active thread exists (must claim first) EXAMPLES: <example> Context: User working on DEV wants to save progress user: "Post a checkpoint" assistant: "I'll use g

Emasoft
Emasoft
business
open
project-management
4

todo-backlog

Use when working on a project with a .todo/ backlog directory, or when asked to create/manage task files

oribarilan
oribarilan
business
open
project-management
4

issue-linker

Create relationships between issues via comment references

fractary
fractary
business
open
project-management
4

task-decomposition

複雑なタスクを目的・成果・制約から分解し、実行可能な作業単位に落とし込むスキル。 依存関係、優先順位、検証条件まで整理して、実行計画を一貫した形で提示する。 Anchors: • PMBOK Guide / 適用: WBS作成 / 目的: 分解粒度と成果物の整合 • User Story Mapping (Jeff Patton) / 適用: 価値分解 / 目的: 価値順序の可視化 • The Pragmatic Programmer / 適用: 反復計画 / 目的: 実行可能性の担保 Trigger: Use when breaking down complex work, clarifying ambiguous tasks, or planning phased execution. task decomposition, work breakdown, WBS, dependency mapping, phased planning

daishiman
daishiman
business
open
project-management
4

planning

Create implementation plans with phase management.

Yuvasee
Yuvasee
business
open
project-management
4

plan-creating-project-plans

Comprehensive project planning standards for plans/ directory including folder structure (ideas.md, backlog/, in-progress/, done/), naming convention (YYYY-MM-DD__identifier/), file organization (README.md for small plans, multi-file for large), and Gherkin acceptance criteria. Essential for creating structured, executable project plans.

wahidyankf
wahidyankf
business
open
project-management
4

development-loop

Complete development lifecycle: brainstorm → TDD planning → ralph implementation → review → feedback loop until approved

dot-do
dot-do
business
open
project-management
4

command-placement-priority

コマンドの配置場所と優先順位(プロジェクト/ユーザー/MCP、名前空間、競合解決)を整理し、配置判断と移行方針を支援するスキル。 配置基準、優先順位ルール、移行フローを一貫して整理する。 Anchors: • The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 配置判断の実務 / 目的: 運用の一貫性確保 • Priority Resolution Protocol / 適用: 同名競合の解決 / 目的: 優先順位の明確化 Trigger: Use when determining command placement, resolving command priority conflicts, or migrating commands between project/user/MCP layers. command placement, priority resolution, namespace design, project vs user commands, MCP integration

daishiman
daishiman
business
open
project-management
4

troubleshooting-guides

問題解決を効率化するトラブルシューティングガイドの設計スキル。 診断フロー、問題分類、解決手順書を体系的に設計します。 Anchors: • 『Don't Make Me Think』(Steve Krug)/ 適用: ユーザビリティ設計 / 目的: 問題自己解決力向上 • SRE原則 / 適用: 障害対応 / 目的: トラブル診断効率化 Trigger: トラブルシューティングガイド作成時、問題診断フロー設計時、エラー説明書作成時に使用

daishiman
daishiman
business
open
project-management
4

speckit-tasks-zh

基于speckit工作流的任务生成技能,用于根据可用设计文档生成可操作的、依赖有序的tasks.md。当需要基于spec.md、plan.md、data-model.md、contracts/等设计文档为功能开发生成详细任务列表时使用此技能。触发词包括"speckit tasks"、"生成任务"、"任务规划"、"功能任务分解"、"创建tasks.md"等。

forztf
forztf
business
open
project-management
4

problem-solving

Structured problem-solving methodology. Activates for planning, design, debugging, or complex multi-step tasks. Use for systematic analysis and evidence-based reasoning.

mway
mway
business
open
project-management
4

prd-to-ralph

Use when converting PRD/requirements into JSON format for Ralph Wiggum autonomous loops. Extracts user stories, orders by dependency (schema first, then backend, then UI, then dashboard), auto-adds standard criteria (typecheck, build, lint, tests), outputs structured JSON ready for autonomous iteration.

galihcitta
galihcitta
business
open
project-management
4

context-window-optimization

コンテキストウィンドウの制約内で情報を最適整理するためのスキル。 トークン計測、優先順位付け、圧縮、検証の一連フローを提供する。 Anchors: • High Performance Browser Networking / 適用: 計測とレイテンシ意識 / 目的: 予算内最適化 • Designing Data-Intensive Applications / 適用: リソース制約下の設計 / 目的: 効率的な構造化 • Progressive Disclosure パターン / 適用: 段階的情報開示 / 目的: 過剰読み込みの回避 Trigger: Use when optimizing context window usage, measuring token budgets, prioritizing context elements, or applying compression techniques. context window optimization, token budget, context prioritization, compression, summarization

daishiman
daishiman
business
open
project-management
4

backlog-management

プロダクトバックログの作成・整理・優先順位付けを行うためのスキル。 ユーザーストーリー作成、DEEP原則の適用、健全性分析を通じて実装可能な状態を維持します。 Anchors: • Agile Estimating and Planning / 適用: 見積もりと優先度 / 目的: 計画精度の向上 • User Stories Applied / 適用: ストーリー作成 / 目的: 要件の明確化 • The Product Owner's Handbook / 適用: バックログ運用 / 目的: 価値最大化 Trigger: Use when managing product backlogs, refining user stories, prioritizing items, or assessing backlog health.

daishiman
daishiman
business
open
project-management
4

review-reception

Use when receiving code review feedback before implementing suggestions, especially if unclear or questionable.

mway
mway
business
open
project-management
4

speckit-checklist-zh

基于用户需求为当前功能生成定制检查清单的专业工具。专门用于需求质量验证,生成"英语的单元测试",验证需求的完整性、清晰度和一致性。触发词:speckit-checklist、检查清单、需求验证、质量检查、checklist、requirements validation、质量审查、spec review

forztf
forztf
business
open
Previous
Page 351 / 585
Next