一键导入
coca-spec
Clarify fuzzy or greenfield work into a COCA spec before implementation. Use when the user has intent, but the requirements are still incomplete.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Clarify fuzzy or greenfield work into a COCA spec before implementation. Use when the user has intent, but the requirements are still incomplete.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent role definitions for generating PPTX slides. Each .md file defines a specialized sub-agent persona (cover, TOC, content, section-divider, summary) that follows ppt-orchestra-skill to produce individual slide JS modules compiled into a final presentation.
Shared runtime references for autodev-managed projects. Use when you need the task lifecycle, MCP provisioning guidance, or the local skills-main integration notes.
Open, create, read, analyze, edit, or validate Excel/spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Use when the user asks to create, build, modify, analyze, read, validate, or format any Excel spreadsheet, financial model, pivot table, or tabular data file. Covers: creating new xlsx from scratch, reading and analyzing existing files, editing existing xlsx with zero format loss, formula recalculation and validation, and applying professional financial formatting standards. Triggers on 'spreadsheet', 'Excel', '.xlsx', '.csv', 'pivot table', 'financial model', 'formula', or any request to produce tabular data in Excel format.
Lightweight spec-driven workflow for large rewrites, migrations, overhauls, or architecture-heavy work. Use when the task needs analysis, planning, progress tracking, and continuity across multiple sessions before coding.
| name | coca-spec |
| description | Clarify fuzzy or greenfield work into a COCA spec before implementation. Use when the user has intent, but the requirements are still incomplete. |
| version | 1.0.0 |
Use this skill before implementation when the task is still underspecified.
COCA stands for:
docs/specs/<feature-name>-coca-spec.md.Use this structure for the final document:
# <Feature Name> - COCA Spec
## Context
## Outcome
## Constraints
## Assertions
### Happy Path
### Edge Cases
### Error States
### Anti-Behaviors
### Integration