From spec-workflow
Autonomously generates requirements, designs, plans tasks, and implements features via multi-agent consensus, bypassing all user reviews and prompts.
npx claudepluginhub uniswap/ai-toolkit --plugin spec-workflowThis skill is limited to using the following tools:
**FULLY AUTONOMOUS** spec-driven development that **NEVER prompts the user for review**. Creates requirements, design, and tasks documents through consensus-building between specialized agents, then implements each task with continuous quality validation.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
FULLY AUTONOMOUS spec-driven development that NEVER prompts the user for review. Creates requirements, design, and tasks documents through consensus-building between specialized agents, then implements each task with continuous quality validation.
This command automates the entire spec workflow WITHOUT ANY USER INTERACTION:
CRITICAL: This command is designed to run COMPLETELY AUTONOMOUSLY. It will:
Accept natural language description and extract:
feature: The feature or task description to implementskip_final_review: Optional flag to skip final user review (default: false)project_path: Optional project path (defaults to current working directory)spec_name: Optional spec name (auto-generated from feature if not provided)steering_context: Optional flag to load steering documents (default: true)parallel_execution: Optional flag for parallel task execution (default: true)quality_threshold: Quality threshold for agent consensus (default: 0.8)Examples:
/auto-spec user authentication with OAuth2 and JWT tokens/auto-spec add real-time notifications using WebSockets --skip-final-review/auto-spec implement event-driven order processing systemExecute autonomous spec-driven development workflow with multi-agent collaboration.
mcp__spec-workflow__request-approval toolLoad Project Context
mcp__spec-workflow__get-steering-context if steering documents existmcp__spec-workflow__get-template-context to understand document formatsFeature Analysis
Initial Requirements Generation
mcp__spec-workflow__spec-workflow-guide to understand workflowmcp__spec-workflow__create-spec-docMulti-Agent Requirements Review (INSTEAD of user review)
Initial Design Generation
Multi-Agent Design Review (INSTEAD of user review)
Task Decomposition
mcp__spec-workflow__create-spec-doc to create tasks documentTask Validation (INSTEAD of user review)
For each task in the implementation plan:
Task Implementation
mcp__spec-workflow__manage-tasksQuality Validation Loop (INSTEAD of user review)
Task Completion
Create comprehensive summary including:
# Autonomous Spec Implementation: [Feature Name]
## Implementation Summary
- Spec Name: [spec-name]
- Total Tasks: [X completed / Y total]
- Execution Time: [duration]
- Quality Score: [X/10]
## Key Decisions and Rationale
[List major architectural choices with reasoning]
## Testing Guide
- Unit Tests: [X% coverage]
- Integration Tests: [Y scenarios]
## Next Steps
[Recommended follow-up actions]
/auto-spec add user profile picture upload with image resizing
/auto-spec implement event-driven microservices architecture for order processing
/auto-spec refactor authentication system --quality-threshold=0.9