搜索文档...

搜索文档...

GitHub

技能

浏览可用的 AI 技能,一键添加到你的项目中

init

backend

@the-aico/backend/init

通过模板创建约束文档,初始化后端工作环境。

aico add @the-aico/backend/init

task-breakdown

backend

@the-aico/backend/task-breakdown

按照分层架构顺序将产品故事拆解为后端任务。

aico add @the-aico/backend/task-breakdown

plan

backend

@the-aico/backend/plan

为单个后端任务创建原子级实现计划,包含 TDD 和验证步骤。

aico add @the-aico/backend/plan

implement

backend

@the-aico/backend/implement

使用 TDD 执行后端实现:先写失败测试,再实现功能。

aico add @the-aico/backend/implement

init

frontend

@the-aico/frontend/init

通过模板创建设计系统和约束文档,初始化前端工作环境。

aico add @the-aico/frontend/init

style-extraction

frontend

@the-aico/frontend/style-extraction

从参考网站或截图中提取设计令牌,创建项目设计系统。

aico add @the-aico/frontend/style-extraction

design

frontend

@the-aico/frontend/design

将 PRD 或故事转化为完整的页面/组件设计,包含 ASCII 布局和规格。

aico add @the-aico/frontend/design

task-breakdown

frontend

@the-aico/frontend/task-breakdown

按照 UI 开发顺序将产品故事拆解为前端任务。

aico add @the-aico/frontend/task-breakdown

plan

frontend

@the-aico/frontend/plan

为单个前端任务创建原子级实现计划,包含精确代码和验证步骤。

aico add @the-aico/frontend/plan

implement

frontend

@the-aico/frontend/implement

使用 TDD 执行前端实现:先写失败测试,再实现功能。

aico add @the-aico/frontend/implement

init

pm

@the-aico/pm/init

通过模板创建产品宪法文档,初始化产品经理工作环境。

aico add @the-aico/pm/init

brainstorming

pm

@the-aico/pm/brainstorming

通过结构化对话引导用户将模糊想法转化为清晰可执行的产品概念。

aico add @the-aico/pm/brainstorming

user-story-writing

pm

@the-aico/pm/user-story-writing

将需求转化为结构化的用户故事,包含 Given/When/Then 验收标准。

aico add @the-aico/pm/user-story-writing

prd-writing

pm

@the-aico/pm/prd-writing

创建完整的产品需求文档,定义要构建什么以及为什么。

aico add @the-aico/pm/prd-writing

clarification

pm

@the-aico/pm/clarification

通过结构化提问和推荐选项解决需求中的歧义。

aico add @the-aico/pm/clarification

acceptance-criteria

pm

@the-aico/pm/acceptance-criteria

使用 Given/When/Then (Gherkin) 格式定义清晰可测试的验收标准。

aico add @the-aico/pm/acceptance-criteria

competitor-analysis

pm

@the-aico/pm/competitor-analysis

研究分析竞争对手,提供功能对比和可执行建议。

aico add @the-aico/pm/competitor-analysis

story-acceptance

pm

@the-aico/pm/story-acceptance

在前后端任务完成后验证并关闭用户故事。

aico add @the-aico/pm/story-acceptance

code-review

shared

@the-aico/_shared/code-review

请求结构化代码审查,检查正确性、安全性、性能和可读性问题。

Used by:
backend
frontend
aico add @the-aico/_shared/code-review

subagent-driven

shared

@the-aico/_shared/subagent-driven

通过为每个任务分派子代理并进行两阶段审查来执行实现计划。

Used by:
backend
frontend
aico add @the-aico/_shared/subagent-driven

worktree

shared

@the-aico/_shared/worktree

为功能开发创建隔离的 git worktree,并验证基线测试。

Used by:
backend
frontend
aico add @the-aico/_shared/worktree
AICO - AI 员工框架