new-feature

Solid

Quick spec generation with interactive or automatic mode

AI & Automation 81 stars 9 forks Updated 6 days ago AGPL-3.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
64
Recency 20%
100
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
6 days ago
Language
Python
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

spec

Define requirements before planning. Use when starting a new feature, when requirements are ambiguous, or when the user says 'write a spec' or 'define requirements'.

14 Updated 1 weeks ago
domengabrovsek
AI & Automation Featured

spec-workflow

This skill should be used when the user asks to "build a feature", "create a spec", "start spec-driven development", "run research phase", "generate requirements", "create design", "plan tasks", "implement spec", "check spec status", "triage a feature", "create an epic", "decompose a large feature", or needs guidance on spec-driven development workflow, phase ordering, or epic orchestration.

431 Updated 4 days ago
tzachbon
AI & Automation Listed

specify

Interview the user to produce a complete, agent-ready specification, then emit what is needed to build it: for a coded feature/agent a phase-scoped build prompt, or for a skill / declarative agent the artifact itself (SKILL.md / AGENT.md). Surfaces every assumption for review, slices the work into a phased plan, and runs a build-readiness (model/effort) check. Use when the user wants to design, specify, plan, or scope a new agent, feature, or skill; turn a vague idea, PRD, or plan into a rigorous spec; write requirements in EARS / SHALL with testable acceptance criteria; produce a build prompt for a coding agent; or amend, advance, review, audit or sweep an existing spec under specs/ for drift and staleness. Reasoning-driven, one question at a time.

2 Updated today
hmbseaotter