一键导入
upstream-check
Run the StoryForge upstream documentation monitor to check for Anthropic doc changes. Use daily or when you suspect Claude Code has been updated.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the StoryForge upstream documentation monitor to check for Anthropic doc changes. Use daily or when you suspect Claude Code has been updated.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Display the StoryForge Kanban dashboard showing board status, features, active stories, sprint progress, and recent activity. Use to get a quick overview of project delivery state.
Update StoryForge delivery artifacts after work is completed. Updates story status, board, changelog, and captures follow-ups. Use after completing implementation work.
Plan or review a sprint by selecting Stories from Ready state into the sprint backlog. Use for sprint planning or mid-sprint reviews.
Create a new Story with structured fields including acceptance criteria, non-goals, risks, and follow-ups. Use when a new piece of work needs to be planned before implementation.
Link a StoryForge story to a GitHub Issue or Pull Request. Updates the story's GitHub field and optionally adds a comment on the GitHub issue. Use when starting work that relates to a GitHub issue.
Initialize a project with StoryForge Kanban delivery structure. Creates .kanban/ directory with board, backlog, sprint, decisions, changelog, and stories directory. Use when setting up a new project for StoryForge delivery tracking.
| name | upstream-check |
| description | Run the StoryForge upstream documentation monitor to check for Anthropic doc changes. Use daily or when you suspect Claude Code has been updated. |
| disable-model-invocation | true |
Check Anthropic Claude Code documentation for changes that may affect StoryForge.
python scripts/upstream_monitor.py
docs/upstream/release-watch.md/story-write to create an adaptation Storypython scripts/upstream_monitor.py --update-baseline
python scripts/upstream_monitor.py --report-path docs/upstream/reports
docs/upstream/release-watch.md with findingsdocs/upstream/doc-index.md verification dates| Level | Meaning | Action |
|---|---|---|
| No Impact | Cosmetic or unrelated change | Update baseline only |
| Docs Impact | StoryForge docs need updating | Update docs |
| Config Impact | Settings or configuration affected | Update templates |
| Agent Impact | Agent behavior or format changed | Update agents |
| Hook Impact | Hook events or format changed | Update hooks |
| Skill Impact | Skill format changed | Update skills |
| Migration Required | Breaking change | Create migration Story |