From planosh
plan.sh의 각 Step을 순차적으로 교정하여 하네스를 강화. "calibrate", "하네스 강화", "/planosh-calibrate" 등의 요청에 사용.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planosh:planosh-calibrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`planosh calibrate` CLI를 호출하여 plan.sh의 각 Step을 순서대로 N번 실행하고, 수렴할 때까지 하네스를 강화한다.
planosh calibrate CLI를 호출하여 plan.sh의 각 Step을 순서대로 N번 실행하고, 수렴할 때까지 하네스를 강화한다.
/planosh-calibrate [plan-name] [--runs=N]
입력: .plan/{plan-name}/plan.sh + 하네스
출력: 강화된 하네스 + .plan/{plan-name}/calibration-report.md
이 스킬의 역할은 CLI 실행 전/후로 제한된다. 교정 로직 자체(testbed 생성, 병렬 실행, diff 분석, 패치, 재시도, 리포트)는 전부 CLI 내부에서 수행한다.
단일 Bash 호출로 끝난다:
planosh calibrate {plan-name} [flags]
| 플래그 | 기본값 | 설명 |
|---|---|---|
[plan-name] 또는 --plan | (필수) | .plan/{plan-name}/ 디렉토리명 |
--runs | 3 | Step당 병렬 실행 횟수 |
--max-retries | 2 | 발산 Step당 패치 재시도 횟수 |
--concurrency | 1 | 동시에 실행할 run 수 |
--timeout | 30m | Step 실행당 타임아웃 |
--model | (기본) | Step 실행용 claude 모델 |
--patch-model | (기본) | 패치 생성용 claude 모델 |
--keep-testbed | false | 교정 후 testbed 보존 |
--dry | false | 실행 없이 plan 검증만 |
CLI 호출 전에 다음을 확인한다. 실패 시 사용자에게 안내하고 중단.
.plan/ 하위 디렉토리를 나열하고 어느 것인지 묻는다 (CLI는 plan-name 없이 호출 시 에러).--testbed 지원: grep -q 'testbed' .plan/{plan-name}/plan.sh. 없으면 /planosh로 재생성하거나 수동 추가를 안내..plan/{plan-name}/ 전체가 git에 추적되어 있어야 한다 (testbed golden은 file:// clone에서 복사하므로 미커밋 파일은 누락됨).CLI가 종료되면 calibration-report.md를 읽고 사용자에게 요약한다:
verify()를 포함하면 --concurrency > 1에서 충돌할 수 있다. 빌드/파일 검증 위주일 때 안전..plan/{plan-name}/으로 rsync되어 반영된다. 커밋은 사용자가 직접 수행.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub asdfghoney/planosh --plugin planosh