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

ring%3ausing-pm-team环%3 使用下午团队

Agent Skill

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

总安装

874

周安装

35

GitHub Stars

180

下载量

283
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ring%3ausing-pm-team(环%3 使用下午团队)
来源仓库:https://github.com/lerianstudio/ring
仓库路径:skills/ring%3Ausing-pm-team
安装命令:
npx skills add https://github.com/lerianstudio/ring --skill ring:using-pm-team
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/lerianstudio/ring --skill ring:using-pm-team

简介

用于查找、检索和筛选相关信息。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可结合来源仓库和安装命令核验具体用法。
  • 安装前建议确认权限范围及是否会触发联网或文件读写。
  • ring%3ausing-pm-team 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Using Ring Team-Product: Pre-Dev Workflow & Delivery Tracking

The ring-pm-team plugin provides 12 pre-development planning skills and 4 research agents. Use them via Skill tool: "ring:gate-name" or via slash commands.

Remember: Follow the ORCHESTRATOR principle from ring:using-ring. Dispatch pre-dev workflow to handle planning; plan thoroughly before coding.

Pre-Dev Philosophy

Before you code, you plan. Every time.

Pre-dev workflow ensures:

  • ✅ Requirements are clear (WHAT/WHY)
  • ✅ Architecture is sound (HOW)
  • ✅ APIs are contracts (boundaries)
  • ✅ Data models are explicit (entities)
  • ✅ Dependencies are known (tech choices)
  • ✅ Tasks are atomic (2-5 min each)
  • ✅ Implementation is execution, not design

Two Tracks: Choose Your Path

Small Track (5 Gates) – <2 Day Features

Use when ALL criteria met:

  • ✅ Implementation <2 days
  • ✅ No new external dependencies
  • ✅ No new data models
  • ✅ No multi-service integration
  • ✅ Uses existing architecture
  • ✅ Single developer
GateSkillOutput
0ring:pre-dev-researchresearch.md
1ring:pre-dev-prd-creationPRD.md
2ring:pre-dev-trd-creationTRD.md
3ring:pre-dev-task-breakdowntasks.md
4ring:pre-dev-delivery-planningdelivery-roadmap.md,.json

Planning time: 60-90 minutes

Large Track (10 Gates) – ≥2 Day Features

Use when ANY criteria met:

  • ❌ Implementation ≥2 days
  • ❌ New external dependencies
  • ❌ New data models/entities
  • ❌ Multi-service integration
  • ❌ New architecture patterns
  • ❌ Team collaboration needed
GateSkillOutput
0ring:pre-dev-researchresearch.md
1ring:pre-dev-prd-creationPRD.md
2ring:pre-dev-feature-mapfeature-map.md
3ring:pre-dev-trd-creationTRD.md
4ring:pre-dev-api-designAPI.md
5ring:pre-dev-data-modeldata-model.md
6ring:pre-dev-dependency-mapdependencies.md
7ring:pre-dev-task-breakdowntasks.md
8ring:pre-dev-subtask-creationsubtasks/
9ring:pre-dev-delivery-planningdelivery-roadmap.md,.json

Planning time: 2.5-5 hours

Gate Summaries

GateSkillWhat It Does
0ring:pre-dev-researchParallel research: codebase patterns, best practices, framework docs
1ring:pre-dev-prd-creationBusiness requirements (WHAT/WHY), user stories, success metrics
2ring:pre-dev-feature-mapFeature relationships, dependencies, deployment order (Large only)
3ring:pre-dev-trd-creationTechnical architecture, technology-agnostic patterns
4ring:pre-dev-api-designAPI contracts, operations, error handling (Large only)
5ring:pre-dev-data-modelEntities, relationships, ownership (Large only)
6ring:pre-dev-dependency-mapExplicit tech choices, versions, licenses (Large only)
7ring:pre-dev-task-breakdownValue-driven tasks with success criteria
8ring:pre-dev-subtask-creationZero-context 2-5 min implementation steps (Large only)
9ring:pre-dev-delivery-planningDelivery roadmap with timeline, critical path, resource allocation (MANDATORY for both tracks)

Research Agents (Gate 0)

AgentFocus
ring:repo-research-analystCodebase patterns, docs/solutions/ knowledge base
ring:best-practices-researcherWeb search, Context7 for best practices
ring:framework-docs-researcherTech stack versions, official patterns

Research Modes:

  • greenfield: Web research primary (new capability)
  • modification: Codebase research primary (extending existing)
  • integration: All agents equally weighted (connecting systems)

Delivery Status Tracking (Post-Planning)

After planning and during execution, track progress:

SkillCommandPurpose
ring:delivery-status-tracking/ring:delivery-statusEvidence-based progress analysis against delivery roadmap

What it does:

  • Scans repository (ALL branches, commits, PRs, releases)
  • Matches work to tasks (pattern + semantic analysis)
  • Calculates % completion via specialized agents
  • Identifies delays, blockers, critical path issues
  • Extracts insights (velocity, quality trends, patterns)

When to use:

  • Weekly checkpoints during execution
  • Sprint/cycle end retrospectives
  • Before stakeholder status meetings
  • When roadmap shows signs of deviation

Output: docs/pre-dev/{feature}/delivery-status-{date}.md

Using Pre-Dev Workflow

Via Slash Commands

/ring:pre-dev-feature logout-button    # Small track (5 gates)
/ring:pre-dev-full payment-system      # Large track (10 gates)

