Automate Claude Code workflows: scaffold greenfield projects via interview-driven decisions and markdown specs, generate layered implementation plans with approvals, audit contexts/skills/plugins for quality and drift, orchestrate optimal agent patterns for complex tasks, assess harness maturity across axes, analyze session execution patterns, and QA web/desktop/CLI apps with health reports.
npx claudepluginhub team-attention/harnessReads CLAUDE.md and .claude/rules/* for a project and evaluates quality via LLM-judgment: length, internal contradictions, ambiguities, placeholder content, progressive disclosure, sensitive file protection. Returns CONTEXT_REPORT JSON. Read-only.
Audits a project's automation and verification posture: test infrastructure, formatter/linter PostToolUse hooks, PreToolUse dangerous-action blocks, verifier-agent separation, and whether registered project skills/hooks are actually invoked in recent sessions. Returns AUTOMATION_REPORT JSON.
Analyzes Claude Code session JSONL files to extract execution patterns: plan-ratio, delegation, parallel usage, handoff, repeated n-grams, tool frequency. Uses jq for efficient extraction of tool_use metadata only — never reads prompt text. Scales via split+parallel when many sessions exist. Returns SESSION_REPORT JSON.
Analyzes installed skills/plugins/MCP servers against ~/.claude.json to detect dead, ghost, duplicate, and collision-prone entries AND report the current accessible state (enabled plugins, runtime skills, connected MCP servers). Returns a structured JSON report. Read-only. Use from /check-harness.
Analyze the user's task and propose the optimal orchestration pattern, then execute it. 4 patterns: Sequential Pipeline, Parallel Subagent, Team Mode, Ralph Loop. Situation-aware pattern selection with user confirmation before execution. Use when: "/agent-orchestrate", "agent-orchestrate", "오케스트레이션", "어떤 패턴으로", "병렬로 할까", "순차로 할까", "팀 모드", "에이전트 패턴", "작업 방식 제안", "how should we run this", "pick a pattern". Also trigger when the user describes a complex multi-step task that would clearly benefit from agent coordination — e.g., "A사 B사 C사 분석해줘", "설계하고 구현하고 리뷰까지", "이거 순서대로 해줘", "3개 동시에 돌려", or any task with 3+ subtasks where choosing the right execution pattern matters for efficiency.
Harness 성숙도 진단 — **6축 24항목 체크리스트**와 **2×3 분석 매트릭스**(Static/Behavioral/Growth × User/Project)로 하네스의 사이클(구조→맥락→계획→실행→검증→개선)을 평가한다. 판단은 항상 "갖춘 것(Static) ↔ 실제로 하는 것(Behavioral)의 gap" 또는 "하네스가 자라고 있는지(Growth)"에서 나온다. 4개 서브에이전트(skill-portfolio-analyzer, session-pattern-analyzer, context-quality-reviewer, project-automation-auditor)를 병렬 실행. session-pattern-analyzer는 User 전역과 현재 프로젝트 두 번 돌려 User/Project 스코프를 분리한다. Use whenever the user asks to audit their Claude Code harness, review skill portfolio health, evaluate execution patterns across sessions, check project context/rules quality, or wants to know what's missing in their AI setup — even if they don't say "check-harness" explicitly. Trigger: "/check-harness", "check harness", "하네스 체크", "하네스 점검", "harness audit", "설정 점검", "뭐가 부족한지 봐줘", "하네스 진단", "성숙도 점검", "maturity check", "내 클로드 설정 봐줘", "스킬 정리".
"/deep-interview", "deep interview", "interview me", "clarify requirements", "요구사항 정리", "인터뷰", "딥 인터뷰", "뭘 만들어야 할지 모르겠어", "요구사항이 불명확", "아이디어 구체화"
Use this skill when the user wants to audit the memory and documents Claude Code loads into context — CLAUDE.md (user global + project + nested), MEMORY.md, @imports, .claude/skills, .claude/agents, .claude/commands, installed plugins — and detect three kinds of issues: outdated claims, mutually contradictory statements, and risky-or-ambiguous wording. Produces a prioritized improvement list at `.drift-reports/`. Zero config. Trigger phrases: "doc drift", "memory drift", "memory audit", "context drift", "docs audit", "문서 점검", "문서 감사", "메모리 감사", "메모리 점검", "outdated 문서", "문서 충돌".
Systematically QA test any application — web apps, native macOS apps, Electron apps, CLI tools, interactive REPLs, or anything on screen. Three modes: browser (agent-browser/Playwright, fast, DOM-level), computer (MCP computer-use, screenshot + pixel clicks, any app), and cli (tmux, send-keys + capture-pane for interactive terminals). Auto-selects mode or accepts --browser / --computer / --cli override. Use when asked to "qa", "QA", "test this site", "test this app", "find bugs", "test and fix", "fix what's broken", "dogfood", "exploratory test", "bug hunt", "QA this app", "사이트 테스트", "앱 테스트", "브라우저 QA", "화면 보고 테스트해줘", "네이티브 앱 테스트", "screen test". Three tiers: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic). Produces before/after health scores, fix evidence, and a ship-readiness summary.
Greenfield project architecture + harness scaffolding for AI Agent productivity. Interview-driven decisions -> markdown spec output. Produces: Code Structure (vertical slice exemplar), Test Infrastructure, Guard Rails, conditional extensions, AND Harness (CLAUDE.md with domain/team context, rules, skills, hooks). L2: architecture decisions, L3: harness setup, L4: unified plan (requirements + tasks). Use when: "/scaffold", "scaffold", "new project", "set up project", "프로젝트 세팅", "초기 구조"
Turn a goal into an implementation plan (spec.md). Simplified layer chain: L0:Goal → L1:Context → L2:Decisions → L3:Requirements → L4:Tasks. Evidence-based clarity scoring at L2. User approves at L2, L3, L4. Output is a single spec.md file written with the Write tool. Use when: "/specify", "specify", "plan this"
Uses power tools
Uses Bash, Write, or Edit tools
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 claimSpecification-first AI harness: 11 structural gates, 11 Ouroboros commands, 11 agent personas, and 3-tier architecture enforcement. v2.1: Pair Mode (Navigator-Driver + independent test design + /review command).
Harness Engineering framework - skills, agents, and commands for safe, reviewable, incremental agent-driven development. Includes RPEQ workflow (Research, Plan, Execute, QA), ast-grep setup, and codebase analysis tools.
HarnessFlow — From idea to shipped product: high-quality engineering workflows for AI agents. Spec-anchored SDD, gated TDD, evidence-based routing, independent reviews, and formal closeout.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Makes a repo agent-ready: AGENTS.md, boundary tests, CI pipeline, GC scripts — based on OpenAI's harness engineering methodology
Enterprise-grade AI Agent Skills for software development, DevOps, SRE, security, and product teams.
Harness Engineering 세션을 위한 Claude Code 플러그인.
AI 에이전트가 잘 일하는 환경을 설계하는 기술 — Harness Engineering의 핵심 개념을 실습하고, 바로 써볼 수 있는 스킬과 자료를 제공한다.
| Skill | 설명 | 사용법 |
|---|---|---|
| check-harness | 현재 프로젝트의 Harness 성숙도를 5축 35개 체크리스트로 진단 | /check-harness |
| scaffold | Greenfield 프로젝트에 AI-optimized 하네스 구조를 스캐폴딩 | /scaffold |
| specify | 목표를 구조화된 구현 계획(spec.md)으로 변환 | /specify "목표" |
| deep-interview | Socratic 방식의 요구사항 인터뷰 (Ambiguity Score 기반) | /deep-interview "주제" |
materials/harness-checklist.md
AI가 잘 일하는 환경을 설계하기 위한 자가진단 체크리스트. 3단계 성숙도(L1 시작하기 → L2 내 것으로 만들기 → L3 자율 운영)로 나뉘며, 5개 축에 걸쳐 35개 항목을 점검한다.
materials/slides/
"Harness Engineering — AI가 잘 일하는 환경을 설계하는 기술" 세션 발표 자료.
HTML 슬라이드 50장 + viewer.html로 로컬에서 바로 열어볼 수 있다.
# 슬라이드 뷰어 열기
open materials/slides/viewer.html
# 1. 이 플러그인이 있는 디렉토리에서 Claude Code 실행
cd harness-session
claude
# 2. 현재 프로젝트의 하네스 성숙도 진단
/check-harness
# 3. 새 프로젝트에 하네스 스캐폴딩
/scaffold
# 4. 요구사항이 불명확할 때 인터뷰
/deep-interview 뭘 만들어야 할지 모르겠어
# 5. 목표를 구현 계획으로 변환
/specify "사용자 인증 시스템 구현"
.claude-plugin/plugin.json # Plugin manifest
skills/
check-harness/SKILL.md # Harness 성숙도 진단
scaffold/SKILL.md # 프로젝트 스캐폴딩
specify/SKILL.md # Goal → spec.md
deep-interview/SKILL.md # Socratic 인터뷰
hooks/hooks.json # Hook 등록 (빈 템플릿)
materials/ # 세션 발표 자료
.claude/settings.json # Claude Code 프로젝트 설정
Internal use only.