devkit.feature-development

A guided command for building a new software feature, starting with an understanding of the existing code and its design. It can use language- or framework-specific guidance.

In plain words
What is it for?
Use it when adding a feature from scratch in Java, Spring Boot, TypeScript, NestJS, React, Python, or a general codebase. It helps inspect project context, clarify requirements, design the change, and implement it.
Why use it?
It helps avoid coding against a mistaken understanding of the project or leaving important feature details undefined. It also provides a structured approach for planning and checking the implementation.

Command

Part of the developer-kit-core plugin — 8 skills, 6 commands, 7 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/giuseppe-trisciuoglio/developer-kit/devkit.feature-development
Clone the repo
git clone --depth 1 https://github.com/giuseppe-trisciuoglio/developer-kit

Or install developer-kit-core, the plugin that ships this one along with the rest of its 8 skills, 6 commands, 7 agents, 1 hook.

Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,988 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.04988
Opus 5 $0.00011 $0.02494
Sonnet 5 $0.00004 $0.00998
Haiku 4.5 $0.00002 $0.00499

Measured 3d ago against content hash ead8f447f879, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

devkit.feature-development scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/developer-kit-core/commands/devkit.feature-development.md · 550 lines

How it starts

The opening of the file, as written. The whole thing — 550 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Feature Development

Overview

You are helping a developer implement a new feature. Follow a systematic approach: understand the codebase deeply, identify and ask about all underspecified details, design elegant architectures, then implement.

Usage

/developer-kit:devkit.feature-development [--lang=java|spring|typescript|nestjs|react|python|general] [feature-description]

Arguments

Argument Description
$ARGUMENTS Combined arguments passed to the command

Current Context

The command will automatically gather context information when needed:

  • Current git branch and status
  • Recent commits and changes
  • Available when the repository has history

Execution Instructions

Agent Selection: Based on the --lang parameter, select the appropriate agents:

Integration with Sub-agents

This command leverages three specialized sub-agents using the Task tool.

Language/Framework Selection

Parse $ARGUMENTS to detect the optional --lang parameter:

  • --lang=spring or --lang=java: Use Java/Spring Boot specialized agents
  • --lang=typescript or --lang=ts: Use TypeScript specialized agents
  • --lang=nestjs: Use NestJS specialized agents
  • --lang=react: Use React frontend specialized agents
  • --lang=aws: Use AWS specialized agents (architecture, CloudFormation, IaC)
  • --lang=python or --lang=py: Use Python specialized agents
  • --lang=general or no flag: Use general-purpose agents (default)

Agent Mapping by Language:

Phase General (default) Java/Spring Boot (--lang=spring or --lang=java) TypeScript (--lang=typescript or --lang=ts) NestJS (--lang=nestjs) React (--lang=react) AWS (--lang=aws) Python (--lang=python or --lang=py)
Exploration developer-kit:general-code-explorer developer-kit-java:spring-boot-backend-development-expert developer-kit:general-code-explorer developer-kit:nestjs-backend-development-expert developer-kit:react-frontend-development-expert developer-kit:aws-solution-architect-expert developer-kit:general-code-explorer
Architecture developer-kit:general-software-architect developer-kit-java:java-software-architect-review developer-kit-typescript:typescript-software-architect-review developer-kit-typescript:typescript-software-architect-review developer-kit-typescript:react-software-architect-review developer-kit-aws:aws-solution-architect-expert developer-kit-python:python-software-architect-expert
Code Review developer-kit:general-code-reviewer developer-kit-java:spring-boot-code-review-expert developer-kit-typescript:general-code-reviewer developer-kit-typescript:nestjs-code-review-expert developer-kit-typescript:general-code-reviewer developer-kit-aws:aws-architecture-review-expert developer-kit-python:python-code-review-expert

Read the full file on GitHub · 550 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 550 lines · 22 tokens per session scan A ead8f447f879

Subscribe to this mod's changes

devkit.feature-development is a command published in the GitHub repository giuseppe-trisciuoglio/developer-kit (337 stars, last pushed 15d ago), licensed MIT. It adds 22 tokens to every session and 4,988 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.