원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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 |