Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

daci-framework达奇框架

Agent Skill

daci-framework 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

419

周安装

18

GitHub Stars

103

下载量

147
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:daci-framework(达奇框架)
来源仓库:https://github.com/borghei/claude-skills
仓库路径:skills/daci-framework
安装命令:
npx skills add https://github.com/borghei/claude-skills --skill daci-framework
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill daci-framework

简介

daci-framework 明确产品决策中的角色分工与责任归属。

  • 包含 Driver、Approver、Contributor、Informed 四类角色定义。
  • 解决因权责不清导致的决策停滞问题。daci-framework 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适用于新团队组建或跨职能协作场景。
  • 相比 RACI 更聚焦于产品决策而非任务分配。

SKILL.md

DACI Decision Framework

Overview

Clarify decision ownership and reduce decision thrash using the DACI framework (Driver, Approver, Contributor, Informed). Unlike RACI which focuses on task responsibility, DACI is purpose-built for product decisions -- who drives the decision to closure, who has veto power, who provides input, and who needs to know.

When to Use

  • New team formation -- When a new team or cross-functional group needs clear decision-making roles.
  • Decision thrash -- When decisions stall because nobody knows who has authority.
  • Scaling teams -- When team growth creates ambiguity about who owns what decisions.
  • Post-incident -- When a failed launch or missed deadline reveals unclear ownership.
  • Reorg transitions -- When role changes create governance gaps.

When NOT to Use

  • For task assignment or project execution (use RACI instead).
  • For individual contributor work allocation (use sprint planning).
  • When decisions are truly one-person (no governance overhead needed).

DACI Role Definitions

RoleSymbolDefinitionRules
DriverDThe person driving the decision to closure. Responsible for process, timeline, and ensuring a decision gets made.Exactly one per decision.
ApproverAThe person(s) with authority to approve or veto. Their sign-off is required.1-2 maximum per decision.
ContributorCPeople who provide input, expertise, or implementation effort. Their input shapes the decision but they don't have veto power.As many as needed.
InformedIPeople who are notified of the decision outcome. Not part of the decision-making process.As many as needed.

Key DACI Principles

  1. Every decision has exactly one Driver. If two people are driving, nobody is driving.
  2. Approvers have veto power. Limit to 1-2 to avoid gridlock.
  3. Contributors influence but don't block. Their input is valued but the Driver decides how to use it.
  4. Informed means notified, not consulted. Don't confuse notification with input.
  5. DACI is about decisions, not tasks. Map decisions, not work items.

Building a DACI Chart

Step 1: Identify the Working Group

Define the team, business unit, or cross-functional group this DACI covers.

Step 2: List Job Titles / Roles

Enumerate all roles involved in product decisions. Common roles:

  • Executive Management
  • Product Manager
  • Product Owner
  • Engineering Lead
  • UX / Design Lead
  • Product Marketing
  • Scrum Master
  • Sales & Marketing
  • Customer Support / Professional Services
  • Legal / Compliance

Step 3: Define Decisions

List the key decisions this group makes. Common product decisions:

DecisionDescription
What problem are we solving?Problem definition and validation
Who is the primary user?Persona and segment selection
What is the product vision?Long-term direction and strategy
What is the value proposition?Differentiation and positioning
What are the JTBD?Jobs-to-be-done identification
What goes into the backlog?Story selection and prioritization
What is the release plan?Timing, scope, and sequencing
What experiments to run?Discovery and validation activities
How is the product built?Architecture and technical decisions
How is the product delivered?Deployment and rollout strategy
What data do we collect?Analytics and instrumentation
How do we price the product?Pricing model and strategy
What is the GTM strategy?Go-to-market planning

Step 4: Build Current-State DACI

Map how decisions are made today (not how you want them to be made):

DecisionExec MgmtPMPOEng LeadDesignMarketingSupportLegal
Problem definitionADCCCIC
User/segment selectionIDCCAC
Product visionADCCCI
Value propositionIDCA
Backlog prioritiesIADCC
Release planIADCII
ExperimentsDCCC
ArchitectureICDA
PricingACDC
GTM strategyACDCI

