병렬 작업 에이전트의 산출물을 체계적으로 검증합니다. 파일 존재, 내용 충분성, 연결 유효성, 타입 안전성을 확인합니다.
근본 원인 분석 결과를 바탕으로 버그를 수정합니다. TDD 워크플로우를 따릅니다.
빌드 오류를 분석하고 해결합니다. TypeScript, ESLint, 번들러, 테스트 실패 등 모든 빌드 관련 오류를 처리합니다.
코드 품질을 검토하고 개선점을 제안합니다.
리서치 결과 분석 및 보고서 작성 전문 에이전트입니다. web-researcher가 수집한 데이터를 종합 분석하고 구조화된 보고서를 생성합니다.
기술별 베스트 프랙티스를 적용합니다. 검증된 패턴과 방법론을 사용합니다.
Subagent clarification protocol - return flags instead of AskUserQuestion. Auto-loaded by subagents that need user clarification. 서브에이전트에서 AskUserQuestion 대신 플래그를 반환하여 메인 컨텍스트에서 처리.
코드 품질 규칙을 강제합니다. 500줄 제한과 주석 필수 규칙을 적용합니다.
통합 개발 워크플로우 매니저. Plan → Design → Tasks → Build 전체 사이클 관리.
문서 생성. API, 컴포넌트, 가이드 문서를 자동 생성합니다.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
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.
Code Assurance Layer for AI Building
A workflow automation plugin that brings 18 skills, 24 specialized agents, and 27 lifecycle hooks to Claude Code — enforcing best practices, eliminating hallucinations, and maintaining full traceability from planning to deployment.
Quick Start · Architecture · Commands · Agents · Contributing
AI-assisted development suffers from inconsistency: varying code quality, lost context between sessions, missing documentation, and unverified outputs. Teams waste time compensating for what the AI should handle automatically.
Calab Plugin wraps Claude Code in a structured development lifecycle — every plan gets reviewed, every implementation gets tested, every output gets validated. Context persists across sessions. Quality gates are non-negotiable.
| Without Calab | With Calab |
|---|---|
| Code quality varies by prompt | Enforced quality gates on every output |
| Context lost on compact/restart | Automatic state persistence & restoration |
| Documentation drifts from code | Auto-synchronized on every change |
| Hallucinated code ships unchecked | Validator → Reinforcer verification chain |
| Ad-hoc development process | Plan → Design → Tasks → Build pipeline |
| No traceability across phases | Mandatory artifacts with structured handoffs |
graph TD
A[User Request] --> B["/dev — Pipeline"]
A --> C["/solve — Debugger"]
A --> D["/onboard — Analyzer"]
B --> B1[Plan]
B --> B2[Discuss]
B --> B3[Design]
B --> B4[Tasks]
B --> B5["Build (TDD)"]
C --> B5
B5 --> I{Validator}
I -->|"90%+ ✓"| J[Ship]
I -->|"70-89%"| K[Reinforcer]
K --> I
I -->|"< 70%"| L[Escalate]
style A fill:#f8fafc,stroke:#334155
style B fill:#dbeafe,stroke:#2563eb
style C fill:#fef3c7,stroke:#d97706
style D fill:#d1fae5,stroke:#059669
style J fill:#d1fae5,stroke:#059669
style L fill:#fee2e2,stroke:#dc2626
| Layer | Skills | Trigger |
|---|---|---|
| Core | /dev · /solve · /onboard | User-invoked |
| Utility | /docs · /security · /research · /jira · /refactor · /e2e · /guard | User-invoked |
| Passive | best-practices · code-quality · tdd-workflow · project-rules · work-tracker · clarification-protocol · skill-completion-rules · verify-agents | Auto-loaded contextually |
Session start/stop, pre-compact state save, code quality validation, worktree tracking, build error detection, artifact verification, confidence-based reinforcer escalation, and more — all running automatically in the background.
| Feature | Description |
|---|---|
| 6-Element Task Specification | Every task includes What/How/Avoid+WHY/Verify/Done/Files with specificity testing |
| Structured Returns | All agents communicate via fixed JSON schemas for reliable inter-agent handoffs |
| Deviation Rules | Auto-fix protocol for 5 safe categories; user confirmation for 4 high-risk categories |
| 50% Context Budget Rule | 4-tier quality management (PEAK/GOOD/DEGRADING/POOR) based on context usage |
| Checkpoint Classification | human-verify (90%) · decision (9%) · human-action (1%) — minimizes unnecessary interruptions |
| 3-Level Artifact Verification | Existence → Substantive → Wired — ensures artifacts are real, meaningful, and connected |
| Goal-Backward Verification | Validates from user goal → observable truth → code artifact → key link |
| Fresh Context Pattern | Each executor starts with only its task definition — no cross-contamination |
| Wave-based Parallel Execution | Dependency graph → topological sort → wave grouping for parallel task execution |
| Questioning Guide | "Think partner, not interviewer" — Ask vs Decide framework to minimize user fatigue |
/dev --roadmap # View roadmap status
/dev --roadmap add "Phase title" # Add phase
/dev --roadmap insert N "Title" # Insert urgent phase before N
/dev --roadmap complete N # Complete phase N
/dev --roadmap milestone "v1.0.0" # Create milestone + archive
# 1. Add marketplace
/plugin marketplace add Wondermove-Inc/calab-claude-plugin
# 2. Install plugin
/plugin install calab-plugin@calab-marketplace
# 3. Verify installation
/plugins
# 4. Onboard your project
/onboard
npx claudepluginhub wondermove-inc/calab-claude-plugin --plugin calab-pluginCorca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
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
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Language-agnostic development process harness implementing the Stateless Agent Methodology (SAM) 7-stage pipeline with ARL human touchpoint model and Voltron-style language plugin composition. Provides orchestration, workflows, planning, verification, and testing methodology that any language plugin can compose with.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Code transformation: Dev SDLC orchestrator (code-shipping pipeline), plan, assert, audit, review, test, refactor, debug, for-sure. Hosts engineering agents.