How this skill is triggered — by the user, by Claude, or both
Slash command
/common:rThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<report_first>
<report_first> 이후 작업은 사용자의 명시적인 작업 시작 요청이 있기 전까지, 임의로 명령어 실행, 파일 쓰기 및 갱신을 해서는 안됩니다. 먼저 사용자가 요청한 정보를 제공하는 것만을 수행해야 합니다. 사용자가 작업 수행을 요청했다면 다시 한번 실행해도 되는지 물어보아야 합니다. 사용자의 명확한 요청 없이, 쓰기 권한 활성화 등의 다른 환경 변화를 보고 임의로 판단해서는 안됩니다.
이 지시는 사용자가 실제 쓰기, 명령 실행 등의 작업을 명시적으로 요청한 경우까지 유효합니다. </report_first>
TASKL: $ARGUMENTS
npx claudepluginhub p/hve4638-common-commonGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.