Skip to main content

hivefiver-ralph-tasking

Convert HiveFiver plans and TODO state into Ralph PRD JSON and beads graphs with enriched related entities and anti-pattern validation.

설치로 이동

소스 정보

저장소
LongLeo287/OmniClaw
최근 소스 활동
2026년 4월 11일 23:12
감지된 SKILL.md 언어
영어
스타
7
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
5 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
hivefiver_ralph_tasking
description
Convert HiveFiver plans and TODO state into Ralph PRD JSON and beads graphs with enriched related entities and anti-pattern validation.
# HiveFiver Ralph Tasking Use this skill when output must be executable by Ralph tooling. ## Workflow 1. Build PRD user stories from distilled spec. 2. Merge TODO/task nodes into story traceability map. 3. Export flat-root `tasks/prd.json`. 4. Build beads dependency mapping. 5. Validate anti-patterns and dependency integrity. ## Loop Integrations - `ralph-tui-prd` - `ralph-tui-create-json` - `ralph-tui-create-beads` - optional iterative `ralph-loop` validation ## Validation Rules - root must include `name` + `userStories` - reject wrapper roots (`prd`) - reject legacy root key (`tasks`) - require deterministic user story IDs/order - preserve related entity links: - `workflow_id` - `requirement_node_id` - `mcp_provider_id` - `export_id` ## References - `references/prd-json-rules.md` ## Template - `templates/prd-json-flat.md` ## Scripts - `scripts/validate-prd-json.mjs` - `scripts/todo-to-prd-json.mjs`
GitHub에서 보기