devkit.prompt-optimize
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve…
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.
> /plugin marketplace add giuseppe-trisciuoglio/developer-kit > /plugin install developer-kit@developer-kit
How it fires
How this command gets triggered: by you, by Claude, or both.
/speckit.check-integrationContext preview
What this command does when you run it.
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.
description: 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. argument-hint: "[optional-criteria]" allowed-tools: Read, Glob, Grep, Bash
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:
$ARGUMENTS
You **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*
Modular plugin marketplace for Claude Code and agentic CLIs, with validated, spec-driven skills, agents, commands, and workflows for Java, TypeScript, Python, PHP, AWS, and AI.
Repo: giuseppe-trisciuoglio/developer-kit
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve…
Provides guided feature development capability with codebase understanding and architecture focus. Use when implementing a new feature from scratch.
Provides guided bug fixing and debugging capability with systematic root cause analysis. Use when encountering bugs, errors, or unexpected behavior.
Creates a GitHub pull request with branch creation, commits, and detailed description. Use when you need to submit changes for review.
Provides comprehensive GitHub pull request review with code quality, security, and best practices analysis. Use when reviewing a PR before merging.
Provides guided code refactoring capability with deep codebase understanding, compatibility options, and comprehensive verification. Use when restructuring or…