用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/imbue-ai/bouncer --skill extract-requirements-from-mock命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create HTML mocks for a new feature idea
Execute an implementation plan by working through each task file in order. Use when an implementation plan folder exists at docs/<feature>/implementation_plan/.
Write an architecture document from goals and requirements
基于 SOC 职业分类
正在显示 SKILL.md
| name | extract-requirements-from-mock |
| description | Extract requirements document from HTML mock iteration |
| disable-model-invocation | true |
| argument-hint | [feature-name] |
You are extracting a clean requirements document from an HTML mock iteration session.
Feature name: $ARGUMENTS
Locate the feature folder: Look for docs/$ARGUMENTS/
Gather all context:
mocks.context.md for the original description, Q&A, and all logged UI tweaksmocks.html to understand the final UI stateExtract requirements: Create docs/$ARGUMENTS/requirements.md with:
Structure the requirements doc:
# <Feature Name> - Requirements
This document specifies the user-facing requirements for <feature>. It describes *what* the system must do from the user's perspective.
---
## 1. <First Major Area>
- **REQ-XXX-1:** <requirement>
- **REQ-XXX-2:** <requirement>
## 2. <Second Major Area>
...
Present the requirements to the user for review.
Optionally regenerate mocks: Ask the user if they would like to: