一键导入
archi-interview-protocol
Inline helper for structured multiple-choice interviews. Protocol-invoked only; must return user-facing questions to the main conversation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Inline helper for structured multiple-choice interviews. Protocol-invoked only; must return user-facing questions to the main conversation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch minimal Architext documentation context after an Intent Card. Must run in isolated context/subagent when available. Auto-invoked by 00_system Front Pipeline.
Normalize a user request into an Architext Intent Card before command routing. Must run in isolated context/subagent when available. Auto-invoked by 00_system Front Pipeline.
Reconcile stale Architext task status from evidence. Must run in isolated context/subagent when available. Protocol-invoked only; do not auto-trigger from casual user requests.
Fetch minimal Architext documentation context after an Intent Card. Must run in isolated context/subagent when available. Auto-invoked by 00_system Front Pipeline.
Normalize a user request into an Architext Intent Card before command routing. Must run in isolated context/subagent when available. Auto-invoked by 00_system Front Pipeline.
Reconcile stale Architext task status from evidence. Must run in isolated context/subagent when available. Protocol-invoked only; do not auto-trigger from casual user requests.
| name | archi-interview-protocol |
| description | Inline helper for structured multiple-choice interviews. Protocol-invoked only; must return user-facing questions to the main conversation. |
/archi.* 协议在对应步骤显式调用。选择题优先。禁开放式提问(如「你想用什么数据库?」)。每题给 3-5 选项 + [Z] 自定义,AI 按上下文推荐一项,用户确认或换选即可。目标:用户不具备专业知识也能做合理决策。
gaps 中的缺口,禁自行扩展主题context 中用户已表态的禁再问,直接采纳[Z] 自定义 (请描述) 兑底[推荐],理由需结合 context,禁机械套默认AI+ / AI- 从 AI Agent 执行视角写完整句子;每方案必有取舍,禁写「无」max_questions### 补充确认
**[Q<n>] 问题标题**
> 一句话说明为什么需要这个信息
| ID | 选项 | 说明 | AI+ | AI- |
|:---|:---|:---|:---|:---|
| A [推荐] | 选项名 | 2-3 句说明 | 完整句子 | 完整句子 |
| B | ... | ... | ... | ... |
| Z | 自定义 | (请描述) | - | - |
(多题重复上述 Q-table)
**INPUT**: `Q1答案 | Q2答案 | ...`(题间用 `|`;单题多选用空格,如 `A B`)
| 错误 | 违反规则 | 修法 |
|---|---|---|
| `A | PostgreSQL` | #6 一词说明 |
AI+: 性能好 | #7 非完整句 | AI+: 结构化 Schema 让 AI 从类型直接推导 CRUD,减少猜测 |
AI-: 无 | #7 禁逃避 | AI-: 迁移脚本须随 Schema 演化同步维护,AI 容易遗漏字段变更 |
| 问 Brief 已表态的技术栈 | #2 | 跳过,直接采纳 |