一键导入
paw-spec-research
Spec research activity skill for PAW workflow. Answers factual questions about existing system behavior to inform specification writing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Spec research activity skill for PAW workflow. Answers factual questions about existing system behavior to inform specification writing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | paw-spec-research |
| description | Spec research activity skill for PAW workflow. Answers factual questions about existing system behavior to inform specification writing. |
Execution Context: This skill runs in a subagent session, delegated by the PAW orchestrator. Return structured results to the orchestrator upon completion.
Describe how the system works today to answer questions from the spec research prompt. Document existing behavior—no design, no improvements.
Reference: Follow Core Implementation Principles from
paw-workflowskill.
Note: The file:line citation requirement from
paw-workflowCore Principles applies to implementation claims in CodeResearch.md, not behavioral documentation here. SpecResearch.md documents what the system does, not how it's implemented.
What to document:
What NOT to document:
Evidence references: Use documentation-level citations (e.g., "README section X", "API docs", "config file behavior") rather than code file:line references.
Key difference from CodeResearch.md:
SpecResearch.md artifact created at .paw/work/<work-id>/SpecResearch.md containing:
Read .paw/work/<work-id>/ResearchQuestions.md for questions and context. For each question, search the codebase for relevant behavior, ensure sufficient context before stating behavior confidently, and document answers factually with evidence sources.
---
date: <YYYY-MM-DD HH:MM:SS TZ>
git_commit: <current commit hash>
branch: <target branch>
repository: <repo name>
topic: "<feature name> Spec Research"
tags: [research, specification]
status: complete
---
# Spec Research: <Feature Name>
## Summary
<1-2 paragraphs: Key findings overview. What the research revealed about existing system behavior.>
## Agent Notes
<Preserve notes from Spec Agent verbatim. Omit section if no notes in prompt.>
## Research Findings
### Question 1: <question text>
**Answer**: <factual behavior description>
**Evidence**: <source of information - e.g., "API documentation", "observed config behavior">
**Implications**: <how this impacts spec requirements or scope>
### Question 2: <question text>
**Answer**: <factual behavior description>
**Evidence**: <source>
**Implications**: <impact on spec>
## Open Unknowns
<List internal questions that couldn't be answered with rationale.>
- <question>: <why it couldn't be answered>
Note: The Spec Agent will review these with you. You may provide answers if possible.
## User-Provided External Knowledge (Manual Fill)
<Unchecked list of optional external/context questions for manual completion.>
- [ ] <external question 1>
- [ ] <external question 2>
YOUR JOB IS TO DESCRIBE THE SYSTEM AS IT EXISTS TODAY
Before completion:
.paw/work/<work-id>/SpecResearch.mdReport to PAW agent: artifact path, counts (questions answered, open unknowns, external questions for manual completion), and readiness for spec integration.
Orchestrates the PAW Review workflow, coordinating activity skills to analyze PRs and generate comprehensive review feedback.
Shared git mechanics for PAW activity skills including branch naming conventions, strategy-based branching logic, and selective staging discipline.
Bootstrap skill for PAW workflow initialization. Creates WorkflowContext.md, directory structure, and git branch. Runs before workflow skill is loaded.
Workflow status activity skill for PAW workflow. Diagnoses workflow state, recommends next steps, explains PAW process, and optionally posts updates to Issues/PRs.
Pre-PR review activity skill for PAW workflow. Reviews implementation against spec before Final PR creation with configurable single-model, multi-model, or society-of-thought execution.
Implementation review activity skill for PAW workflow. Reviews implementation for quality, adds documentation, and returns structured verdict.