npx claudepluginhub shakestzd/ijoka --plugin ijoka# /add-feature Add a new feature to the Ijoka graph database. ## Usage **Categories:** functional, ui, security, performance, documentation, testing, infrastructure, refactoring, planning, meta ## Instructions When this command is invoked: 1. **Parse the arguments** from: $ARGUMENTS - First word = category - Remaining words = description 2. **Validate category** - Must be one of: - functional, ui, security, performance, documentation - testing, infrastructure, refactoring, planning, meta 3. **Check for duplicates** - Run `ijoka status` - Use fuzzy matching on descri...
/add-featureAdds a new feature module (CRUD resource, service, middleware, CLI command, or UI component) to the project, generating files, tests, wiring routes/middleware, and updating docs per conventions.
/add-featureAdds new features to existing codebase through analysis, design, backend/frontend implementation, testing (unit/integration/E2E), quality checks, and integration.
/add-featureOrchestrates MBSE workflow to add complete feature: creates hierarchical requirements, verifications for leaf requirements, validates coverage and traceability.
/add-featureAdd a new feature to an existing application, following established patterns and conventions.
/add-featureAdd complete feature with roadmap, spec, ADR, and architecture updates
Add a new feature to the Ijoka graph database.
/add-feature <category> <description>
Categories: functional, ui, security, performance, documentation, testing, infrastructure, refactoring, planning, meta
When this command is invoked:
Parse the arguments from: $ARGUMENTS
Validate category - Must be one of:
Check for duplicates - Run ijoka status
Create the feature:
ijoka feature create --category "<category>" --priority 50 "<description>"
Confirm creation - Show:
/next-feature if no active feature/add-feature functional User can export data to CSV format
Creates feature:
/add-feature security Implement rate limiting on API endpoints
Creates feature:
To specify priority, include it after category:
/add-feature security:90 Implement rate limiting
This creates the feature with priority 90 (higher = more urgent).