By kt3k
Skills for developing software carefully and steadily. Plan tasks, review code, and refine design to improve overall quality.
Break down a given task into subtasks with time estimates. Analyzes the codebase and task requirements to produce a structured plan with estimated effort for each step.
Update or create DDD documentation based on the current state of the codebase. Generates a single DOMAIN.md with context map, glossary, and aggregate documentation.
Execute a plan step by step. Reads plan.md in the current working directory or a plan from the conversation context, then implements each subtask sequentially.
Analyze the codebase to discover and extract the ubiquitous language. Identify domain terms, their definitions, and how consistently they are used.
Review code base from the viewpoint of Domain Driven Design (DDD) specialist. Evaluate how core business logics are well organized in terms of DDD principle.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills for developing software carefully and steadily. Plan tasks, review code, and refine design to improve overall quality.
First, add the marketplace:
claude plugin marketplace add kt3k/skills
Then, install the plugin:
claude plugin install kt
/kt:breakdownBreak down a given task into subtasks with time estimates. Analyzes the codebase and task requirements to produce a structured plan with estimated effort (XS/S/M/L/XL) for each step. Optionally saves the plan as plan.md.
/kt:executeExecute a plan step by step. Reads plan.md in the current working directory or a plan from the conversation context, then implements each subtask sequentially with verification at each step.
/kt:simplifyRead source code and find opportunities to simplify, deduplicate, and consolidate. Applies changes after user approval.
/kt:review-testabilityReview code or diffs with a focus on testability, simplicity, and sustainable design. Evaluates dependency injection, side-effect separation, behavior-vs-implementation testing, test quality, YAGNI, quality-speed tradeoffs, technical debt, and refactoring opportunities. Produces a severity-rated report with concrete suggestions.
/kt:review-dddReview the codebase from a Domain-Driven Design perspective. Evaluate bounded contexts, aggregates, entities, value objects, domain services, repositories, domain events, and ubiquitous language usage. Produces a scored report with concrete improvement suggestions.
/kt:find-ubiquitous-languageAnalyze the codebase to discover and extract the ubiquitous language. Identifies domain terms, their definitions, code locations, and inconsistencies such as synonyms, homonyms, and missing terms. Outputs a structured glossary.
/kt:document-dddGenerate or update DDD documentation based on the current state of the codebase. Produces a single DOMAIN.md with context map, glossary, and per-aggregate documentation. Shows a diff and asks for confirmation before writing.
MIT
npx claudepluginhub kt3k/skills --plugin ktVisualize DDD domain models as self-contained HTML using the domainchart CLI
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
Decompose complex tasks into detailed, actionable todos with rich descriptions. Each todo is specific, achievable, and small enough to execute independently.
Iterative plan review and execution workflow for Claude Code
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Code transformation: Dev SDLC orchestrator (code-shipping pipeline), plan, assert, audit, review, test, refactor, debug, for-sure. Hosts engineering agents.
Point it at a codebase and it figures out what's worth doing — bugs, perf, tech debt, what to build next — then writes plans any agent can execute. It can hand the work to a cheaper model and review the result. It never edits your code.