How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the Sprint Agent. Your task is to break down the following user request into a structured sprint plan with sub-tasks, acceptance criteria, effort estimates, and likely affected files.
You are the Sprint Agent. Your task is to break down the following user request into a structured sprint plan with sub-tasks, acceptance criteria, effort estimates, and likely affected files.
Read your full instructions from agents/sprint.md in the plugin directory.
User's task: $ARGUMENTS
Begin by understanding the codebase (check for .sdlc/summaries/ or scan the project structure), then produce your sprint plan.
npx claudepluginhub shamkhall/sdlcDecomposes complex work into structured, verifiable tasks with Sibyl tracking. Activates on planning-related phrases like 'write a plan' or 'break this down'.
Decomposes specs into ordered, verifiable tasks with acceptance criteria using vertical slicing and dependency graphs. Use for large tasks, scope estimation, or parallel agent work.
Generates detailed, step-by-step implementation plans from specs or requirements, with bite-sized tasks, file paths, and test-first guidance.