ワンクリックで
prompt
Extract structured requirements (F-xx) from user input. Outputs JSON to .copilot-tracking/
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Extract structured requirements (F-xx) from user input. Outputs JSON to .copilot-tracking/
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Comprehensive code review with security, patterns, and quality focus
Parallel execution using multiple Claude instances in Kitty terminal
Agile/Waterfall project planning, tracking, and delivery management
McKinsey-level strategic analysis with MECE frameworks and quantitative prioritization
Update project documentation (ADRs, CHANGELOG, running notes) in compact Claude-friendly format
Audit and harden any repository with standardized quality gates, hooks, and scripts
SOC 職業分類に基づく
| name | prompt |
| description | Extract structured requirements (F-xx) from user input. Outputs JSON to .copilot-tracking/ |
| allowed-tools | ["Read","Glob","Grep","Bash"] |
| context | fork |
| user-invocable | true |
| version | 1.0.0 |
Reusable workflow extracted from prompt agent expertise.
Extract structured functional requirements (F-xx) from natural language user input, producing machine-readable JSON for downstream planning agents.
@planner executionContext Gathering
git-digest.shClarification (MANDATORY)
Requirement Extraction
Output Generation
.copilot-tracking/prompt-{NNN}.jsonUser Confirmation
@planner.copilot-tracking/prompt-{NNN}.json with structured F-xx requirements@planner to create execution plan{
"objective": "one sentence goal",
"user_request": "EXACT user words, verbatim",
"requirements": [
{ "id": "F-01", "said": "exact words", "verify": "how to check", "priority": "P1" }
],
"scope": { "in": ["included"], "out": ["explicitly excluded by user"] },
"stop_conditions": ["All F-xx verified", "Build passes", "User confirms"]
}
| Rule | Requirement |
|---|---|
| said | EXACT user words, never paraphrase |
| verify | Machine-checkable (grep, test command, build passes), not prose |
| scope.out | ONLY items USER explicitly said to exclude, NEVER add on own initiative |
| Purpose | This JSON is read by planner agent to generate spec.json |