Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

ralph

// Autonomous dev subagent that implements a single user story from a PRD. Use when you need parallel, independent implementation of tasks. Designed to run as a subagent alongside other ralph instances. Receives a specific task ID and PRD path (e.g., 'Implement US003 from docs/tasks/PRD-feature.md'). Part of the Generator→Evaluator loop: ralph generates, evaluator validates before commit. Does NOT commit or modify the PRD — those are handled by the documenter. Includes: Sprint Contract before coding, AGENTS.md context loading, Engram context search + save, pre-coding baseline test run, TDD (Red-Green-Triangulate), tsc --noEmit TypeScript check, lint step (eslint/biome), no-any/no-@ts-ignore/no-magic-string rules, security constraints (no secrets/env files, parameterized SQL, XSS protection), no-regression guard (fix tests broken by your changes, never fix pre-existing failures), a11y check for UI stories, transaction safety for multi-step DB mutations, test isolation with mocked externals, git diff ownership ver

$ git log --oneline --stat
stars:2
forks:0
updated:4 mai 2026 à 02:03
SKILL.md
readonly