From project-management
Plan a sprint from a backlog — set a single sprint goal, size the commitment to demonstrated capacity (not aspiration), attach acceptance criteria + a single owner to every committed item, and make carry-over explicit. Reach for this when a team is starting a sprint, replanning mid-flight, or diagnosing erratic velocity. Used by `scrum-master` (primary).
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-management:sprint-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Purpose:** Run a sprint-planning session that produces a *committable* plan — a goal the increment serves, a commitment that fits real capacity, and items that are "done"-defined before work starts. Used by `scrum-master`.
Purpose: Run a sprint-planning session that produces a committable plan — a goal the increment serves, a commitment that fits real capacity, and items that are "done"-defined before work starts. Used by scrum-master.
risk-and-raid-analyst).A sprint plan (see ../../templates/sprint-plan.md): goal, committed items (owner + acceptance + estimate), capacity basis, carry-over decisions, and named impediments. End with the scrum-master Output Contract block.
npx claudepluginhub mcorbett51090/ravenclaude --plugin project-managementGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.