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.