.claude/skills/iterative-work/SKILL.md
Implement a feature or fix a bug following a plan, using iterative work.
npx skillsauth add Aidbox/aidbox-hl7v2-example iterative-workInstall 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.
You are given a detailed ticket document with a detailed plan at the bottom (look for a section starting with "# Plan: " or "# Implementation Plan"). Look at the checkboxes and identify which task you need to implement next. If all checkboxes are empty, start with Task 1.
You MUST follow this cycle:
If the user instructed you to proceed to the next task, you start following the point 1 from the instruction above again.
IMPORTANT: the initial prompt specifies which type of agent you use. If the user said you need to use codex, use this command to spawn a reviewer:
codex exec --model gpt-5.3-codex --sandbox workspace-write --full-auto <prompt>
If user didn't say anything about the reviewer, you just spawn your sub-agent.
The prompt:
Use skill ai-review to review implementation of Task [N] from [current_task_document_path]. Think hard. The changes are uncommited. Return your review output as your response, do not change any files.
Replace [N] and [current_task_document_path] with appropriate values.
If you finished the last task of the feature, and it's approved by the user, move the plan file to the ai/tickets/completed folder.
development
Create detailed implementation plan from an approved design. Converts design document and prototype placeholders into step-by-step tasks for execution by Claude Code agents.
documentation
Create a design document with prototype placeholders for a feature. Includes agent review loop before user approval. Resumable - can commit and continue later.
documentation
Research a topic to make a comprehensive guide for the user.
development
Create comprehensive implementation plans for features using the ralphex format. Plans include research, documentation, tests, and step-by-step tasks.