Rules:

  • Each row has exactly one D.
  • Each row has 1-2 A maximum.
  • Use D, A, C, I, or blank only.
  • Add Notes column for non-obvious assignments.

Step 5: Identify Pain Points

From the current-state chart, identify common failure patterns:

Failure PatternSymptomBusiness Impact
No DriverDecision stalls for weeksMissed market windows
Too many ApproversEndless review cyclesSlow time-to-market
Driver lacks authorityDecision made but not respectedRework and confusion
Informed treated as ApproverLate objections derail decisionsScope creep and delays
Missing ContributorsDecisions made without key inputPoor outcomes, rework

Step 6: Design Target-State DACI

Based on pain points, redesign decision ownership:

  • Ensure every row has exactly one D.
  • Reduce Approvers to 1-2 per decision.
  • Move chronic blockers from A to C or I.
  • Add missing Contributors.
  • Document changes in Notes column.

Step 7: Create Transition Plan

TimeframeAction
First 30 daysAlign on first 3 high-impact decision changes; communicate new roles
60 daysExpand to all decisions; run first decision under new DACI
90 daysFull adoption; retrospective on decision speed and quality

DACI Health Metrics

Track these metrics to monitor governance effectiveness:

MetricTargetHow to Measure
Decision cycle time<5 business days for P0 decisionsTime from decision identified to resolved
Decision reversal rate<10%Decisions overturned within 30 days
Stakeholder satisfaction>80%Survey: "Do you know who makes decision X?"
Escalation rate<15%Decisions escalated past intended Approver
Decision coverage100%All recurring decisions have a DACI row

Integration with Other Skills

  • Use create-prd/ to document decisions made via DACI in PRD Section 2 (Contacts).
  • Use identify-assumptions/ to surface assumptions about decision authority.
  • Use brainstorm-okrs/ to align DACI decisions with quarterly objectives.
  • Use summarize-meeting/ to capture decision outcomes in meeting notes.

Troubleshooting

ProblemLikely CauseResolution
Decisions still stall after DACI rolloutDriver lacks confidence or authority in practiceCoach Drivers on decision-making process; ensure Approvers respect the framework
Everyone is marked as ContributorTeam avoids accountability by defaulting to CForce each person to commit to D, A, C, or I -- no "everyone contributes"
DACI chart exists but nobody references itDocument not integrated into workflowsPost DACI in team Confluence/Notion; reference it in kickoff meetings
Approvers overrule without explanationAuthority without accountabilityRequire Approvers to document veto rationale; review in retrospectives
New decisions not added to chartDACI treated as one-time exerciseReview and update DACI quarterly; add new decisions as they emerge

Success Criteria

  • 100% of recurring product decisions have a DACI row with exactly one Driver
  • Decision cycle time reduced by 30%+ after DACI implementation
  • <10% of decisions reversed within 30 days of being made
  • 80% of team members can identify the Driver for any given decision
  • DACI chart reviewed and updated at least quarterly

Scope & Limitations

In Scope: DACI chart creation, current-state mapping, target-state design, transition planning, governance health metrics, pain point identification, decision ownership clarity.

Out of Scope: Task assignment (use RACI), project execution tracking (use sprint planning), individual performance management, organizational design beyond decision governance.

Important Caveats: DACI works best when leadership commits to respecting the framework. Without executive buy-in, Drivers may lack the authority to actually drive decisions. Start with 3-5 high-impact decisions rather than trying to map everything at once.

Integration Points

IntegrationDirectionWhat Flows
create-prd/Feeds intoDACI decisions inform PRD Contacts section and decision log
identify-assumptions/ComplementsSurfaces assumptions about who has authority
brainstorm-okrs/ComplementsOKR ownership aligns with DACI decision ownership
summarize-meeting/Feeds intoMeeting summaries capture DACI decision outcomes
senior-pm/ComplementsPortfolio-level DACI for cross-project decisions

References

  • Productside DACI guidance for product teams
  • Inspired by the DACI framework used at Intuit and other product-led organizations

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.57%
按下载量换算55

Claude

29.86%
按下载量换算44

Cursor

19.57%
按下载量换算29

Gemini CLI

9.26%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills