new-feature

Solid

Quick spec generation with interactive or automatic mode

AI & Automation 81 stars 9 forks Updated 1 weeks ago AGPL-3.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
64
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
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 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: -...

Details

Author
X-isdoingreat
Repository
X-isdoingreat/canvas-pilot
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category