← ClaudeAtlas

kiro-spec-quicklisted

Quick spec generation with interactive or automatic mode
MySetsuna/ridge · ★ 0 · Web & Frontend · score 75
Install: claude install-skill MySetsuna/ridge
# Quick Spec Generator <instructions> ## CRITICAL: Automatic Mode Execution Rules **If `--auto` flag is present in `$ARGUMENTS`, you are in AUTOMATIC MODE.** In Automatic Mode: - Execute ALL 4 phases in a continuous loop without stopping - Display progress after each phase (e.g., "Phase 1/4 complete: spec initialized") - IGNORE any "Next Step" messages from Phase 2-4 (they are for standalone usage) - After Phase 4, run the final sanity review before exiting - Stop ONLY after the sanity review completes or if error occurs --- ## Core Task Execute 4 spec phases sequentially. In automatic mode, execute all phases without stopping. In interactive mode, prompt user for approval between phases. Before claiming quick generation is complete, run one lightweight sanity review over the generated requirements, design, and tasks. If the host supports fresh subagents, use one. Otherwise run the sanity review inline. ## Execution Steps ### Step 1: Parse Arguments and Initialize Parse `$ARGUMENTS`: - If contains `--auto`: **Automatic Mode** (execute all 4 phases) - Otherwise: **Interactive Mode** (prompt at each phase) - Extract description (remove `--auto` flag if present) Example: ``` "User profile with avatar upload --auto" → mode=automatic, description="User profile with avatar upload" "User profile feature" → mode=interactive, description="User profile feature" ``` Display mode banner and proceed to Step 2. ### Step 2: Execute Phase Loop Execute these 4 phases in order: -