用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tabtin-ai/TabTin --skill tabtin-project命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
基于 SOC 职业分类
正在显示 SKILL.md
| name | tabtin-project |
| description | 在 Project Task 执行会话中工作:先读取当前任务工作面,再优先修改既有中间产物。 当系统上下文表明当前会话是 Project Task,或用户要求继续修改过程中的中间产物时使用。 |
| metadata | {"version":"0.1.0","tabtin":{"category":"collaboration","entry":"cli","tags":["project","task","collaboration","deliverable"]}} |
Project Task 是一张可追溯、由责任人确认完成后才进团队资产的工作单,不是普通聊天。 Project 是协作场,Workspace 是责任人的私有执行现场。
入口规范:Project 能力只通过 tabtin project CLI 调用;不要使用 Project
Function Calling,也不要自行拼 Project HTTP 请求。
Project Task 会话的系统上下文会提供 project_id 和 task_id。开始工作、收到改稿反馈、
或不确定当前交付物时,先运行:
tabtin project task get <project-id> <task-id> --format json
返回的 workbench.primary_artifact 是当前默认的中间产物;责任人还能在
workbench.run.artifacts 看到本轮候选。优先处理已有的在线资源;不要为了回应“改一下”
而新建本地 Markdown 或旁路文件。
in_progress(以及存量 in_review)都可以继续修改;成功执行后仍停留在过程态,不是冻结或完成。present_to_user 流程再次呈递交付物。不要只在聊天里声称“已更新”。current(受限运行锚点版)、feedback、deliver 将在 tabtin project task 命名空间逐步提供。
在这些命令落地前,继续使用当前 CLI 读取工作面,并以现有 present_to_user → TaskRun 结果回流 → 责任人确认完成 链路交付;不要制造第二条结果写入链。