Full development workflow — PRD, tech spec, feature planning, TDD implementation, and multi-agent code review, all optimized for human reviewability
Implement a feature unit with TDD and Korean pseudocode comments for easy review
Create a PRD (Product Requirements Document) for a new project
Plan a feature with multi-agent analysis, decomposition, and implementation plans
Review implemented code against the plan with 3 parallel analysis agents
Define technical specifications and feature list for the project
Implement a feature unit with TDD and Korean pseudocode comments for easy human review. Reads IMPL_PLAN documents, writes tests first, then implements with Korean pseudocode as inline comments. Use this skill whenever the user says "구현 시작", "구현해줘", "코드 작성", "implement", "start coding", "build this", "개발 시작", "코딩 시작", or wants to begin implementing a planned feature. Always use this skill when the user wants to start coding after planning is complete.
Create a PRD (Product Requirements Document) for a new project. Generates docs/PRD.md with project overview, core goals, functional/non-functional requirements, constraints, and success metrics — excluding all visual/UI content. Use this skill whenever the user says "프로젝트 시작", "새 프로젝트", "프로젝트 초기화", "project init", "new project", "start a project", "PRD 작성", or describes a new project idea and needs to formalize requirements. Always use this skill proactively when a new project discussion begins, even if the user hasn't explicitly asked for a PRD.
Plan a feature with multi-agent risk analysis, architecture review, and implementation plans. Generates docs/FEATURE_PLAN.md (feature decomposition into big/small logical units) and docs/IMPL_PLAN_*.md (Korean pseudocode implementation plans per small unit — no real code). Use this skill whenever the user says "기획", "계획 세워줘", "어떻게 구현할까", "설계해줘", "플랜 짜줘", "기능 분해", "구현 계획", "feature plan", "let's plan", "before we implement", or describes a feature and asks how to approach it. Always use this skill proactively when a non-trivial feature discussion begins, even without explicit request.
Review implemented code against the plan using 3 parallel agents — checking plan-implementation alignment, code quality/security, and test coverage/performance. Outputs a structured review report to terminal. Use this skill whenever the user says "리뷰", "검토", "코드 리뷰", "review", "code review", "검토해줘", "리뷰해줘", "코드 확인", "코드 봐줘", or wants to review implemented code, check quality, or verify implementation matches the plan. Always use this skill when the user asks to review code, even if they don't explicitly mention "review".
Define technical specifications and feature list for a project. Generates docs/SPEC.md (tech stack, architecture, directory structure, monitoring strategy) and docs/FEATURE_LIST.md (prioritized features with dependencies and MVP scope). Use this skill whenever the user says "기술 스펙", "스펙 정의", "tech spec", "기술 스택", "feature list", "기능 목록", "아키텍처 설계", "스택 정하자", or wants to make technical decisions for a project. Always use this skill proactively when technical decision-making discussion begins, even without explicit request.
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.
Personal Claude Code plugins marketplace.
/plugin add https://github.com/alexgim961101/claude-plugins
| Plugin | Version | 설명 |
|---|---|---|
| smart | v2.0.0 | 풀 개발 워크플로우 — PRD, 기술 스펙, 기능 기획, TDD 구현, 멀티 에이전트 코드 리뷰 |
/plugin install smart@alexgim961101-claude-plugins
| 명령어 | 설명 |
|---|---|
/init | PRD (Product Requirements Document) 생성 |
/spec | 기술 스펙 + 기능 목록 정의 |
/plan | 멀티 에이전트 기능 기획 + 구현 계획 |
/impl | TDD 기반 구현 (한글 의사코드 주석) |
/review | 3개 에이전트 병렬 코드 리뷰 |
자세한 사용법은 플러그인 README를 참고하세요.
npx claudepluginhub alexgim961101/claude-plugins --plugin smartSpec-driven development for big features. When features get too big, plan mode gets too vague—leading to hallucinations during implementation. ShipSpec replaces vague plans with structured PRDs, technical designs, and ordered tasks that keep Claude grounded.
Specification-driven development workflow: specify → plan → tasks → implement
Provider-agnostic skills for autonomous product development: spec, task, implement, test, review, and summarize changes.
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
AI Coding Agent - PRD to tasks to implementation loop
'MUST BE USED PROACTIVELY when user mentions: planning, PRD, product requirements document, project plan, roadmap, specification, requirements analysis, feature breakdown, technical spec, project estimation, milestone planning, or task decomposition. Use IMMEDIATELY when user says "create a PRD", "plan this feature", "document requirements", "break down this project", "estimate this work", "create a roadmap", "write specifications", or references planning/documentation needs. Expert Technical Project Manager that creates comprehensive PRDs with user stories, acceptance criteria, technical architecture, task breakdowns, and separate task assignment files for sub-agent delegation.'