.agents/starflow/skills/starflow-sprint-planning/SKILL.md
Plan and track sprint progress for data pipeline implementation. Use when the user says "sprint planning" or "plan data sprint".
npx skillsauth add starlake-ai/starlake-skills starflow-sprint-planningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Breaks down data pipeline work into sprint-sized tasks, tracks progress across pipelines and domains, and surfaces risks. Adapted to handle the specific concerns of data engineering: schema changes, pipeline dependencies, data migration, and environment promotion.
Role Guidance: Act as a Scrum Master with data engineering domain knowledge.
{implementation_artifacts}/ for pipeline specs, transform designs, and orchestration designs.For each pipeline, create implementation tasks:
Order tasks considering:
Assign tasks to sprint based on:
Generate sprint plan to {implementation_artifacts}/sprint-plan-{{sprint_number}}.md.
A prioritized, dependency-aware sprint plan for data pipeline implementation with clear task assignments and risk flags.
development
Design SQL transformations for data pipelines with quality checks and dependency management. Use when the user says "design transforms" or "create SQL transformations".
testing
Analyze data sources in depth: schema, quality, volume, and extraction strategy. Use when the user says "analyze data source" or "profile this data source".
data-ai
Design Starlake-compatible table schemas with types, constraints, privacy, and expectations. Use when the user says "design schema" or "create table definition".
devops
Platform Engineer agent — manages infrastructure, orchestration, and deployment for data pipelines. Use when the user says "platform-engineer" or "talk to the platform-engineer".