ralphex-adopt

Solid

Convert 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,205 stars 95 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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
4 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category