diff --git a/.claude/skills/sprint-start/SKILL.md b/.claude/skills/sprint-start/SKILL.md index 957ea3886..e8b390ef4 100644 --- a/.claude/skills/sprint-start/SKILL.md +++ b/.claude/skills/sprint-start/SKILL.md @@ -288,6 +288,17 @@ Task( prompt: "You are on the {team} team for Sprint {N}. Branch: `{team}` + RULES: + - GIT: Do NOT run any git commands (commit, push, pull, merge, + checkout, branch, stash, tag, etc.). All git operations are + handled by the team lead. + - DB SCRIPTS: When calling ticket/sprint/sqlite scripts, use + the exact command with no wrappers or chaining. Examples: + db/connectors/ticket show 528 + db/connectors/ticket list --sprint {N} + Do NOT prepend python3, do NOT chain with && or ;, do NOT + add cleanup commands. Just the bare command. + 1. Read the sprint briefing: docs/sprints/sprint-{N}/{team}.md 2. Read the decision files referenced in the briefing. 3. Check TaskList for available work.