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
Validates that tasks.md considers existing codebase implementations and integration opportunities before execution. Use when you need to check task alignment with the current codebase.
/speckit.check-integration $ARGUMENTS| Argument | Description |
|---|---|
$ARGUMENTS | Combined arguments passed to the command |
Agent Selection: To execute this task, use the following approach:
general-purpose agent with appropriate domain expertise$ARGUMENTSYou MUST consider the user input before proceeding (if not empty).
Goal: Analyze tasks.md to verify each task considers existing codebase implementations, integration opportunities, and architectural compatibility. This is a READ-ONLY analysis command that reports findings without modifying any files.
When to run: After /speckit.tasks generates tasks.md but BEFORE /speckit.implement executes them.
Critical Principle: This command NEVER modifies code, tasks, or any files. It only analyzes and reports.
Run .specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks from repo root and parse JSON
for:
For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'''m Groot' (or double-quote if possible: "I'm Groot").
Abort if tasks.md is missing with error: "No tasks.md found. Run /speckit.tasks first."
Required files:
Optional files (load if present):
Codebase scan:
Create internal mapping of existing implementations:
Infrastructure & Configuration:
Data Layer:
Service Layer:
API Layer:
UI Components (if applicable):
Testing Infrastructure:
For every task in tasks.md, perform this structured analysis:
Scan for:
Output for each finding:
EXISTING: [File path]
Lines: [Line range]
Description: [What it does]
Similarity: [HIGH/MEDIUM/LOW]
Reason: [Why it's relevant to this task]Check if task can:
Output for each opportunity:
INTEGRATION: [Approach]
With: [Existing component/pattern]
Benefit: [Why integration is better than from-scratch]
Risk: [Potential conflicts or limitations]Verify:
Output:
DEPENDENCY: [Package/library name]
Status: [INSTALLED/NOT_INSTALLED]
Usage: [Where used in codebase]
Alternative: [If similar functionality exists]Assess:
Output:
COMPATIBILITY: [ALIGNED/PARTIAL/MISALIGNED]
Architecture: [Current pattern in codebase]
Task Approach: [What task proposes]
Concern: [If any conflicts detected]For each task, answer these questions:
Integration Assessment:
Codebase Awareness:
Duplication Risk:
Output a structured Markdown report (DO NOT write to file, display only):
Feature: [Feature name from tasks.md] Analysis Date: [Current date] Tasks Analyzed: [Total count]
Overall Status: [READY/NEEDS_REVIEW/CRITICAL_ISSUES]
Key Findings:
Recommendation: [Proceed/Review tasks/Rewrite specific tasks]
For each task with findings (skip tasks with all-clear status):
Description: [Brief task description]
Files Referenced: [List from tasks.md]
Integration Assessment: [CONSIDERS/PARTIAL/IGNORES/NEW]
Codebase Awareness: [AWARE/UNAWARE]
Duplication Risk: [NONE/LOW/MEDIUM/HIGH/CRITICAL]
Existing Implementations Found:
| File | Lines | Similarity | Description |
|---|---|---|---|
| [path] | [range] | [HIGH/MED/LOW] | [What it does] |
Integration Opportunities:
Missing Considerations:
Dependencies Status:
| Dependency | Status | Current Use | Note |
|---|---|---|---|
| [package] | [INSTALLED/NEW] | [where used] | [recommendation] |
Architectural Alignment:
| Task ID | Risk Level | Type | Impact | Mitigation |
|---|---|---|---|---|
| T001 | 🔴 CRITICAL | Duplication | High | Rewrite task to extend existing component |
| T015 | 🟡 MEDIUM | Integration | Medium | Reference existing pattern in task description |
| T023 | 🟢 LOW | Awareness | Low | Consider using existing utility |
By Category:
| Category | Tasks | Integration Opportunities | Duplication Risks | Status |
|---|---|---|---|---|
| Setup | X | X opportunities | X risks | [icon + status] |
| Data Models | X | X opportunities | X risks | [icon + status] |
| Services | X | X opportunities | X risks | [icon + status] |
| API Endpoints | X | X opportunities | X risks | [icon + status] |
| UI Components | X | X opportunities | X risks | [icon + status] |
| Tests | X | X opportunities | X risks | [icon + status] |
Already Installed (can be reused):
Need Installation (genuinely new):
Potentially Redundant (alternatives exist):
Existing Patterns (should be followed):
Pattern Alignment by Task Phase:
/speckit.implement)Use this to verify tasks have been updated appropriately:
If CRITICAL issues found:
/speckit.check-integration to verify fixes/speckit.implement when clearIf MEDIUM issues found:
/speckit.implement but review recommendationsIf LOW/NONE issues:
/speckit.implement✅ DOES:
❌ DOES NOT:
Evidence-Based:
Actionable:
Risk-Calibrated:
Context-Aware:
Progressive Scanning:
Token Management:
Report Sizing:
Before outputting report, verify:
$ARGUMENTS
/speckit.check-integration example-inputdocs
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