ghwf2-spec
1
总安装量
1
周安装量
#77645
全站排名
安装命令
npx skills add https://github.com/shotaiuchi/dotclaude --skill ghwf2-spec
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Always respond in Japanese. Write all workflow documents (*.md) in Japanese.
/ghwf2-spec
GitHub Issue ã¨ããã¯ãªãããã¥ã¡ã³ããã仿§æ¸ã使ããã
Usage
/ghwf2-spec # æ°è¦ä½æ
/ghwf2-spec update # 対話形å¼ã§æ´æ°
/ghwf2-spec revise # ãã£ã¼ãããã¯ã«åºã¥ãã¦æ´æ°
Prerequisites
ghwf1-kickoffå®äºæ¸ã¿01_KICKOFF.mdãåå¨
Processing
1. Load Context
- Read
state.jsonfor active work - Read
01_KICKOFF.md - Fetch Issue with comments:
gh issue view <issue> --json body,comments- Include comments as additional requirements
2. Create 02_SPEC.md
- Template:
~/.claude/templates/02_SPEC.md - Sections:
- Functional Requirements
- Non-functional Requirements
- Data Model
- API/Interface Design
- Edge Cases
3. Commit & Push
Execute immediately without confirmation:
git add docs/wf/<work-id>/02_SPEC.md
git commit -m "docs(wf): create spec <work-id>"
git push
4. Update PR Body
ãã§ãã¯ãªã¹ãæ´æ°:
- [x] ghwf1-kickoff
- [x] ghwf2-spec â ãã§ãã¯
- [ ] ghwf3-plan
...
5. Update Labels
gh issue edit <issue> --add-label "ghwf:step-2"
6. Update State
{
"current": "ghwf2-spec",
"next": "ghwf3-plan",
"last_execution": "<ISO8601>"
}
Revise Processing
- Check for updates since last execution
- Incorporate feedback into spec
- Append revision entry
- Commit:
docs(wf): revise spec <work-id>