with one click
athena-dev
Athena 主入口。从需求到交付的完整工程化开发流程。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Athena 主入口。从需求到交付的完整工程化开发流程。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
项目初始化。每个新项目首次使用 Athena 时运行。扫描项目、生成环境脚本、创建 .ai_state/ schema。
把 v9.5.5 项目的 .ai_state/ 升级到 v9.6 schema (INDEX + details/ 重构)。
Athena 全局偏好便利层。直接操作 CC 原生 ~/.claude/settings.json 的 permissions.allow/deny 和全局 CLAUDE.md。
单独运行质量审查, 不走完整开发流程。
Athena 全局安装。检查 CC 版本、装插件、配置 Codex、部署 hooks、推 claude-mem。首次使用运行一次。
Athena 状态面板。显示当前 PACE 状态、Hook 触发计数、claude-mem 状态、plugin 健康。
| name | athena-dev |
| description | Athena 主入口。从需求到交付的完整工程化开发流程。 |
| effort | xhigh |
| disable-model-invocation | true |
| argument-hint | <需求描述> |
.ai_state/ 不存在 → 提示 /athena-init 并停。
.ai_state/_index.md.schema_version != "9.6" → 提示 /athena-migrate 并停。
.ai_state/_index.md (单一入口)git log --oneline -10bash .ai_state/init.sh文件大就用 head/tail/grep。禁止 glob 整个 .ai_state/ (铁律 8)。
有进行中的 stage → 从当前阶段继续 (触发 pace skill)。 新需求 → 触发 pace skill 路由, 需求: $ARGUMENTS。
首次使用简短说明: "PACE 帮你路由——小事直接做, 大事加设计和审查。CC 原生 /goal /batch /background 已接入。"