소스 정보
- 저장소
- leetusik/bootstrap_agentic_workspace.sh
- 최근 소스 활동
- 2026년 8월 13일 20:47
- 감지된 SKILL.md 언어
- 영어
- 스타
- 5
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/leetusik/bootstrap_agentic_workspace.sh --skill retrofit명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
How to run product visual design in this workspace — Claude Design + the operator do the design; you write the handoff, wait, read it back, land it, build a runnable mockup the operator approves, and implement. Use when a phase or slice touches a design system, a redesign, mockups, a design gate, brand/palette/typography, or the look of user-facing pages. NOT for non-visual "design" (schema, API, architecture).
Review a completed phase against its objective and record a pass / changes_requested / blocked verdict.
Continue the active phase by completing exactly one slice, then stop.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | retrofit |
| description | Non-destructively adopt this agentic workspace into the current existing repository. |
| allowed-tools | Bash(python3 scripts/workflow.py:*), Read, Edit, Write, Glob, Grep, Bash |
| disable-model-invocation | true |
Adopt the agentic workspace into the CURRENT existing repository, non-destructively. Explicit-invocation only. The full procedure and collision policy are in docs/retrofit-guide.md; this skill drives it.
Preflight (read-only):
git rev-parse --is-inside-work-tree. If the working tree is dirty (git status --porcelain is non-empty), tell the operator and recommend committing or stashing first, so the retrofit lands as a clean, reviewable diff.works/state.json already exists, STOP and report: this repo already has the workspace — drive it with python3 scripts/workflow.py (or /do-next-slice). Do not retrofit again.bootstrap_agentic_workspace.sh. It is NOT part of an installed workspace, so ask the operator for its path, or fetch it per the README (the curl one-liner). Never fabricate a copy.Apply:
Run the installer in retrofit mode from the repo root:
sh <path>/bootstrap_agentic_workspace.sh . --into-existing \
--name "<project>" --summary "<one sentence>"
It is non-destructive: it skips files you already have, additively merges .claude/settings.json and CLAUDE.md (marked section + CLAUDE.workspace.md sidecar) — the only contract file it writes — installs the docs/+works/ subsystems only if absent, and aborts before writing if a foreign scripts/workflow.py exists. It installs no phases — the workspace starts empty.
Reconcile + verify:
CLAUDE.md, the installer kept it and wrote CLAUDE.workspace.md plus a marked pointer block into it. Read the sidecar and fold the workspace contract into the project's own contract as appropriate — the project's existing rules win where they disagree.__pycache__/ and *.pyc are git-ignored (the installer never edits .gitignore).python3 scripts/workflow.py validate, then python3 scripts/workflow.py next. next reporting "no active slice; create a phase or promote deferred work" is the expected empty-start state, not an error.Report:
git status. Do NOT commit automatically — the operator reviews the diff and tells you when to commit. Then tell the operator the workspace starts with no phases: when they are ready, their first real task is captured with the /create-phase intake flow (refine → clarify → confirm). Do not create a phase on your own. Point them at docs/retrofit-guide.md for the full policy and troubleshooting.