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…
Add a new feature to the feature list
> /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.
/devkit.lra.add-featureContext preview
What this command does when you run it.
Add a new feature to the feature list
description: Add a new feature to the feature list allowed-tools: Read, Write, Edit argument-hint: "[category] [priority] [description]"
Add a new feature to the project's feature list.
/developer-kit:devkit.lra.add-feature api high Add endpoint to retrieve user preferences /developer-kit:devkit.lra.add-feature ui medium Implement dark mode toggle in settings
1. Read the current `.lra/feature-list.json`
2. Determine the next feature ID:
3. Create the new feature object:
{
"id": "F[next_number]",
"category": "$1",
"priority": "$2",
"description": "$3 (and remaining arguments)",
"acceptance_criteria": [
"Generate 2-4 reasonable acceptance criteria based on the description"
],
"status": "pending",
"completed_at": null,
"notes": ""
}4. Add the feature to the `features` array in the appropriate position:
5. Save the updated feature-list.json
Confirm the feature was added:
✅ Feature Added
ID: F043
Category: api
Priority: high
Description: Add endpoint to retrieve user preferences
Acceptance Criteria:
- GET /api/users/{id}/preferences returns user preferences
- Response includes all preference categories
- Unauthorized requests return 401
Total features: 43 (38 pending, 5 completed)**Agent Selection**: To execute this LRA task, use the following approach:
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…