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

ai-native-productAI 原生产品

Agent Skill

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

总安装

238

周安装

10

GitHub Stars

31

下载量

83
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ericgandrade/claude-superskills --skill ai-native-product

简介

用于指导以 AI 为核心的产品开发全流程,覆盖发现、架构、交付各阶段的特殊考量。

  • 适用于构建自主执行任务的 AI 代理或添加 LLM 增强功能至现有产品模块。
  • 强调持续校准机制而非传统 A/B 测试,应对非确定性 AI 行为的独特挑战。
  • 需结合领域特定技能协同使用,形成完整的产品研发闭环管理体系。
  • ai-native-product 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI-Native Product Development

"AI products aren't deterministic. They require continuous calibration, not just A/B tests."

This skill covers AI-Native Product Development — the overlay that modifies discovery, architecture, and delivery when AI is at the core. It addresses the unique challenges of building products where AI agents perform tasks autonomously.

Related skills: product-strategy, product-discovery, product-architecture, product-delivery, product-leadership


When to Use This Skill

Use this skill when:

  • Building AI agents that act on behalf of users
  • Adding LLM-powered features to existing products
  • Designing human-AI interaction patterns
  • Deciding how much autonomy to give AI
  • Setting up eval strategies and calibration loops
  • Managing the "agency-control tradeoff"

Not needed for: Traditional software products, ML models used only for backend optimization (no user-facing autonomy)


Progress Tracking

Display progress during AI-native product work:

[████░░░░░░░░░░░░░░░░] 25% — Phase 1/4: Agency-Control Tradeoff Design
[████████░░░░░░░░░░░░] 50% — Phase 2/4: Discovery & Assumption Mapping
[████████████░░░░░░░░] 75% — Phase 3/4: Eval Strategy & Calibration Loop
[████████████████████] 100% — Phase 4/4: Delivery, Monitoring & Trust-Building

What Makes AI Products Different

Traditional Software vs. AI Products

