daily-sprint-prompt
Work through this systematically, validating at each checkpoint before moving to the next step. - Find the active sprint for project CHRIS - Get the highest-priority unstarted ticket (by rank/priority field) - Read full ticket details: key, summary, description, acceptance criteria,
Install / Use
npx skills add electricpants01/FinanControlInstalls into whichever agent you are using.
.clinerules
Cline rules
Quality Score
Category
Project & Program ManagementSupported Platforms
Tags
Skill content
View source on GitHubWork through this systematically, validating at each checkpoint before moving to the next step.
1. Sprint Backlog → Task Details
- Find the active sprint for project CHRIS
- Get the highest-priority unstarted ticket (by rank/priority field)
- Read full ticket details: key, summary, description, acceptance criteria, linked issues, attachments
- Summarize what needs to be built/tested
2. Branch Setup
git checkout main && git pull- Create
feature/CHRIS-XXXbranch - Read existing AI/ docs and .clinerules to understand current conventions
3. Implementation
Build the solution per ticket requirements. Group work into focused,
reviewable commits following conventional commits format:
type(scope): message
Suggested commit groups:
- CHRIS-XXX test: Add Page Object Model + unit tests (MockK)
- CHRIS-XXX feat: Core implementation
- CHRIS-XXX test: Integration/edge case tests
- CHRIS-XXX chore: Update AI/ docs, .clinerules
4. Testing & Validation
- Run
./gradlew app:testDebugUnitTest— fix any failures - Run
./gradlew app:assembleDebug— fix any build errors - All tests must pass before PR
5. PR via GitHub MCP
Create a PR with:
- Title: Exact Jira summary (prefixed with CHRIS-XXX:)
- Body: Include ticket link, summary of changes per commit group, and test coverage notes
6. Retrospective
Document learnings from this session:
- What build/test friction did we hit? How can we fix it?
- What was missing from .clinerules or AI/ docs?
- What would speed up the next CHRIS-XXX task?
7. Move the jira ticket to "in review" using jira mcp
Related Skills
kaneo
9.1k🎯 All you need. Nothing you don't. Open source project management that works for you, not against you.
ccpm
8.4kProject management skill system for Agents that uses GitHub Issues and Git worktrees for parallel agent execution.
ppt-agent-skill
150🎨 World-class AI presentation generator · 26 styles · 18 charts · benchmarked against Linear/Anthropic/Stripe/Apple/NYT — a Claude Code Skill that turns one sentence into design-agency-quality decks (HTML + editable PPTX)
jira-skill
82AI agent plugin for Jira — CLI tools for issues, worklogs, sprints, and more | Server/DC & Cloud
Security Score
Audited on Invalid Date
