spec-homing
Find and place technical specs. Use when writing a new spec, looking for an existing spec, or referencing spec conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Find and place technical specs. Use when writing a new spec, looking for an existing spec, or referencing spec conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | spec-homing |
| description | Find and place technical specs. Use when writing a new spec, looking for an existing spec, or referencing spec conventions. |
Where specs live, how to find them, how to name them.
Specs are a dedicated step before implementation.
tmux session named {project}-{feature}-spec/Users/mike/shared-workspace/{project}/specs/{specname}.mdAll specs live on the NFS shared workspace, visible from both TARS and eezo:
/Users/mike/shared-workspace/{project}/specs/{specname}.md
Projects:
clawline — Clawline iOS client + providerhelm — Helm appfloatty — Floatty appshared — Cross-project or infrastructure specsDo NOT put specs in:
scratch/ (ephemeral, not preserved)docs/ directly (synced FROM shared workspace, not the other way)To find a spec by topic:
ls /Users/mike/shared-workspace/*/specs/
grep -rl "search term" /Users/mike/shared-workspace/*/specs/
Archived/superseded specs go in specs/archive/ within each project.
terminal-bubbles.md, bubble-sizing-v2.md-v2) only when superseding a prior spec/Users/mike/shared-workspace/{project}/specs/Specs sync from the shared workspace into git repos via cron jobs (e.g., sync-clawline-docs). The shared workspace is the source of truth — edit there, not in the repo.