claude-command-iterative-development
Files
SKILL.mdagentsreferences
Install
Install the containing plugin
/plugin install shared-skills@llm-skills
Invoke this skill after installation
/shared-skills:claude-command-iterative-development
This skill is bundled inside shared-skills. Install the plugin once, then Claude Code can use any of its included skills. Browse the full plugin repository at github.com/alisonaquinas/llm-shared-skills.
SKILL.md
name: claude-command-iterative-development description: > Iterative Development phase for reusable command workflow development. Use when planning, designing, building, testing, validating, or refining a reusable command workflow as it moves through a full delivery lifecycle. Triggers include drafting the command spec, locking interfaces, wiring runtime placement, scoring quality, running live scenarios, or choosing the right re-entry point after a failure.
Command Iterative Development
Choose the minimum re-entry phase after a failure so fixes are systematic rather than ad hoc.
Intent Router
Load reference files on demand only when the corresponding topic is active:
references/re-entry-patterns.md— Load when mapping command failures to the minimum re-entry phase
Quick Start
[ ] Capture the current command spec
[ ] Complete the required outputs for this phase
[ ] Record evidence for the gate
[ ] Hand off the evidence to the next phase
Phase Workflow
Start from the current command spec and tighten only the decisions owned by this phase. Work forward until the gate is satisfied, then hand the evidence to the next phase in the family. Keep the workflow description portable even when the runtime wiring is specific to one environment.
Example Evidence
| Failure mode | Re-entry phase | Skip phases |
|---|---|---|
| Planning gap | planning | none |
| Interface mismatch | design | planning |
| Runtime defect | creation | planning, design |
| Quality rubric failure | validation | planning through integration |
Gate
Iteration is complete when the right upstream phase is re-run, the failing gate passes again, and the evidence trail is updated.
Safety Notes
Do not restart from scratch by reflex. Re-enter at the earliest phase that can actually change the failing outcome.
Resource Index
| Reference File | Load When |
|---|---|
references/re-entry-patterns.md | Load when mapping command failures to the minimum re-entry phase |