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

shape-up塑造

Agent Skill

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

总安装

192

周安装

8

GitHub Stars

1

下载量

64
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/synapseradio/ai-skills --skill shape-up

简介

shape-up 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于项目规划、目标拆解或迭代节奏设计等敏捷开发相关研究检索任务场景。
  • 通过关键词、任务描述或来源线索触发检索,返回结构化候选信息供进一步核验。
  • 安装命令为 npx skills add https://github.com/synapseradio/ai-skills --skill shape-up。
  • 使用前建议确认权限范围、维护状态,以及是否会触发联网或文件读写操作。

SKILL.md

Shape Up

Drive a structured elicitation conversation, then produce a shaped specification as a plan-mode artifact. The conversation surfaces intent; the artifact encodes it for implementation.

Influenced by Shape Up (Basecamp/Ryan Singer): appetite-first framing, solution at element level, explicit rabbit holes and no-gos. The output is a pitch — rough, solved, and bounded — not an exhaustive SRS.

Two Phases

Track progress through elicitation, gate check, and specification using available task tracking tools.

Phase 1 — Elicitation. Open-ended dialogue where Claude drives — synthesizing, probing, illustrating with inline diagrams, and using AskUserQuestion for structured trade-off decisions. Surfaces six elements through natural conversation following the shaping process: set boundaries, find elements, address risks, converge.

Phase 2 — Specification. Enter plan mode and write the shaped spec as the plan file. Nothing from Phase 1 survives as conversational residue. The artifact stands alone.

Context Loading

Load references only when the current phase needs them.

PhaseLoadDo NOT Load
Elicitation (opening)references/elicitation-guide.mdall others
Elicitation (after first exchange)references/audience-adaptation.mdgate-checklist, spec-production
Elicitation (complex/vague problems)references/shaping-techniques.mdgate-checklist, spec-production
Elicitation (entities emerge)references/domain-modeling.mdgate-checklist, spec-production
Gate checkreferences/gate-checklist.mdelicitation-guide, spec-production
Specificationreferences/spec-production.mdelicitation-guide, gate-checklist

Multiple elicitation references can be loaded concurrently as the conversation evolves. Only load what the conversation actually needs.

Phase 1: Elicitation

Load references/elicitation-guide.md and follow its protocol.

The elicitation conversation surfaces six elements:

  1. Problem — one specific story showing the broken status quo. Who is affected, what happens today without this system.
  2. Appetite — time budget and what it implies about scope. Not an estimate — a deliberate choice about how much this is worth.
  3. Solution — named elements with responsibilities. Key interaction flows at fat-marker level — concrete enough to build from, rough enough to leave room.
  4. Rabbit Holes — specific risks identified and patched with upfront decisions. Technical unknowns flagged for spikes.
  5. No-Gos — explicit exclusions that prevent scope creep during building. Sharper than "out of scope."
  6. Boundaries — non-functional constraints, must-haves vs. nice-to-haves, success criteria measured against the baseline.

Stakeholders emerge naturally within Problem. Domain loads on-demand via references/domain-modeling.md for complex problems. Acceptance criteria are embedded in Boundaries as success vs. baseline.

Audience calibration

After the first substantive exchange, load references/audience-adaptation.md. Detect whether the user is a customer, engineer, or PM from their language and framing — not from their title. Adapt vocabulary, visualization style, and emphasis accordingly. Re-calibrate when signals shift.

Shaping flow

  1. Opening — understand the raw idea: what is broken, who cares, what prompted this
  2. Set boundaries — surface appetite and no-gos early. The appetite constrains everything downstream.
  3. Find the elements — named components and interaction flows, not feature lists. Load references/shaping-techniques.md for complex or vague problems.
  4. Address risks — actively probe for rabbit holes. Load references/domain-modeling.md when entities and invariants emerge.
  5. Converge — notice when questions stop producing new information. State this observation explicitly.

Exit conditions

Apply all three, in order:

  1. Convergence detection. Notice when answers confirm rather than add. State this observation explicitly.
  2. Gate check. Load references/gate-checklist.md. Validate every gate. Present pass/fail to the user.
  3. Explicit approval. Halt and request confirmation before producing the spec. Never proceed without the user's "go."

Phase 2: Specification

Load references/spec-production.md.

Before entering plan mode, ask the user: "Where should this spec be saved?" Record the target path.

Enter plan mode. Write the plan file with an execution preamble (target path and action instruction) followed by the spec content. The plan must be self-contained — a fresh session reads it and knows exactly what to do with no elicitation context.

Exit plan mode for user review.

Scaling

  • Small feature: Problem + Appetite + Solution + No-Gos. Light Boundaries. Skip Domain.
  • Medium project: Full template.
  • Large system: Full template with solution elements grouped by area.

Rules

  1. Elicitation is a conversation, not a form. Explore, reflect, let the user correct. Do not interrogate with an element checklist.
  2. Never produce the spec without explicit approval. Gate checklist is necessary but not sufficient. The user's confirmation is the hard stop.
  3. Claude drives. Synthesize, propose, probe. Not "what else?" but "Based on X, I think Y — is that right?"
  4. Conversation content is ephemeral. Explanations, diagrams, AskUserQuestion interactions do NOT appear in the spec artifact.
  5. Adapt to the audience, not the role. Detect from language, re-calibrate when signals shift.
  6. Do not solve during elicitation. Surface elements and flows, not architecture. "Handle 10K users" is a boundary. "Use Redis" is a solution.
  7. Make the implicit explicit. Name implied requirements: "That implies authentication — should we include it or is that a rabbit hole?"
  8. Use AskUserQuestion only for structured trade-offs. Appetite sizing, priority resolution, boundary decisions, risk patching.
  9. Appetite before solution. Always surface how much this is worth before exploring what to build.

Additional Resources

Reference Files

  • references/elicitation-guide.md — Conversation protocol for Phase 1: opening questions, six elements, visualization patterns, convergence detection, anti-patterns
  • references/audience-adaptation.md — Detecting customer vs. engineer vs. PM from language; adapting vocabulary and emphasis
  • references/shaping-techniques.md — Decomposition and probing techniques: outcome backward, day-in-the-life, breadboarding, rabbit hole surfacing, and more
  • references/gate-checklist.md — Eight gates validating elicitation completeness before specification production
  • references/spec-production.md — Pitch-style spec template, section-by-section production instructions, scaling guidance
  • references/domain-modeling.md — Lightweight domain modeling through conversation: entities, relationships, invariants

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.94%
按下载量换算22

Claude

28.94%
按下载量换算19

Cursor

16.49%
按下载量换算11

Gemini CLI

9.95%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills