Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub jrollin/claudiowhen asking to check ui or tests automation in browser
Use when designing systems with Event Modeling methodology, creating event models, or when user mentions event modeling, commands/events/views blueprints, system timeline design, or CQRS system design workshops.
Use when translating a completed event model into implementation tasks. Invoke when an event model with slices and specifications exists and needs to become a development plan, task breakdown, or spec-create compatible output.
Use when creating LLM-as-judge behavioral evals for an agent skill. Trigger for: "create tests for skill", "add evals to skill", "test this skill", "behavioral testing", "eval harness", "golden examples". NOT for unit tests, integration tests, or application testing.
Create a new feature specification following a phased workflow. Use when starting a new feature that needs requirements, design, and task planning. Invoke for spec-driven development, feature specification, requirements-design-tasks workflow.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Spec Driven Development toolkit - structured specification, planning, and implementation workflows for systematic feature development
Spec-driven development pipeline for Claude Code: interview-to-spec, spec-approach, tdd, verify, diagnose, and a feature orchestrator.
仕様駆動設計。仕様書からクラス責務を分析し、純粋関数を特定、テストファーストで単体テストを設計する
Spec-Driven Development Workflow for Claude Code. A 6-step pipeline: Requirements → Code Analysis → Design → Implement → Verify → Self-Improve. Specifications are the source of truth, code is a verified artifact.
Spectacular skills/commands library for spec-anchored development and parallel task execution
SPEC-First development workflow with TDD, Ralph Loop, and autonomous agent coordination for Claude Code
Code graph navigation and semantic search for LLM coding agents
Claude Code plugin for spec-driven development and TDD.
| Skill | Description |
|---|---|
spec-create | Create feature specifications (Requirements → Design → Tasks) |
spec-impl | Implement tasks from a completed specification |
spec-extract | Extract business rules and domain logic from existing codebases |
tdd | Test-driven development: red-green-refactor cycle, write failing tests first |
event-modeling-spec | Design systems with Event Modeling methodology (commands/events/views blueprints) |
event-modeling-tasks | Translate a completed event model into implementation tasks |
# Add marketplace
/plugin marketplace add git@github.com:jrollin/claudio.git
# Install the plugin
/plugin install claudio
claude --plugin-dir /path/to/claudio
/claudio:spec-create <feature-name> [description]
/claudio:spec-impl <feature-name>
/claudio:spec-extract <concept>
/claudio:tdd
/claudio:event-modeling-spec <system-name> [description]
/claudio:event-modeling-tasks <system-name>
Typical workflow:
/claudio:spec-create my-feature — generates docs/features/my-feature/{requirements,design,tasks}.md/claudio:spec-impl my-feature — implements tasks one-by-one from the specFor existing codebases, use /claudio:spec-extract pricing to reverse-engineer business rules into docs/rules/pricing.md. Supports --symbol, --path, and --broad options for different entry points.
The tdd skill activates automatically when implementing features or bugfixes, enforcing the red-green-refactor cycle.