src/.agents/skills/analyze/SKILL.md
Perform a read-only cross-artifact consistency analysis across a numbered spec's spec, research, plan, and tasks files, surfacing duplication, ambiguity, coverage gaps, and inconsistencies before implementation continues.
npx skillsauth add tolulawson/ralph-harness analyzeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
spec.md, plan.md, and tasks.md.Identify inconsistencies, ambiguities, duplicated requirements, research-plan-task drift, coverage gaps, and unmapped tasks across the core planning artifacts before implementation proceeds.
.ralph/constitution.mdspecs/<spec-key>/spec.mdspecs/<spec-key>/research.md when presentspecs/<spec-key>/plan.mdspecs/<spec-key>/tasks.md.ralph/policy/project-policy.mdCRITICALHIGHMEDIUMLOWStop after the read-only analysis and next actions are documented.
development
Lightweight pre-review quality gate that removes common slop from changed code before handoff. Focuses on type strictness, single-responsibility boundaries, fail-fast error handling, DRY cleanup, and dead-code/workaround removal.
tools
Prepare the assigned spec worktree and local validation environment before any execution role begins.
testing
Upgrade an already-installed Ralph multi-agent runtime in the current repository from the latest tagged scaffold surface while preserving project-owned runtime files and history.
tools
Generate or update a Ralph-style project PRD in the current repository by asking a small number of high-value clarifying questions, then writing a structured PRD with epochs, bounded user stories, and verifiable acceptance criteria.