
Specimin
- Updated November 19, 2025
- timsvoice/specimin
specimin is a Claude Code skill in the Code Review & Quality category. Feature specification, planning, implementation, review, and refactoring workflow for full-stack and UI projects
Key points
- specimin
- Code Review & Quality
- AI-coding skill
Specimin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add timsvoice/specimin/plugin install specimin@timsvoiceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | November 19, 2025 |
|---|---|
| Repository | timsvoice/specimin ↗ |
What it does
Feature specification, planning, implementation, review, and refactoring workflow for full-stack and UI projects
README.md
Specimin
A structured workflow for feature development with Claude Code.
Why Specimin?
- Systematic workflow: Break features into spec → plan → tasks → PR → review
- Context-aware: Reviews compare against your spec's acceptance criteria
- Token efficient: Scripts handle data gathering, AI focuses on analysis
- Research-backed: Optimized using core prompt engineering primciples
- Organized: All artifacts in
.specimin/plans/{branch}/directory
Philosophy
Specimin separates what from how:
- Specification defines requirements and success criteria (product thinking)
- Planning explores implementation approaches (architectural thinking)
- Implementation breaks work into atomic tasks (execution)
- Review & Refactor maintains code quality (craftsmanship)
Each phase has clear boundaries and artifacts, enabling deliberate decision-making rather than ad-hoc development.
Getting Started
Installation
This is a Claude Code plugin. Install it via the marketplace or clone this repository into your Claude plugins directory.
Initialize in Your Project
First time setup:
/specimin:init
This creates the .specimin/ directory structure for managing feature specifications and plans.
Basic Workflow
Specimin works through natural conversation with Claude Code. Just describe what you want:
Specify - Define what you're building and why
"Create a specimin-spec for user authentication"
Claude will guide you through clarifying questions and generate a product specification focused on requirements, not implementation.
Plan - Explore how to build it
"Generate an implementation specimen-plan for this feature"
Uses Tree-of-Thought exploration to evaluate multiple approaches and recommend the best strategy.
Implement - Break down into tasks
"Break this plan down into implementation specimin-task"
Converts high-level plans into atomic, actionable work items for step-by-step execution.
Wrap - Complete the feature
"specimin-wrap up this feature and create a PR"
Squashes commits and creates a pull request with context from your specification.
Additional Capabilities
- Review - "specimin-review this code against the specification"
- Refactor - "specimin-refactor extract this logic into a separate function"
Requirements
- Git repository
- Claude Code