beo-reference
Original:🇺🇸 English
Translated
Use whenever a beo skill needs the canonical br/bv CLI command reference, status mapping, artifact protocol, slug handling, handoff/state format, approval rules, dependency reconciliation, or other shared workflow lookup tables. Load alongside any beo skill that references shared protocols. If a beo skill says "use the canonical rule" or points to a shared reference, use this skill.
15installs
Sourceminhtri2710/skills
Added on
NPX Install
npx skill4agent add minhtri2710/skills beo-referenceTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Beo Reference
Complete reference for the CLI-driven beo workflow. Load this skill when another beo skill says "see beo-reference" or when you need lookup tables for status mapping, artifact protocol, or CLI commands.
This skill is the canonical source for shared beo workflow conventions. When another beo skill and a shared protocol seem to disagree, reconcile against the reference files here rather than inventing a hybrid rule.
Source of Truth Rule
Use this reference layer as the maintenance anchor for shared beo behavior.
- update shared protocol docs here before or alongside dependent skill summaries
- when a skill body and a shared protocol disagree, the shared protocol wins
- keep high-risk shared concepts centralized here: approval rules, status mapping, state/handoff shape, slug safety, artifact semantics, dependency conventions
- dependent skills should summarize these rules, not fork them
Default Use Rule
Load whenever another beo skill:
beo-reference- says to use the canonical rule
- points to a shared protocol or lookup table
- depends on status mapping, slug safety, approval gates, handoff format, or artifact semantics
Quick Routing Guide
- Need exact syntax ->
brreferences/br-cli-reference.md - Need exact syntax ->
bvreferences/bv-cli-reference.md - Need approval behavior ->
references/approval-gates.md - Need /
STATE.mdshape ->HANDOFF.jsonreferences/state-and-handoff-protocol.md - Need task or epic status interpretation ->
references/status-mapping.md - Need artifact storage or read/write protocol ->
references/artifact-protocol.md - Need slug preservation or artifact path safety ->
references/slug-protocol.md - Need dependency or scheduling rules ->
references/dependency-and-scheduling.md
Planning-Aware Notes
The shared references now distinguish between:
- as the strategy artifact
approach.md - as the optional whole-feature sequencing artifact for multi-phase work
phase-plan.md - and
phase-contract.mdas current-phase artifactsstory-map.md
When a feature is multi-phase, use the shared references to avoid treating current-phase artifacts as whole-feature artifacts.
Quick Navigation
| Need | Reference File |
|---|---|
| Run a br command | |
| Run a bv command | |
| Map task status to br commands | |
| Read/write task artifacts | |
| Use canonical Markdown templates for bead descriptions | |
| Preserve and recover feature slugs | |
| Read/write STATE.md and HANDOFF.json safely | |
| Read prior learnings before planning/debugging/validation | |
| Apply canonical human approval rules | |
| Sync dependencies or check scheduling | |
| Integrate with knowledge store | |
| Locate pipeline artifacts and state files | |
| State routing, HANDOFF schema, label lifecycle, task enumeration | |