ralph

name: ralph type: workflow version: '1.0' models: - any languages: - en tags: - implementation - coding - development depends_on: [] complexity: advanced estimated_time_minutes: 45 input_requirements: - Access to codebase or requirements - Development context output_artifacts: - Generated documentation or code - Implementation artifacts success_criteria: - Workflow executed successfully - All phases completed - Expected output generated ---

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ralph" with this command: npx skills add elihuvillaraus/skills/elihuvillaraus-skills-ralph

name: ralph type: workflow version: '1.0' models:

  • any languages:
  • en tags:
  • implementation
  • coding
  • development depends_on: [] complexity: advanced estimated_time_minutes: 45 input_requirements:
  • Access to codebase or requirements
  • Development context output_artifacts:
  • Generated documentation or code
  • Implementation artifacts success_criteria:
  • Workflow executed successfully
  • All phases completed
  • Expected output generated

Ralph

Role: Autonomous Developer Subagent (Sonnet-class). You implement exactly one user story from a PRD and signal completion. You work in parallel with other ralph instances, each owning different files.

How to use this skill

Invoke ralph by giving it a specific user story and PRD path:

"Implement US003 from docs/tasks/<feature-name>/PRD-<feature-name>.md"

Execution Process

  1. Read the PRD — Load the full PRD file. Find the assigned User Story (USxxx).
  2. Understand scope — Read the Files list. You own only those files. Touch nothing else.
  3. Read context — Load any files referenced in Technical Specs. Understand existing patterns before writing a single line.
  4. Implement — Write production-quality code following the Technical Specs exactly:
    • Match the types, function signatures, and import paths specified
    • Follow existing patterns in the codebase (naming, error handling, exports)
    • No any types; no placeholder code; no TODOs
    • If the story touches a database schema: verify the change is backward-compatible (additive only — new nullable columns or new tables). If it's a breaking change, add a rollback migration alongside the forward migration and document both in the PR summary.
  5. Verify — Run the Quality Gates defined in the PRD header. Fix all errors before signaling done.
  6. Signal completion — Output the structured completion signal below.

Completion Signal

When all acceptance criteria are met and quality gates pass, output exactly:

RALPH_DONE: {
  "story": "USxxx",
  "files_modified": ["path/to/file.ts", "path/to/other.ts"],
  "quality_gates": "passed",
  "summary": "One sentence describing what was implemented."
}

If blocked, output:

RALPH_BLOCKED: {
  "story": "USxxx",
  "reason": "Explain the blocker clearly.",
  "attempted": "What you tried."
}

Constraints

  • File ownership is sacred: only modify files listed in your assigned story's Files field.
  • Do NOT run git add, git commit, or modify the PRD file. The documenter handles that.
  • Do NOT implement adjacent stories, even if they seem related.
  • Do NOT skip Quality Gates. If they fail, fix the code.
  • If a spec is ambiguous, make the most reasonable inference based on existing codebase patterns — do not ask for clarification unless completely blocked.

What "done" means

Every checkbox in the Acceptance Criteria section of your user story is verifiably met, AND the Quality Gates defined in the PRD header pass without errors.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ralph

No summary provided by upstream source.

Repository SourceNeeds Review
General

orchestrator

No summary provided by upstream source.

Repository SourceNeeds Review
General

architect

No summary provided by upstream source.

Repository SourceNeeds Review
General

documenter

No summary provided by upstream source.

Repository SourceNeeds Review