kiro-spec-quick

Solid

Quick spec generation with interactive or automatic mode

Web & Frontend 3,471 stars 257 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 sub-agents, 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: ...

Details

Author
gotalab
Repository
gotalab/cc-sdd
Created
11 months ago
Last Updated
3 weeks ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category