DimensionTraditional SoftwareAI-Native Products
BehaviorDeterministicProbabilistic
TestingUnit tests, QAEvals, calibration
CorrectnessBinary (works or doesn't)Spectrum (good enough?)
User roleOperatorDelegator + Reviewer
Failure modeError messagesPlausible but wrong outputs
IterationShip → Measure → IterateShip → Observe → Calibrate
Trust buildingFeature completenessDemonstrated reliability

The Core Challenge

AI products must navigate a fundamental tension:

More autonomy = More value (fewer steps, faster outcomes) More autonomy = More risk (errors affect real work)

This is the Agency-Control Tradeoff.


Framework: The CCCD Loop

Credit: Aishwarya Goel & Kiriti Gavini

AI products require a Continuous Calibration and Confidence Development (CCCD) loop:

┌─────────────────────────────────────────────────────────────────┐
│                        CCCD LOOP                                │
│                                                                 │
│    CALIBRATE → CONFIDENCE → CONTINUOUS DISCOVERY → CALIBRATE   │
│         ↓           ↓              ↓                 ↓         │
│     Eval and    Build user    Observe AI       Update evals    │
│     adjust AI    trust over   interactions     and models      │
│     behavior     time         at scale                         │
└─────────────────────────────────────────────────────────────────┘

CCCD Components:

ComponentPurposeActivities
CalibrateTune AI behavior to match user expectationsRun evals, adjust prompts/models, set guardrails
ConfidenceBuild appropriate user trustShow AI reasoning, enable verification, demonstrate reliability
Continuous DiscoveryObserve AI-user interactions at scaleLog interactions, identify failure patterns, surface edge cases
→ Back to CalibrateUpdate based on learningsImprove evals, retrain, adjust prompts

The Agency-Control Progression

Five Levels of AI Agency

LevelDescriptionAI DoesUser DoesExample
1. AssistAI suggests, user executesGenerates optionsChooses and actsAutocomplete, suggestions
2. RecommendAI ranks, user approvesAnalyzes and recommendsReviews and approves"AI recommends these 3 actions"
3. Execute with confirmationAI acts after approvalPrepares actionConfirms before execution"Send this email?" → Yes/No
4. Execute with notificationAI acts, notifies afterActs autonomouslyReviews outcomes"I scheduled the meeting and sent invites"
5. Fully autonomousAI acts without notificationHandles end-to-endSets goals, reviews exceptionsAI handles routine tasks silently

Progression Strategy

Start lower, earn higher:

Level 1 → Build trust → Level 2 → Demonstrate reliability → Level 3 → ...

Graduation Criteria:

From LevelTo LevelRequires
1 → 2Assist → RecommendUser accepts suggestions > 70%
2 → 3Recommend → Execute with confirmUser approves recommendations > 80%
3 → 4Execute+confirm → Execute+notifyUser confirms without edit > 90%
4 → 5Execute+notify → AutonomousUser overrides < 5%, high-stakes scenarios excluded

Never fully autonomous for:

  • Irreversible actions (delete, send, purchase)
  • High-stakes decisions (financial, legal, health)
  • Novel situations outside training distribution
  • Actions affecting third parties

AI-Native Discovery

Standard discovery practices need adaptation for AI products.

Modified Discovery Focus

Standard DiscoveryAI-Native Adaptation
"What job are you trying to do?"+ "How much do you want to delegate?"
"What's your current workflow?"+ "Which steps are you comfortable AI handling?"
"What would success look like?"+ "What errors would be unacceptable?"
"Show me how you do this today"+ "Show me how you verify AI work today"

AI-Specific Discovery Questions

Delegation appetite:

  • "Which parts of this task feel tedious vs. require your judgment?"
  • "If AI made an error here, what would the consequences be?"
  • "How would you want to verify AI's work?"

Trust calibration:

  • "What would AI need to demonstrate before you'd trust it to [action]?"
  • "Have you used AI tools before? What built or broke your trust?"
  • "Would you prefer AI to do more but occasionally err, or do less perfectly?"

Failure tolerance:

  • "What kinds of errors are annoying vs. damaging?"
  • "How quickly do you need to catch and fix AI mistakes?"
  • "What's your 'undo' option if AI gets it wrong?"

Observing AI Interactions

In addition to interviews, AI discovery includes:

MethodWhat to Look For
Session recordingsWhere do users override AI? Where do they accept blindly?
Interaction logsPatterns in edits, rejections, corrections
Feedback analysisExplicit signals (thumbs down, ratings)
Support ticketsAI-related complaints and confusion

AI-Native Architecture

Solution Brief Additions

For AI features, add to standard solution brief:

AI-SPECIFIC SECTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

AGENCY LEVEL
Target: [Level 1-5]
Graduation path: [How might this evolve?]

FAILURE MODES
• [Failure mode 1]: [Consequence] → [Mitigation]
• [Failure mode 2]: [Consequence] → [Mitigation]

EVAL STRATEGY
• [Eval type 1]: [What we measure, how often]
• [Eval type 2]: [What we measure, how often]

CALIBRATION PLAN
• Initial calibration: [Approach]
• Ongoing calibration: [Cadence, triggers]

CONFIDENCE BUILDING
• How AI explains itself: [Approach]
• How users verify: [Mechanisms]
• Trust-building milestones: [Progression]

AI Bet Categories

In addition to standard bet categories:

CategoryDescriptionExample
Capability expansionAI can handle new task types"AI can now summarize documents"
Agency graduationMove to higher autonomy level"AI sends emails without confirmation"
Calibration improvementBetter accuracy/reliability"Reduce hallucination rate from 5% to 2%"
Confidence buildingBetter user trust"Show AI reasoning before action"
Guardrail strengtheningPrevent harmful outputs"Add content policy enforcement"

AI-Native Delivery

Eval Strategy (Replaces Traditional Testing)

Eval Types:

Eval TypePurposeWhen to Run
Unit evalsTest specific capabilitiesEvery code change
Behavioral evalsTest end-to-end flowsDaily/weekly
Adversarial evalsTest edge cases and attacksBefore major releases
Human evalsTest subjective qualityWeekly sample
Production evalsTest on real trafficContinuous

Eval Metrics:

MetricWhat It MeasuresTarget
Task success rateDoes AI complete the intended task?> 95%
Factual accuracyIs output factually correct?> 98%
Hallucination rateDoes AI make things up?< 2%
Harmful output rateDoes AI produce unsafe content?< 0.1%
User acceptance rateDo users accept AI output?> 80%
Override rateHow often do users correct AI?< 15%

Eval Cadence:

Code change → Unit evals (automated)
Daily → Behavioral evals (automated)
Weekly → Human evals (sample)
Release → Adversarial evals (red team)
Continuous → Production evals (monitoring)

Staged Rollout for AI Features

AI features require more cautious rollout:

StageAudienceFocusDuration
InternalTeamFind obvious failures1 week
Alpha5-10 trusted usersQualitative feedback on AI behavior2 weeks
Beta5% of usersQuantitative eval metrics2-4 weeks
Gradual GA5% → 25% → 50% → 100%Monitor at each stage4+ weeks

AI-Specific Rollout Gates:

GateCriteria to Proceed
Alpha → BetaEval metrics above threshold, no harmful outputs
Beta → Gradual GAUser acceptance > 80%, override rate < 15%
Each GA incrementMetrics stable, no new failure modes

Calibration Loop

Continuous calibration process:

OBSERVE → IDENTIFY → CALIBRATE → VALIDATE → DEPLOY
   ↑                                           │
   └───────────────────────────────────────────┘
StepActivitiesCadence
ObserveMonitor production interactions, logs, feedbackContinuous
IdentifySurface failure patterns, edge cases, driftDaily/weekly
CalibrateAdjust prompts, fine-tune, add guardrailsAs needed
ValidateRun evals on calibrated versionBefore deploy
DeployShip updates, continue observingStaged

Calibration Triggers:

  • Eval metrics below threshold
  • New failure pattern identified
  • User feedback trend (negative)
  • Model update available
  • New use case discovered

AI Metrics Hierarchy

LAGGING
├── User retention (AI users vs. non-AI users)
├── Task completion rate (with AI assist)
└── Revenue from AI features

CORE
├── User acceptance rate
├── Override rate
├── Time-to-completion (with AI)
└── User-reported satisfaction

LEADING
├── Eval metrics (accuracy, hallucination, etc.)
├── Interaction volume
├── Feature discovery rate
└── Feedback sentiment

GUARDRAILS
├── Harmful output rate
├── Latency P95
├── Error rate
└── Cost per interaction

AI-Specific Anti-Patterns

Anti-PatternWhy It FailsInstead
Ship and hopeAI behavior drifts without monitoringContinuous calibration
Autonomous by defaultUsers don't trust, don't adoptEarn autonomy progressively
Black box AIUsers can't verify, won't trustShow reasoning, enable verification
No evalsQuality degrades silentlyComprehensive eval strategy
Ignore overridesMiss calibration signalsOverride patterns inform calibration
One-size-fits-all agencyDifferent tasks need different levelsTask-specific agency levels

Templates

This skill includes templates in the templates/ directory:

  • agency-assessment.md — Determine appropriate agency level
  • eval-strategy.md — Design eval suite for AI feature
  • calibration-plan.md — Set up continuous calibration

Using This Skill with Claude

Ask Claude to:

  1. Assess agency level: "What agency level should [AI feature] have?"
  2. Design agency progression: "Create a graduation path from assist to autonomous for [feature]"
  3. Identify failure modes: "What could go wrong with [AI feature]? How do we mitigate?"
  4. Design eval strategy: "Design an eval suite for [AI feature]"
  5. Plan calibration: "Create a calibration plan for [AI feature]"
  6. Adapt discovery: "What AI-specific questions should I ask in discovery for [use case]?"
  7. Design confidence building: "How should [AI feature] show its reasoning?"
  8. Plan AI rollout: "Create a staged rollout plan for [AI feature]"
  9. Set AI metrics: "What metrics should we track for [AI feature]?"
  10. Review AI brief: "Critique this solution brief for AI considerations"

Connection to Other Skills

When you need to...Use skill
Define overall product strategyproduct-strategy
Run discovery (with AI adaptations)product-discovery
Structure bets and roadmapproduct-architecture
Plan rollout and metricsproduct-delivery
Scale AI products across teamsproduct-leadership

Quick Reference: AI Product Checklist

Before shipping AI features:

  • Agency level defined — Clear level for this feature
  • Graduation criteria set — How we'll earn higher autonomy
  • Failure modes mapped — Know what can go wrong
  • Evals in place — Automated quality checks
  • Human evals scheduled — Subjective quality review
  • Calibration loop running — Continuous improvement process
  • Confidence mechanisms built — Users can verify AI work
  • Guardrails active — Prevent harmful outputs
  • Rollout staged — More cautious than traditional features
  • Override tracking — Learning from user corrections

Sources & Influences

  • Aishwarya Goel & Kiriti Gavini — CCCD Loop, Agency-Control Trade-off
  • Anthropic — Constitutional AI, RLHF approaches
  • OpenAI — Eval best practices
  • Google DeepMind — AI safety frameworks

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.76%
按下载量换算28

Claude

29.88%
按下载量换算25

Cursor

20.07%
按下载量换算17

Gemini CLI

8.8%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills