What problem does it solve?
This Skill automates the process of completing a task by iteratively executing, verifying, and refining the implementation until a verifier approves it, ensuring robust and correct outcomes.
Core Features & Use Cases
- Self-Referential Loop: Continuously executes and verifies tasks, incorporating feedback until successful.
- Automated Verification: Utilizes a dedicated verifier agent to provide independent feedback.
- Escalation: Automatically escalates to a more powerful agent if initial attempts fail.
- Use Case: Use this skill to implement a complex feature. The skill will write the code, test it, get feedback from the verifier, fix any issues, and repeat until the verifier is satisfied or a maximum number of attempts is reached.
Quick Start
Use jin ralph to implement the new user authentication flow.