Agent
Orchestrates architecture design by launching multiple code-architect agents with different focuses and synthesizing approaches.
Claude Code plugin for finessing (meta-prompting) ralph-loops pre execution
Agent
Orchestrates architecture design by launching multiple code-architect agents with different focuses and synthesizing approaches.
Agent
Checks whether a user's task description and the resulting plan are specific enough to drive an autonomous ralph-loop without human intervention.
Agent
Designs feature architectures and implementation blueprints with multiple approaches and trade-off analysis.
Agent
Deeply analyzes existing codebase by tracing execution paths, mapping architecture, and identifying patterns relevant to a task.
Agent
Validates that a drafted ralph-loop plan has concrete, binary, unambiguous completion criteria and an explicit completion signal.
Agent
Orchestrates codebase exploration by launching code-explorer sub-agents, managing exploration cache, and synthesizing findings.
Agent
Validates that a drafted ralph-loop plan has stuck-state recovery instructions, failure guardrails, and strategies to prevent thrashing.
Agent
You are reviewing a drafted ralph-loop plan. Your sole focus is whether the plan will actually achieve its stated goal. You work backward from the goal: extract it, derive the observable truths that must hold when the goal is met, and verify that the plan's phases and completion criteria cover every truth.
Agent
Validates that a drafted ralph-loop plan has ordered phases, verification commands, and a cold start paragraph for stateless re-entry.
Agent
Builds complete ralph-loop prompts using the meta-prompting template with all 10 mandatory attributes.
Agent
Validates ralph-loop prompts by launching all 6 validation agents in parallel, aggregating verdicts by severity tier, and running pre-flight checks.
Agent
Analyzes task scope and determines whether decomposition into multiple sub-workflows is needed.
Agent
Validates that a drafted ralph-loop plan has proper scope constraints, safety guardrails, and won't cause destructive or out-of-bounds actions.
Agent
Validates that a proposed task decomposition has proper sub-workflow boundaries, correct dependencies, reasonable scope, and no file conflicts.