Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By 2lab-ai
Implements Spec-Trace-Verify (STV) methodology for traced development: transforms requirements into specs and vertical traces with contract tests, automates bundling/execution of unfinished scenarios, implements code to pass tests, debugs via traces, and verifies PRs with 3D checks for completeness, correctness, and coherence.
npx claudepluginhub 2lab-ai/oh-my-claude --plugin stv유저의 요구가 불명확할때 트리거. 애매한 요청, 다의적 지시, 범위 불분명한 작업에서 Context Brief를 생성하여 명확화한다.
Trigger this skill in any situation where code behaves differently from expectations like "why does this happen", "find the bug", "form a hypothesis", "follow the callstack", "trace back from the result". Even without the explicit word "debugging", trigger on symptom reports.
Autonomous work execution on STV-traced scenarios. Selects unfinished scenarios from trace.md, implements via stv:work, loops until done or user input needed.
Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
Problem space exploration mode. Stance, not workflow. Read-only codebase investigation before committing to spec. Triggers on 'explore this', 'investigate', 'understand the problem', 'what are we dealing with', 'before we spec this'.
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.
Skills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.
Specification-Driven Development with Process Discipline for Claude Code
Specification-driven development workflow: specify → plan → tasks → implement
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.
Spec-driven development using GitHub spec-kit methodology. Constitution-first approach with specify, plan, tasks, and implement phases.
Verified Coherence Spec-Driven Development — adversarial quality gates for AI-assisted development
Cross-session Save/Load, and Ultrawork inspired by oh-my-opencode with Ralph Loops
Session log archiver: saves conversations as Markdown or JSON for easy review
Claude Code power utilities: auto-titling sessions and sound notifications
____ _ _ __ ____ __ _____ _ _
/ __ \| | | | | \/ \ \ / / / ____| | | |
| | | | |__| |_____| \ / |\ \_/ /_____| | | | __ _ _ _ __| | ___
| | | | __ |_____| |\/| | \ /______| | | |/ _` | | | |/ _` |/ _ \
| |__| | | | | | | | | | | | |____| | (_| | |_| | (_| | __/
\____/|_| |_| |_| |_| |_| \_____|_|\__,_|\__,_|\__,_|\___|
[!CAUTION] EXPERIMENTAL PROJECT - This plugin runs autonomous AI loops that can consume significant tokens. Mind your token usage!
/ultraworkand/deepworkwill iterate until completion. Use--max-iterationsto set limits. You have been warned.
Claude Code plugin for AI-powered iterative development loops.
Inspired by oh-my-opencode and Ralph Wiggum.
/plugin marketplace add 2lab-ai/oh-my-claude
/plugin install oh-my-claude@oh-my-claude
/plugin install powertoy@oh-my-claude
Required: Run
/oh-my-claude:setupafter installation.
oh-my-claude uses your Gemini CLI and Codex CLI subscriptions (not API keys).
# 1. Run setup to check dependencies
/oh-my-claude:setup
# 2. Login to each service
gemini auth login # Opens browser for Google auth
codex auth # Opens browser for OpenAI auth
# 3. Verify everything works
/oh-my-claude:setup
Once authenticated, agents use your existing subscriptions:
Ralph loop with 3 specialized AI agents for autonomous development.
[!IMPORTANT] Requires YOLO mode:
claude --dangerously-skip-permissions
/ultrawork "Build REST API for users"
Agents:
Loop exits when task is genuinely complete.
Same as ultrawork, but requires 9.5+ score from all three reviewers (GPT-5.2, Gemini-3, Opus-4.5) before completion.
/deepwork "Critical security fix" --max-iterations 50
Save work context in one tool and resume in another.
# In Claude Code: save your work
/save
# In Gemini CLI or Codex: resume the work
/load
Cross-tool workflow example:
/save when done/load to continue./docs/tasks/save/To enable cross-tool commands:
./install-cross-session-commands.sh
This installs /save, /load, /list-saves, /check to:
~/.gemini/commands/ (Gemini CLI)~/.codex/prompts/ (Codex)| Command | Description |
|---|---|
/ultrawork | Multi-agent autonomous work loop |
/deepwork | Work loop with triple AI review gate (GPT-5.2 + Gemini-3 + Opus-4.5, all ≥9.5) |
/save | Save work context |
/load <id> | Load saved context |
/list-saves | List all saved contexts |
/check [all|id] | Verify archived saves completion |
/cancel-work | Cancel active loop |
/setup | Verify dependencies |
| Hook | Description |
|---|---|
| auto-title.sh | Auto-generate session titles (Claude Haiku) |
| play-sound.sh | Play sound on session end (macOS) |
Bundled MCP servers:
| Server | Package |
|---|---|
| gemini | @2lab.ai/gemini-mcp-server |
| claude | @2lab.ai/claude-mcp-server |
| codex | codex mcp-server |
Q: Will this burn my tokens?
A: Yes. That's the feature, not a bug.
/\_/\
( o.o ) "I'm helping!"
> ^ < - Your AI, iteration 47
| Version | Changes |
|---|---|
| 1.0.22 | Context window optimization - total plugin under 4k tokens |
MIT