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

beo-planning贝奥规划

Agent Skill

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

总安装

470

周安装

20

GitHub Stars

1

下载量

165
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/minhtri2710/skills --skill beo-planning

简介

将锁定决策转化为可执行的当前 phase 分解计划。

  • 回答两个核心问题:整体功能形态与最小验证单元。
  • 依赖 prior learnings 与 critical-patterns 作为输入依据。
  • 禁止跳过研究直接进入 bead 分解,须先完成架构设计。
  • beo-planning 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

See ../reference/references/shared-hard-gates.md § Shared References Convention.

Beo Planning

Overview

Planning turns locked decisions in CONTEXT.md into an execution-ready current phase. It should answer two questions in order:

  1. what is the right whole-feature shape?
  2. what is the smallest current phase we should validate next?

Core principle: do not jump from research straight to beads. First shape the feature, then define the current phase, then decompose that phase only.

Hard Gates

Default Planning Loop

  1. confirm CONTEXT.md exists and decisions are truly locked
  2. retrieve prior learnings and critical patterns
  3. run focused discovery and write discovery.md
  4. write approach.md
  5. decide single-phase vs multi-phase
  6. write plan.md
  7. if multi-phase, write phase-plan.md, enter the paused planning state awaiting-planning-approval, and get explicit user approval for the phase sequence and selected current phase before validation handoff
  8. define the current phase in phase-contract.md
  9. map the current phase in story-map.md
  10. create and verify beads for the current phase only
  11. hand off to beo-validating

Load the specific planning reference you need:

  • references/planning-prerequisites.md for prerequisites, learnings, and planning mode
  • references/artifact-writing-guide.md for artifact writing, approval, and high-stakes review
  • references/bead-ops.md for bead creation, wiring, and epic updates
  • references/planning-state-and-cleanup.md for state updates, replanning cleanup, and checkpointing
  • ../reference/references/communication-standard.md for inter-skill message formatting when writing handoff messages Read references/discovery-reference.md when beginning the discovery phase (step 3) to structure codebase analysis. Read references/bead-ops.md when creating beads (after story-map.md is written) to ensure correct bead structure, dotted ID format, and dependency wiring.

Planning Modes

Use the simplest mode that keeps execution safe and understandable.

  • single-phase — one believable closed loop, usually 1-4 stories.
  • multi-phase — feature unfolds across 2+ meaningful capability slices.

See references/planning-prerequisites.md § 3. Decide Planning Mode for the full decision criteria.

phase-plan.md is the whole-feature sequence for multi-phase work. phase-contract.md and story-map.md always describe the current phase only.

Required Artifacts and Their Roles

Artifacts: discovery.md, approach.md, plan.md, phase-plan.md (multi-phase only), phase-contract.md, story-map.md, task beads.

See references/artifact-writing-guide.md sections 4-7 for write order, artifact roles, and required fields. Use the corresponding templates: references/discovery-reference.md, references/approach-template.md, references/plan-template.md, references/phase-plan-template.md, references/phase-contract-template.md, references/story-map-template.md, references/bead-ops.md.

Learnings Retrieval

This step is mandatory before discovery.

Use ../reference/references/learnings-read-protocol.md for the canonical read flow. See references/planning-prerequisites.md section 2 for how learnings must influence planning artifacts.

If no relevant learnings exist, record that explicitly rather than implying the step was skipped.

Discovery and Approach

discovery.md gathers evidence. approach.md turns that evidence into a decision.

approach.md must exist before any current-phase artifacts are written. See references/artifact-writing-guide.md section 5 for the required fields and self-check.

If approach.md is weak, do not compensate by stuffing extra detail into plan.md. Fix approach.md first.

Multi-Phase Approval

If planning mode is multi-phase, the user must explicitly approve the phase sequence and current-phase selection before validation handoff.

Use the canonical approval rule from ../reference/references/approval-gates.md and the exact prompt shape and approval/rejection flow in references/artifact-writing-guide.md section 8.

Until that approval is granted, treat the feature as paused in awaiting-planning-approval, not ready-to-validate.

Current-Phase Definition

Before bead creation, define the current phase as a closed loop. Both phase-contract.md and story-map.md are required, and both describe the current phase only.

See references/artifact-writing-guide.md section 9 for required fields, and use references/phase-contract-template.md and references/story-map-template.md for structure.

If the exit state in phase-contract.md is vague, fix the contract instead of pushing uncertainty into bead descriptions. If stories in story-map.md do not clearly support the phase exit state, fix the story map before creating beads.

Bead Creation Rules

Only create beads after phase-contract.md and story-map.md are real and coherent.

Use references/bead-ops.md section 11 for the exact create / write / wire / validate sequence. Use references/bead-ops.md for decomposition rules and the bead quality checklist.

After creation, read every bead back and verify it passes the quality checklist in references/bead-ops.md. Key checks: concrete verification criteria, believable worker-sized scope, explicit file-overlap sequencing, and no premature future-phase stubs. Prefer durable invariants ("all relevant tests pass") over hardcoded counts in exit criteria.

After wiring dependencies, run br dep cycles --json to confirm the graph is still acyclic.

High-Stakes Review

For HIGH-stakes work — core architecture, auth, data model changes, large blast radius, or multiple HIGH-risk components — use references/artifact-writing-guide.md section 10 for the multi-perspective review before handoff.

Do not inflate ordinary work to HIGH by default. Risk labels should reflect real blast radius and uncertainty.

When artifacts depend on external package or tool versions, verify the versions against the authoritative package registry or source of truth rather than trusting agent-reported version numbers.

Handoff

After current-phase artifacts are written and beads are verified:

  1. write .beads/STATE.json using ../reference/references/state-and-handoff-protocol.md
  2. include planning-aware fields (planning_mode, has_phase_plan, current_phase, total_phases, phase_name) when known
  3. announce handoff to beo-validating

Validation always approves execution readiness for the current phase only. If later phases remain, current-phase completion is not whole-feature completion.

Write .beads/HANDOFF.json only when the context budget requires a checkpoint or the session must pause.

Quick Mode

When CONTEXT.md classifies the feature as Quick (see ../reference/references/pipeline-contracts.md § State Routing Table > Quick-Scope Definition), planning uses an abbreviated flow:

  • Skip parallel discovery; do a quick single-pass review of affected files
  • Write abbreviated artifacts (approach + tasks in plan.md, single-story story-map.md, minimal phase-contract.md)
  • The hard gate requiring phase-contract.md and story-map.md still applies — Quick mode writes abbreviated versions, it does not skip them
  • Skip the formal multi-perspective review

See references/bead-ops.md § Quick Mode for the exact abbreviated sequence.

Replanning and Phase Advancement

When planning re-enters after a scope change or completed phase, stale artifacts and state fields must be cleaned up before new planning proceeds. Prior approval is always invalidated when the phase structure or execution scope changes.

Use references/planning-state-and-cleanup.md section 14 for the exact cleanup sequence, trigger conditions, and hard rules.

Context Budget

Follow ../reference/references/shared-hard-gates.md § Context Budget Protocol. Skill-specific checkpoint items: planning mode, current-phase selection, artifact completeness, and any ready beads already created.

Red Flags & Anti-Patterns

Guard against plan-to-task shortcuts, vague exit states, and bead descriptions that would force workers to improvise. The inline rules above are the source of truth.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.2%
按下载量换算61

Claude

27.97%
按下载量换算46

Cursor

18.87%
按下载量换算31

Gemini CLI

9.12%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills