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

wwaswwas 搜索

Agent Skill

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

总安装

1,395

周安装

57

GitHub Stars

103

下载量

451
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

用于创建符合 Why-What-Acceptance 格式的 backlog 条目。

  • 确保每项工作连接战略背景并定义可观测结果的验收标准。
  • 适用于产品 backlog 构建与 sprint 计划 refinement 场景。
  • 需明确 why 层面的价值主张以避免局部优化陷阱。
  • wwas 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Why-What-Acceptance Backlog Expert

Overview

Create backlog items using the Why-What-Acceptance (WWAS) format. This format ensures every piece of work connects to strategic context, includes a concise description that serves as a "reminder of the discussion" rather than a detailed specification, and defines high-level acceptance criteria focused on observable outcomes.

When to Use

  • Backlog creation -- When building a product backlog where strategic alignment is critical.
  • Sprint planning -- When refining items for upcoming sprints and the team needs to understand *why* each item matters.
  • Stakeholder communication -- When executives or cross-functional partners need to see how individual work items connect to business objectives.
  • Roadmap decomposition -- When breaking down roadmap themes into actionable backlog items.

When NOT to Use

  • When you need situation-driven requirements -- use job-stories/ instead.
  • When the work is a pure technical task with no strategic context (use a simple task description).
  • When the team prefers traditional user story format and the strategic context is well-understood.

The WWAS Format

Every backlog item has three parts:

1. Why (Strategic Context)

1-2 sentences that connect this work item to the team's objectives and business strategy. The Why answers:

  • What business objective does this support? (e.g., "Reduce churn by 10% in Q2")
  • Why now? What makes this item timely or important relative to other work?

The Why is the most important part. It prevents the team from building features disconnected from strategy. If you cannot articulate the Why, the item should not be in the backlog.

Good Why examples:

  • "Our Q2 objective is to reduce time-to-value for new users from 14 days to 3 days. Onboarding is the biggest lever -- 60% of churned users never completed setup."
  • "Enterprise customers have cited lack of SSO as the top reason for not upgrading. This directly supports our revenue expansion target of $2M ARR growth in H1."
  • "Support ticket volume for billing issues increased 40% last quarter. Resolving this frees up 2 support FTEs to focus on onboarding assistance, which supports our activation goal."

Bad Why examples (avoid):

  • "Because the customer asked for it." (No strategic context)
  • "It's a best practice." (No connection to team objectives)
  • "We need this for the release." (Circular reasoning)

2. What (Description)

A short description of what needs to be built or changed. This section is a reminder of the discussion, not a detailed specification.

Guidelines:

  • 1-2 paragraphs maximum.
  • Describe the change at a level that reminds the team of what was discussed during refinement.
  • Include a link to the design file if one exists.
  • Do not write implementation details, technical specifications, or step-by-step instructions.
  • The team should be able to read the What and say "Yes, I remember what we agreed to build."

Good What examples:

  • "Add a guided setup wizard that walks new users through connecting their data source, inviting a teammate, and creating their first dashboard. The wizard should be skippable and resumable. [Design: Figma link]"
  • "Replace the current billing FAQ page with an interactive troubleshooter that guides users through common billing issues (failed payments, plan changes, invoice requests) and resolves 80% of cases without a support ticket."

Bad What examples (avoid):

  • A multi-page specification with wireframes, API contracts, and database schemas (too detailed -- that belongs in a design doc).
  • "Build SSO." (Too vague -- the team cannot recall what was discussed).

3. Acceptance Criteria

High-level, observable outcomes that define when the item is done. These are not detailed test cases -- they are the minimum set of conditions that must be true for the item to be accepted.

Guidelines:

  • 4 or more acceptance criteria per item.
  • Each criterion describes an observable outcome, not an implementation step.
  • Focus on what the user or system should do, not how it is built.
  • Include the most important edge cases, but save exhaustive test cases for QA.

Good acceptance criteria examples:

  1. New users who complete the setup wizard activate within 3 days (measured by creating their first dashboard).
  2. The wizard is accessible on mobile and desktop browsers.
  3. Users can skip the wizard at any step and resume later from where they left off.
  4. Users who skip the wizard can access it again from the help menu.

Bad acceptance criteria examples (avoid):

  • The API returns a 200 status code with a JSON payload containing... (implementation detail)
  • The React component passes all unit tests (internal quality, not user outcome)
  • It works on Chrome (too vague; specify what "works" means)

INVEST Quality Gates

Before a WWAS item enters a sprint, it must pass the INVEST criteria:

CriterionQuestionAction If Failing
IndependentCan this item be delivered without waiting for another item?Reorder the backlog or combine dependent items.
NegotiableIs the What open to discussion on implementation approach?Remove implementation prescriptions from the What.
ValuableDoes the Why connect to a real business objective?Rewrite the Why or deprioritize the item.
EstimableCan the team estimate effort with reasonable confidence?Add more context to the What or conduct a spike.
SmallCan this be completed within one sprint?Split the item (by outcome, by scope, or by user segment).
TestableCan the acceptance criteria be verified?Rewrite criteria to be observable and specific.

Item Template

### [Title]

**Why:**
[1-2 sentences connecting to strategic objective and explaining why this matters now.]

**What:**
[1-2 paragraphs describing the change. Reminder of the discussion, not a specification.]

[Design: link or "TBD"]

**Acceptance Criteria:**

1. [ ] [Observable outcome]
2. [ ] [Observable outcome]
3. [ ] [Observable outcome]
4. [ ] [Observable outcome]

Worked Example

Guided Onboarding Wizard

Why: Our Q2 North Star is reducing time-to-value from 14 days to 3 days. User research shows that 60% of churned users never completed the initial setup, and the top reason cited is "I did not know what to do next." A guided onboarding flow directly addresses this by walking users through the critical first steps.

What: Add a step-by-step setup wizard that appears on first login and guides new users through three milestones: connecting a data source, inviting a teammate, and creating their first dashboard. The wizard should be skippable at any point (some users prefer to explore on their own) and resumable if the user leaves before finishing. Each step includes a brief explanation of why it matters and a direct action button.

[Design: figma.com/file/abc123]

Acceptance Criteria:

  1. The wizard appears automatically on first login for new users.
  2. Users can skip the wizard at any step and return to it later from the help menu.
  3. Each milestone (data source, teammate, dashboard) can be completed independently and in any order.
  4. Users who complete all three milestones see a completion confirmation with suggested next steps.
  5. The wizard does not appear for existing users who have already completed setup.
  6. The wizard is functional on both desktop and mobile browsers.

Connecting Why to Business Objectives

The strength of WWAS is the explicit strategic connection. Use this mapping to write strong Why statements:

Objective LevelExample ObjectiveWhy Framing
Company OKRGrow ARR to $10M"This supports our $10M ARR target by..."
Team OKRReduce churn to <5% monthly"Our team's Q2 churn target requires..."
Product themeSelf-serve onboarding"As part of the self-serve onboarding theme..."
Customer feedbackTop 3 requested feature"This is the #1 requested feature from enterprise customers, blocking $500K in pipeline..."
OperationalReduce support load"Support ticket volume for this issue is X/month, costing Y hours..."

Integration with Other Skills

  • Use job-stories/ when you need situation-driven stories focused on user context rather than strategic alignment.
  • Use brainstorm-okrs/ to define the objectives that WWAS items connect to.
  • Use summarize-meeting/ to capture refinement session discussions that inform the What.
  • Feed WWAS items into ../jira-expert/ for ticket creation with structured fields.

References

  • See references/backlog-management-guide.md for format comparison, INVEST deep dive, and refinement best practices.
  • See assets/wwas_template.md for ready-to-use templates.

Troubleshooting

ProblemLikely CauseResolution
"Why" statements are generic ("Because the customer asked for it")PM did not connect the request to a business objective; strategic context unclearRequire every Why to reference a specific OKR, metric, or business case; use the objective-level mapping table in this skill
"What" descriptions are either too vague or too detailedTeam unclear on the "reminder of discussion" principle; no refinement session occurredRun a refinement session before writing the What; enforce the 1-2 paragraph limit; link to design docs for details
Acceptance criteria describe implementation stepsEngineering team wrote criteria without user-facing framingApply the "would the user care?" filter; rewrite every criterion as an observable outcome; remove API/database references
Items consistently fail the INVEST-S (Small) gateScope creep during refinement; team reluctant to split itemsPractice vertical slicing: split by user segment, by scenario, or by outcome; target items completable in 3-5 days
Backlog items lose strategic connection over timeWhy statements written once and never revisited; OKRs shift without backlog updateReview backlog alignment quarterly; update or retire items whose Why no longer connects to current objectives
Team finds WWAS format overhead compared to simple user storiesFormat adds friction without perceived value; team already has strong strategic contextUse WWAS for high-priority items and features; allow simpler formats for bugs and technical tasks; demonstrate value by showing how Why prevents wasted work
Acceptance criteria are too few or too shallowTeam rushes through refinement; criteria treated as a checkbox exerciseSet minimum of 4 acceptance criteria per item; include at least 1 edge case and 1 error state criterion

Success Criteria

  • 100% of feature backlog items include a Why statement referencing a specific business objective or OKR
  • What descriptions are 1-2 paragraphs and link to design documentation when applicable
  • Every item has at least 4 acceptance criteria focused on observable user outcomes
  • All sprint-ready items pass the full INVEST quality gate before entering a sprint
  • Stakeholders can read any backlog item's Why and confirm strategic alignment without additional context
  • Items written in WWAS format have a 30%+ lower rejection rate at sprint review compared to items without strategic context
  • Backlog alignment review occurs at least quarterly, with outdated items retired or updated

Scope & Limitations

In Scope: Writing backlog items in Why-What-Acceptance format, applying INVEST quality gates, connecting work items to strategic objectives, facilitating refinement sessions to produce WWAS items, converting existing backlog items to WWAS format, integrating with Jira for ticket creation.

Out of Scope: Situation-driven requirements (hand off to job-stories/), product ideation and opportunity discovery (hand off to discovery/brainstorm-ideas/), OKR definition (hand off to execution/brainstorm-okrs/), detailed technical specifications, sprint planning and capacity management (hand off to ../scrum-master/).

Limitations: WWAS format adds most value when the organization has clearly defined objectives (OKRs, North Star metrics). Without strategic context, the Why becomes a forced exercise with limited benefit. The format is designed for product/feature work -- purely technical debt or infrastructure items may not fit naturally. Teams transitioning from user stories may need 2-3 sprints to build fluency with the format.

Integration Points

IntegrationDirectionWhat Flows
job-stories/ComplementaryJob stories add situational context (When); WWAS adds strategic context (Why). Use both for complete requirements
summarize-meeting/Meetings -> WWASRefinement session discussions produce the What; decisions produce acceptance criteria
../jira-expert/WWAS -> JiraWWAS items become Jira tickets with structured description fields
execution/brainstorm-okrs/OKRs -> WWASTeam OKRs provide the strategic objectives that Why statements reference
execution/prioritization-frameworks/WWAS -> PrioritizationWWAS items scored via RICE or other frameworks for backlog ordering
discovery/brainstorm-ideas/Ideas -> WWASValidated ideas decompose into WWAS backlog items with strategic traceability

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.22%
按下载量换算154

Claude

29.62%
按下载量换算134

Cursor

17.86%
按下载量换算81

Gemini CLI

9.24%
按下载量换算42

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills