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
This guide walks you through the core concepts of SDD and gets you productive in minutes.
Specification-Driven Development (SDD) is a workflow where you define WHAT you want to build before writing any code. The specification becomes a contract between your idea and the implementation, enforced through automated quality gates.
Idea → Specification → Tasks → Implementation → Review → Cleanup → Done
(brainstorm) (spec-to-tasks) (task-review) (code-cleanup)Why SDD?
# Install the plugin from marketplace
/plugin marketplace add giuseppe-trisciuoglio/developer-kit
# Or install from local directory
/plugin install /path/to/developer-kit/plugins/developer-kit-specsVerify installation:
/help
# You should see /specs:brainstorm, /specs:spec-to-tasks, etc.Let's build a real feature: user authentication with JWT tokens for a Spring Boot application.
/specs:brainstorm Add user authentication with JWT tokens for a Spring Boot REST APIClaude will guide you through a 9-phase process:
Output files created:
docs/specs/001-user-auth/
├── 2026-04-10--user-auth.md # Main functional specification
├── user-request.md # Your original request
├── brainstorming-notes.md # Session context and decisions
└── decision-log.md # Decision audit trailThe specification is technology-agnostic. It describes behaviors, not implementation details.
/specs:spec-to-tasks --lang=spring docs/specs/001-user-auth/Claude analyzes your specification and generates executable tasks:
Output files created:
docs/specs/001-user-auth/
├── 2026-04-10--user-auth--tasks.md # Task index
├── knowledge-graph.json # Cached codebase analysis
├── traceability-matrix.md # Requirements → Tasks mapping
└── tasks/
├── TASK-001.md # Create User entity and repository
├── TASK-002.md # Implement JWT token service
├── TASK-003.md # Create authentication endpoints
├── TASK-004.md # Add Spring Security configuration
├── TASK-005.md # Write e2e tests for auth flow
└── TASK-006.md # Code cleanup and finalizationEach task file contains:
/specs:task-implementation --lang=spring --task="docs/specs/001-user-auth/tasks/TASK-001.md"Claude follows a structured 12-step process:
in_progress → implementedHooks fire automatically:
task-auto-status.py updates the task frontmatter based on checkbox changestask-kpi-analyzer.py calculates quality KPIs and saves them to TASK-001--kpi.json/specs:task-review --lang=spring docs/specs/001-user-auth/tasks/TASK-001.mdThe review validates 4 dimensions:
| Dimension | What It Checks |
|---|---|
| Implementation | Does the code match the task description? |
| Acceptance Criteria | Are all criteria met? |
| Spec Compliance | Does it align with the original specification? |
| Code Quality | Language-specific best practices, patterns, security |
Output: TASK-001--review.md with pass/fail status and detailed findings.
If the review passes:
/developer-kit-specs:specs-code-cleanup --lang=spring --task="docs/specs/001-user-auth/tasks/TASK-001.md"This final step:
System.out.println, temporary comments)./mvnw spotless:apply)completedAfter implementing several tasks, sync the spec with reality:
/specs:spec-sync-with-code docs/specs/001-user-auth/This detects deviations (scope expansions, refinements, reductions) and updates the specification to match what was actually built.
agents_loop.py)| Command | Purpose |
|---|---|
/specs:brainstorm "idea" | Create a full specification |
/specs:quick-spec "fix" | Create a minimal spec for small changes |
/specs:spec-to-tasks --lang=spring spec/ | Generate executable tasks |
/specs:task-implementation --lang=spring --task=TASK.md | Implement a task |
/specs:task-tdd --lang=spring --task=TASK.md | Generate failing tests first (RED) |
/specs:task-review --lang=spring TASK.md | Review implementation |
/developer-kit-specs:specs-code-cleanup --lang=spring --task=TASK.md | Final cleanup |
/specs:spec-sync-with-code spec/ | Sync spec with implementation |
/specs:spec-sync-context spec/ | Sync Knowledge Graph and context |
/specs:task-manage --action=list | List and manage tasks |
agents_loop.py --spec=spec/ --agent=auto | Fully automated multi-agent orchestration |
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