ワンクリックで
sprint-plan
Generates or updates a sprint plan based on docs/TASKS.md backlog, completed work, and priorities.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generates or updates a sprint plan based on docs/TASKS.md backlog, completed work, and priorities.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Rapid prototyping workflow for Unity. Quickly validates a mechanic or concept with throwaway code and a structured report.
Load a saved plan from ProjectSettings/GameDeck/plans/ and execute it step-by-step.
Save a plan to ProjectSettings/GameDeck/plans/ — captures the most recent plan from this conversation, or a plan you provide directly.
Plan a feature implementation with tasks, architecture, and file list.
Generate a complete Unity system — MonoBehaviour + ScriptableObject config from structured input.
Analyze and refactor a file or system with before/after comparison.
| name | sprint-plan |
| description | Generates or updates a sprint plan based on docs/TASKS.md backlog, completed work, and priorities. |
| argument-hint | [new|update|status] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Write, Edit |
When this skill is invoked:
Read docs/TASKS.md to get the full backlog with status and priorities.
Determine mode:
new: Create a new sprint planupdate: Update existing sprint plan with progressstatus: Report current sprint statusFor new mode:
For status mode:
Output format:
## Sprint Plan — [Date]
### Must Have (🔴)
- [ ] T-XXX: Description
### Should Have (🟡)
- [ ] T-XXX: Description
### Nice to Have (🟢)
- [ ] T-XXX: Description
### Dependencies
[Task dependency chain]
### Risks
[Identified risks and mitigations]