Via Skills (Manual)

Skill tool: "ring:pre-dev-prd-creation"
(Review output)
Skill tool: "ring:pre-dev-trd-creation"
(Review output)

Output Structure

docs/pre-dev/{feature}/
├── research.md        # Gate 0
├── prd.md             # Gate 1
├── feature-map.md     # Gate 2 (large only)
├── trd.md             # Gate 3
├── api-design.md      # Gate 4 (large only)
├── data-model.md      # Gate 5 (large only)
├── dependency-map.md  # Gate 6 (large only)
├── tasks.md           # Gate 7
└── subtasks/          # Gate 8 (large only)

Decision: Small or Large Track?

When in doubt: Use Large Track. Better to over-plan than discover mid-implementation that feature is larger.

You can switch: If Small Track feature grows, pause and complete Large Track gates.

Integration with Other Plugins

PluginUse For
ring:using-ring (default)ORCHESTRATOR principle for ALL tasks
ring:using-dev-teamDeveloper specialists for reviewing designs
ring:using-finops-teamRegulatory compliance planning
ring:using-tw-teamDocumentation for features

Combined with:

  • ring:execute-plan – Run tasks in batches
  • ring:write-plan – Generate plan from scratch
  • *-engineer – Specialist review of design
  • ring:requesting-code-review – Post-implementation review

ORCHESTRATOR Principle

  • You're the orchestrator – Dispatch pre-dev skills, don't plan manually
  • Don't skip gates – Each gate adds clarity
  • Don't code without planning – Plan first, code second
  • Use agents for specialist review – Dispatch engineers to review TRD

Good (ORCHESTRATOR):

"I need to plan payment system. Let me run /ring:pre-dev-full, then dispatch ring:backend-engineer-golang to review the architecture."

Bad (OPERATOR):

"I'll start coding and plan as I go."

Standards Loading (MANDATORY)

This skill is an orchestration/navigation skill for the pm-team plugin. It does NOT require WebFetch of language-specific standards.

However, when dispatching implementation agents (e.g., ring:backend-engineer-golang), those agents MUST load their respective standards via WebFetch before proceeding.


Blocker Criteria - STOP and Report

ConditionActionSeverity
No project scope or feature definedSTOP and report to userCRITICAL
User requests to skip all planningSTOP and report - planning is mandatoryCRITICAL
PRD/TRD already exists but user wants to start overSTOP and confirm user intentHIGH
Unclear whether Small or Large Track appliesSTOP and ask clarifying questionsMEDIUM
Missing prerequisite gate artifactsSTOP and complete previous gate firstHIGH

Cannot Be Overridden

These requirements are NON-NEGOTIABLE:

  • MUST use ORCHESTRATOR principle - dispatch skills, don't plan manually
  • MUST complete gates in sequence - CANNOT skip gates
  • MUST validate gate outputs before proceeding to next gate
  • MUST create planning artifacts before implementation
  • MUST use Large Track when feature exceeds Small Track criteria
  • CANNOT proceed to implementation without completing mandatory gates

Severity Calibration

SeverityDefinitionExample
CRITICALBlocks all progress, fundamental violationAttempting to code without any planning artifacts
HIGHSignificant risk, must address before continuingSkipping a mandatory gate in the workflow
MEDIUMQuality impact, should address soonChoosing wrong track (Small vs Large)
LOWMinor issue, track for improvementIncomplete gate documentation

Pressure Resistance

User SaysYour Response
"Skip planning, just start coding""Cannot proceed. Planning prevents 10x rework cost. I'll start with ring:pre-dev-research to gather context first."
"We don't need PRD, requirements are obvious""Cannot skip PRD. 'Obvious' requirements cause scope creep. I'll create a focused PRD documenting what we're building and why."
"Use Small Track, we're in a hurry""Cannot compromise on track selection. If feature meets Large Track criteria, I MUST use Large Track. Shortcuts now = rework later."
"Skip research, we know the codebase""Cannot skip Gate 0. Research validates assumptions and finds existing patterns. Takes 30 mins, saves hours of reinvention."
"Just give me tasks, skip the architecture""Cannot skip TRD. Architecture decisions affect all tasks. I'll create TRD first to ensure tasks are correctly scoped."

Anti-Rationalization

RationalizationWhy It's WRONGRequired Action
"This feature is simple, skip planning"Simple features still have requirements and architectureUse at minimum Small Track (5 gates)
"We already know what to build"Knowing ≠ documenting. Documentation prevents driftCreate PRD regardless of certainty
"Planning slows us down"Unplanned work slows down 10x more during implementationComplete all gates in sequence
"I can plan in my head while coding"Mental planning isn't verifiable or shareableCreate written artifacts for each gate
"Previous similar feature didn't need this"Each feature is independent. Past shortcuts don't justify current onesEvaluate each feature independently
"User is experienced, they know what they want"Experience doesn't replace systematic planningFollow the workflow regardless

When This Skill Is Not Needed

  • Quick exploratory work where ring:brainstorming suffices
  • Bug fix with known solution requiring no design changes
  • Trivial changes that take less than 1 hour
  • Documentation-only updates
  • Configuration changes with no code impact
  • Direct implementation after planning is already complete (use ring:executing-plans or ring:dev-cycle instead)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

37.88%
按下载量换算107

Claude

28.61%
按下载量换算81

Cursor

20.02%
按下载量换算57

Gemini CLI

10.06%
按下载量换算28

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills