将模糊或高风险的产品与工程变更梳理为可验证验收标准与实施要求
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "intent-driven-development" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/intent-driven-development/SKILL.md 2. 保存为 ~/.claude/skills/intent-driven-development/SKILL.md 3. 装好后重载技能,告诉我可以用了
请把“为团队项目新增基于角色的权限管理”整理成可执行需求文档,列出范围、非范围、关键用户故事、验收标准、边界情况和需要澄清的问题。
一份结构化需求说明,包含清晰范围、可测试验收标准、异常场景与待确认事项。
我们要把用户资料从旧数据库迁移到新 schema,请先不要写代码,帮我定义迁移目标、成功标准、回滚条件、数据校验规则、风险点和上线前检查清单。
一套迁移实施前规范,帮助团队在执行前明确验证方式、失败处理和上线门槛。
把“接入第三方支付并支持失败重试”拆成适合交给编码代理执行的说明,输出背景、约束、接口契约、验收测试、监控需求和不应做的事情。
一份适合交接的实施规格,减少误解并让后续开发与测试可直接执行。
Produce useful acceptance criteria without turning specification into ceremony. Inspect available context first, expose genuine ambiguity, and choose verification methods that fit the work and its risk.
/intent-driven-developmentDo not activate for trivial edits, straightforward one-line fixes, active debugging sessions, code review requests, or implementation requests whose acceptance conditions are already clear.
[revised], updates scope or verification method, increments the revision number, and re-presents only the changed criteriaQuick Capture — "Add CSV export to the dashboard"
Goal: Authenticated users can download dashboard data as a CSV file.
In scope: Export of currently filtered rows; filename includes date.
Out of scope: Scheduled exports, email delivery, Excel format.
Assumptions: Max row count is under 10k; no PII in exported fields.
AC-001: Export generates file with correct headers
- Scenario: authenticated user, at least one data row visible
- Action: click "Export CSV"
- Expected: browser downloads file with columns [id, name, created_at]
- Must not: expose internal fields or rows belonging to other users
- Verification: automated integration test + manual schema spot-check
- Priority: Required
Full Acceptance Brief trigger — "Migrate user auth to OAuth"
Auth change + external dependency + existing session data → Full Brief with Risk Review table, blocking decisions on session invalidation strategy, and explicit rollback AC.
Existing spec review — user pastes a PRD
Skill reviews it for missing scope boundaries, unverifiable requirements ("the system shall be fast"), and silent assumptions, then returns corrected or supplemental criteria without restarting discovery.
…
帮助开发者为代码代理配置性能优化、安全防护与研究优先工作流。
提供数据库迁移、回滚与零停机发布的最佳实践指导,适用于多种 ORM 与 SQL 数据库。
通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性
帮助你掌握地道 Rust 模式、所有权与并发实践,编写安全高性能应用。
基于 C++ Core Guidelines 编写、审查并重构更安全现代的 C++ 代码。
为 Claude Code 会话提供系统化校验流程,帮助检查结果正确性与质量。
通过层层追问与假设检验,帮助澄清需求、计划与设计中的关键不确定性。
帮助你严谨评估代码评审意见,澄清疑点后再决定是否采纳与实现
调用多模型交叉审查代码变更、PR与高风险修改,辅助发现缺陷与争议点
在实现完成后协助提交代码、推送分支并发起拉取请求与自动审查。
从正确性、测试、安全与性能等维度进行深入代码审查并给出改进建议
审查实现计划中的遗漏、假设与步骤顺序,降低后续开发返工风险