用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jb-612/mortgage_concierge --skill feature-spec命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Scaffold a new ADK function tool with TDD lifecycle and eval case addition
Adversarial testing loop inspired by autoresearch. Generate adversarial cases, run against agent, evaluate, accumulate findings.
Three-pass code review checking prerequisites, code quality, and test/eval coverage
基于 SOC 职业分类
正在显示 SKILL.md
| name | feature-spec |
| description | Create a new feature workitem folder with design.md and tasks.md templates |
| argument-hint | <epic-number> <feature-number> <feature-name> [description] |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
Create a workitem for feature $ARGUMENTS.
_docs/prd.md and _docs/capability-map.md (if they exist) to understand existing capabilities.workitems/PNN-FNN-<snake_case_name>/design.md (max 100 lines) with this template:# PNN-FNN: <Feature Name>
## Problem Statement
<What problem does this solve?>
## Proposed Solution
<High-level approach>
## Architecture Impact
- Agent changes: <none | root agent | new sub-agent>
- Tool changes: <new tools | modified tools>
- State changes: <new state keys | modified keys>
- Model changes: <new Pydantic models | modified models>
## State Contract
| Key | Type | Read By | Written By |
|-----|------|---------|------------|
## ADK Patterns
- Tools to add/modify: <list>
- Prompt changes needed: <yes/no, which agent>
- Eval cases needed: <list of scenarios>
## Acceptance Criteria
- [ ] <Criterion 1>
- [ ] <Criterion 2>
## Design Status: PENDING_REVIEW
tasks.md stub (max 100 lines):# PNN-FNN: <Feature Name> — Tasks
## Status: [ ] Complete
### T01: <first task>
- Type: [TDD] | [Eval-DD]
- Files: <source files to create/modify>
- Tests: <test file path> | <evalset file path>
- Depends: none
- Criteria: <testable assertion>
- Status: [ ]
/design-review