ralph-tui-create-beads-rust
Convert PRDs Into Ralph TUI Beads
Large PRDs are difficult to turn into executable ralph-tui work. This skill converts PRD stories into beads with dependencies and quality gates.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "ralph-tui-create-beads-rust" from https://skillstore.io/skills/subsy-ralph-tui-create-beads-rust.md and its manifest at https://skillstore.io/api/skills/subsy-ralph-tui-create-beads-rust/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "ralph-tui-create-beads-rust". A PRD with one epic, three stories, and typecheck and lint gates.
Expected outcome:
- Epic bead for the feature.
- Three child beads with acceptance criteria.
- Dependencies from database work to backend work to UI work.
- Sync reminder for bead export.
Using "ralph-tui-create-beads-rust". A large dashboard PRD with broad user stories.
Expected outcome:
- Smaller story beads for schema, queries, components, filters, and summary views.
- Quality gates attached to every story.
- Dependency links that prevent UI work before backend work.
Using "ralph-tui-create-beads-rust". A PRD without a quality gates section.
Expected outcome:
A clarification request for required validation commands, followed by a conservative default plan when the user approves.
Security Audit
High RiskMost static detections are false positives caused by Markdown backticks and fenced examples, not executable Ruby backtick usage. The real risk is the skill's actionable br command construction, where PRD-derived text is placed into shell command substitutions with a fixed heredoc delimiter. No prompt injection attempt was found in the reviewed SKILL.md content.
Confirmed security concerns (2)
Capability review items (8)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (50)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/subsy-ralph-tui-create-beads-rust/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/subsy-ralph-tui-create-beads-rust?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/subsy-ralph-tui-create-beads-rust?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/subsy-ralph-tui-create-beads-rust/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/subsy-ralph-tui-create-beads-rust.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
subsy. (2026). ralph-tui-create-beads-rust security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/subsy-ralph-tui-create-beads-rust/audits/5BibTeX citation
@techreport{subsy-subsy-ralph-tui-create-beads-rust-2026,
author = {subsy},
title = {ralph-tui-create-beads-rust security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/subsy-ralph-tui-create-beads-rust/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "ralph-tui-create-beads-rust security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "subsy"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/subsy-ralph-tui-create-beads-rust/audits/5"
identifiers:
- type: other
value: "skillstore:subsy-ralph-tui-create-beads-rust:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Prepare PRD Execution
Turn a product requirements document into ordered beads that ralph-tui can execute with clear acceptance criteria.
Plan Agent-Sized Stories
Break broad features into small implementation tasks that fit one autonomous coding iteration.
Add Quality Gates
Carry test, lint, typecheck, and browser verification requirements into each generated bead.
Try These Prompts
Use this skill to convert ./tasks/billing-prd.md into beads-rust tasks. Preserve the PRD quality gates and show the planned dependency order first.
Review this PRD and split any oversized user stories before creating beads. Keep each story small enough for one ralph-tui iteration.
Convert this PRD into br beads. Add npm run typecheck, npm run lint, and browser verification to every relevant acceptance checklist.
Create a beads-rust epic from this PRD and make dependencies explicit. Order schema work first, backend work second, and UI work last.
Best Practices
- Review the PRD for sensitive details before generating beads.
- Confirm quality gates before creating child tasks.
- Inspect generated dependency order before running ralph-tui.
Avoid
- Do not convert vague acceptance criteria without clarification.
- Do not create one bead for a full multi-area feature.
- Do not run generated shell commands without reviewing embedded PRD text.