ralphex-adopt
FeaturedConvert plans from various source formats (OpenSpec, spec-kit, GitHub/GitLab issues with checklists, generic task-lists, free-form markdown) into ralphex-format plans in docs/plans/. Triggers on "ralphex-adopt", "adopt plan", "convert plan to ralphex", "import plan as ralphex".
Code & Development 1,446 stars
119 forks Updated yesterday MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# ralphex-adopt - Convert Plans Into ralphex Format
**SCOPE**: Read a source plan in some other format and produce a new ralphex-format plan at `docs/plans/YYYYMMDD-<slug>.md`. The source is never modified. Existing target files are never silently overwritten.
Supported source shapes:
- **OpenSpec change**: directory containing `proposal.md`, `tasks.md`, optional `specs/**/spec.md`
- **spec-kit spec**: directory or file with spec/plan/tasks separation
- **GitHub or GitLab issue**: URL, `#N`, or `owner/repo#N` with body that contains a task checklist
- **Generic task-list**: any structured markdown/text with headings and bullet items
- **Free-form markdown**: prose brain dump with no fixed structure
This is a single-skill conversion: discover, classify, ask focused questions when in doubt, draft, review, write. Do not modify code, do not run tests, do not commit. Output is the new plan file only.
## Step 0: Optional CLI Check
This check is **informational only**. Missing ralphex CLI must NOT break the flow — conversion does not require it. Do NOT block, exit, prompt the user, or wait for installation. Always continue to Step 1 regardless of the result.
```bash
which ralphex
```
If `which ralphex` returns non-zero, briefly mention that ralphex is needed to execute the converted plan later (not now), list install options once, and continue immediately:
- **macOS (Homebrew)**: `brew install umputun/apps/ralphex`
- **Linux (Debian/Ubuntu)**: download `.deb` from https://g...
Details
- Author
- umputun
- Repository
- umputun/ralphex
- Created
- 7 months ago
- Last Updated
- yesterday
- Language
- Go
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ralphex
Run ralphex autonomous plan execution with progress monitoring
1,446 Updated yesterday
umputun AI & Automation Solid
ralphex-plan
Create structured implementation plan in docs/plans/
1,446 Updated yesterday
umputun Code & Development Listed
plan-ralphex
Create an implementation plan for a new feature, refactor, or fix. Guides an interactive design discussion and produces a structured plan document.
0 Updated 3 days ago
AnotherSava