ghwf3-plan
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/shotaiuchi/dotclaude --skill ghwf3-plan
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.
/ghwf3-plan
仿§æ¸ããå®è£ è¨ç»ã使ããã
Usage
/ghwf3-plan # æ°è¦ä½æ
/ghwf3-plan update # 対話形å¼ã§æ´æ°
/ghwf3-plan revise # ãã£ã¼ãããã¯ã«åºã¥ãã¦æ´æ°
Prerequisites
ghwf2-specå®äºæ¸ã¿02_SPEC.mdãåå¨
Processing
1. Load Context
- Read
state.jsonfor active work - Read
01_KICKOFF.md,02_SPEC.md - Fetch Issue with comments:
gh issue view <issue> --json body,comments - Analyze codebase structure
2. Create 03_PLAN.md
- Template:
~/.claude/templates/03_PLAN.md - Sections:
- Implementation Steps (ordered)
- File Changes
- Dependencies
- Risk Assessment
3. Commit & Push
Execute immediately without confirmation:
git add docs/wf/<work-id>/03_PLAN.md
git commit -m "docs(wf): create plan <work-id>"
git push
4. Update PR & Labels
- PR ãã§ãã¯ãªã¹ãæ´æ°
ghwf:step-3ã©ãã«è¿½å
5. Update State
{
"current": "ghwf3-plan",
"next": "ghwf4-review",
"last_execution": "<ISO8601>"
}