Use only when the user explicitly invokes `$ralph-specum`, requests Ralph Specum in Codex, asks Ralph Specum to handle a named phase, or explicitly requests autonomous or quick mode or continuation without pauses.
npx skills add https://github.com/tzachbon/smart-ralph --skill ralph-specum
Use this as the primary Codex surface for Ralph Specum. It carries the full reusable workflow and can handle the entire command surface directly when helper skills are not installed.
references/workflow.md for the phase flow, branch and worktree behavior, quick mode, and command routingreferences/state-contract.md for .ralph-state.json, .progress.md, commit rules, and resume semanticsreferences/path-resolution.md for specs_dirs, .current-spec, ambiguity handling, and default directory behaviorreferences/parity-matrix.md for Claude-to-Codex feature translation and command mappingscripts/resolve_spec_paths.py for spec roots, current spec, and unique or ambiguous name resolutionscripts/merge_state.py for safe top-level state mergesscripts/count_tasks.py for task counts and next incomplete taskassets/templates/ for the canonical Ralph markdown file shapesassets/bootstrap/ when the user wants optional project-local Codex guidanceHandle these intents directly:
| Intent | Action |
|--------|--------|
| Start, new, resume, quick mode | Follow the start flow in references/workflow.md |
| Triage | Delegate to triage-analyst sub-agent to decompose into epic and specs |
| Research | Delegate to research-analyst sub-agent to write research.md |
| Requirements | Delegate to product-manager sub-agent to write requirements.md |
| Design | Delegate to architect-reviewer sub-agent to write design.md |
| Tasks | Delegate to task-planner sub-agent to write tasks.md |
| Implement | Delegate each task to spec-executor sub-agent until complete or blocked |
| Status | Show active spec, backlog state, and per-root listing |
| Switch | Update .current-spec only |
| Cancel | Stop execution and clean up state, confirm before destructive delete |
| Index | Generate specs/.index/ component and external specs |
| Refactor | Delegate to refactor-specialist sub-agent to update spec files |
| Feedback | Open or draft GitHub feedback |
| Help | Summarize the surface and next commands |
If the corresponding helper skill is installed and the user invoked it explicitly, keep behavior aligned with that helper. If not, perform the action here.
.claude/ralph-specum.local.md as the settings source when present../specs when no valid config exists..current-spec in the default specs root.source, name, basePath, phase, taskIndex, totalTasks, taskIteration, maxTaskIterations, globalIteration, maxGlobalIterations, commitSpec, and relatedSpecs.awaitingApproval, quickMode, granularity, epicName, discoveredSkills, and native task sync metadata..progress.md after every phase and after every implementation attempt.10. Honor the Commit line in tasks during implementation unless the user explicitly disables task commits.
11. Use branch creation or worktree creation when the user asks for branch isolation or the repo policy requires it.
12. Enter quick mode only when the user explicitly asks Ralph to be autonomous, do it quickly, or continue without pauses.
13. In quick mode, generate missing artifacts, default task granularity to fine when unset, and continue into implementation in the same session.
After completing any phase artifact (research, requirements, design, tasks), you MUST:
The ONLY exception is --quick mode. Without --quick, you MUST NOT auto-continue to the next phase. This is non-negotiable.
research.md, requirements.md, design.md, tasks.md, or refactored spec files outside quick mode:approve current artifactrequest changescontinue to <named next step>continue to <named next step> as approval of the current artifact and permission to proceed.start or new, summarize the resolved spec and stop unless the user explicitly asked for quick or autonomous flow. The next choice should point to continue to research.specs/.current-epic and per-epic state in specs/_epics/<epic-name>/.[P] markers for safe parallel work and [VERIFY] checkpoints for explicit quality validation.Bootstrap project-local files only when the user wants them.
Suggested bootstrap files:
assets/bootstrap/AGENTS.md to give a consumer repo local Ralph guidanceassets/bootstrap/ralph-specum.local.md to seed local settingsDo not bootstrap by default. Installation into $CODEX_HOME/skills is enough.
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take tzachbon/ralph-specum from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.