Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.
90
90%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Lightweight specification generation for bug fixes and small features. Use when the change is well-understood and doesn't require the full brainstorming workflow.
The full brainstorming workflow (devkit.brainstorm) is comprehensive but can be overkill for:
Quick Spec provides a streamlined 4-phase workflow vs. the 9-phase brainstorming workflow.
| Aspect | Quick Spec (this) | Full Brainstorming |
|---|---|---|
| Phases | 4 | 9 |
| Idea refinement | Single question | Multiple GATE phases |
| Approach exploration | Skipped | 2-3 approaches presented |
| Context exploration | Simple git log check | Optional subagent exploration |
| Document generation | Direct (no subagent) | Document-generator subagent |
| Output format | Minimal spec | Full functional spec |
✅ Use Quick Spec when:
❌ Use full brainstorming when:
# Quick spec for a bug fix
/specs:quick-spec Fix race condition in order processing
# Quick spec for small feature
/specs:quick-spec Add password reset link expiration
# Quick spec with language hint
/specs:quick-spec --lang=spring Add API rate limiting| Argument | Required | Description |
|---|---|---|
description | No | Description of the bug fix or small feature |
--lang | No | Target language/framework hint |
Goal: Gather essential context rapidly
Actions:
--langGoal: Define and validate the approach in one step
Actions:
Define the problem: Summarize what needs fixing/adding
Propose the solution: Brief technical approach
If the problem/solution pair is non-obvious, use AskUserQuestion to confirm:
Problem: [brief description]
Solution: [brief technical approach]
Affected Files: [list 1-3 files]
Options:
- "Approve and generate spec"
- "Refine approach"
- "Switch to full brainstorming"If the change is straightforward and low-risk, proceed directly to Phase 3 after summarizing the chosen approach
Goal: Create lightweight specification directly
Actions:
Generate unique spec ID (same as brainstorming):
docs/specs/NNN-feature-slugCreate spec folder: docs/specs/[id]/
Create user-request.md:
# User Request
**Original Input**: [description]
**Type**: Bug Fix / Small Feature
**Affected Files**: [list]Create minimal spec file (YYYY-MM-DD--feature-name.md):
# [Feature Name] - Quick Spec
**Type**: Bug Fix / Small Feature
**Date**: [current date]
**Status**: Draft
## Problem
[One paragraph description of the issue or feature]
## Solution
[One paragraph technical approach]
## Acceptance Criteria
- [ ] [Criterion 1]
- [ ] [Criterion 2]
- [ ] [Criterion 3] (max 4 criteria for quick specs)
## Affected Files
- [File path 1] - [change description]
- [File path 2] - [change description]
- [File path 3] - [change description]
## Out of Scope
- [Any explicitly excluded items]Create decision-log.md with DEC-001:
# Decision Log: [Feature Name]
| ID | Date | Task | Decision | Alternatives | Impact | Decided By |
|----|------|------|----------|--------------|--------|------------|
## DEC-001: Quick Spec Approach
- **Date**: [current date]
- **Task**: Quick Spec Generation
- **Phase**: Approach Selection
- **Context**: [Why quick spec was chosen]
- **Decision**: Use minimal spec format
- **Alternatives Considered**: Full brainstorming (not needed for this scope)
- **Impact**: Streamlined documentation, faster turnaround
- **Decided By**: userGoal: Guide user to appropriate next command
Actions:
Analyze acceptance criteria count:
Use AskUserQuestion tool to present recommendation:
Based on acceptance criteria count (N), recommend:
Options:
- "Generate task list" (recommended for 3+ criteria)
- "Implement directly" (for 1-2 criteria, skip tasks)
- "Switch to full spec" (if criteria > 4, reconsider scope)Include pre-filled commands:
# For task generation:
/specs:spec-to-tasks --lang=[language] docs/specs/[id]/
# For direct implementation:
/specs:feature-development --lang=[language] "Quick implement: [brief description]"Goal: Document what was accomplished
Actions:
docs/specs/[id]/YYYY-MM-DD--feature-name.mddocs/specs/[id]/decision-log.md/specs:quick-spec Fix memory leak in user session cleanupOutput:
src/main/java/com/example/SessionCleanup.java/specs:quick-spec Add request timeout configurationOutput:
/specs:quick-spec --lang=python Add logging to payment serviceMaintain todo list:
[ ] Phase 1: Quick Context
[ ] Phase 2: Problem + Solution
[ ] Phase 3: Generate Minimal Spec
[ ] Phase 4: Next Step Recommendation
[ ] Phase 5: Summary| Aspect | Quick Spec | Full Brainstorming |
|---|---|---|
| Time to complete | ~5-10 minutes | ~15-30 minutes |
| GATE phases | 1 (Phase 2) | 5 (Phases 2, 3, 4, 5, 8) |
| Approach exploration | None (user confirms directly) | 2-3 approaches presented |
| Context gathering | Git log + file check | Optional subagent exploration |
| Document generation | Direct write | Document-generator subagent |
| Spec format | Minimal (key sections only) | Comprehensive (all sections) |
| Decision log | DEC-001 (approach only) | Multiple entries accumulated |
| Best for | Bug fixes, small changes | New features, complex logic |
Signals to suggest full brainstorming instead of quick spec:
How to switch:
/specs:brainstorm [original description]docs
plugins
developer-kit-ai
developer-kit-aws
agents
docs
skills
aws
aws-cli-beast
aws-cost-optimization
aws-drawio-architecture-diagrams
aws-sam-bootstrap
aws-cloudformation
aws-cloudformation-auto-scaling
aws-cloudformation-bedrock
aws-cloudformation-cloudfront
aws-cloudformation-cloudwatch
aws-cloudformation-dynamodb
aws-cloudformation-ec2
aws-cloudformation-ecs
aws-cloudformation-elasticache
references
aws-cloudformation-iam
references
aws-cloudformation-lambda
aws-cloudformation-rds
aws-cloudformation-s3
aws-cloudformation-security
aws-cloudformation-task-ecs-deploy-gh
aws-cloudformation-vpc
references
developer-kit-core
agents
commands
skills
developer-kit-devops
developer-kit-java
agents
commands
docs
skills
aws-lambda-java-integration
aws-rds-spring-boot-integration
aws-sdk-java-v2-bedrock
aws-sdk-java-v2-core
aws-sdk-java-v2-dynamodb
aws-sdk-java-v2-kms
aws-sdk-java-v2-lambda
aws-sdk-java-v2-messaging
aws-sdk-java-v2-rds
aws-sdk-java-v2-s3
aws-sdk-java-v2-secrets-manager
clean-architecture
graalvm-native-image
langchain4j-ai-services-patterns
references
langchain4j-mcp-server-patterns
references
langchain4j-rag-implementation-patterns
references
langchain4j-spring-boot-integration
langchain4j-testing-strategies
langchain4j-tool-function-calling-patterns
langchain4j-vector-stores-configuration
references
qdrant
references
spring-ai-mcp-server-patterns
spring-boot-actuator
spring-boot-cache
spring-boot-crud-patterns
spring-boot-dependency-injection
spring-boot-event-driven-patterns
spring-boot-openapi-documentation
spring-boot-project-creator
spring-boot-resilience4j
spring-boot-rest-api-standards
spring-boot-saga-pattern
spring-boot-security-jwt
assets
references
scripts
spring-boot-test-patterns
spring-data-jpa
references
spring-data-neo4j
references
unit-test-application-events
unit-test-bean-validation
unit-test-boundary-conditions
unit-test-caching
unit-test-config-properties
references
unit-test-controller-layer
unit-test-exception-handler
references
unit-test-json-serialization
unit-test-mapper-converter
references
unit-test-parameterized
unit-test-scheduled-async
references
unit-test-service-layer
references
unit-test-utility-methods
unit-test-wiremock-rest-api
references
developer-kit-php
developer-kit-project-management
developer-kit-python
developer-kit-specs
commands
docs
hooks
test-templates
tests
skills
developer-kit-tools
developer-kit-typescript
agents
docs
hooks
rules
skills
aws-cdk
aws-lambda-typescript-integration
better-auth
clean-architecture
drizzle-orm-patterns
dynamodb-toolbox-patterns
references
nestjs
nestjs-best-practices
nestjs-code-review
nestjs-drizzle-crud-generator
nextjs-app-router
nextjs-authentication
nextjs-code-review
nextjs-data-fetching
nextjs-deployment
nextjs-performance
nx-monorepo
react-code-review
react-patterns
shadcn-ui
tailwind-css-patterns
tailwind-design-system
references
turborepo-monorepo
typescript-docs
typescript-security-review
zod-validation-utilities
references
github-spec-kit