Overview
- Skill Key
- 1kalin/afrexai-sprint-planner
- Author
- 1kalin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/1kalin/afrexai-sprint-planner
- Latest Commit SHA
- 016cdcf4ebc3092ad48d14a5a2737c36b893d61f
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Afrexai Sprint Planner 技能。 若已安装,则直接安装 Afrexai Sprint Planner 技能。
# Sprint Planner Plan, scope, and run agile sprints that actually ship. No ceremony bloat. ## What It Does Takes your backlog (or a rough list of tasks) and produces a sprint plan with: - Capacity math (team size × available days × focus factor) - Story point allocation with buffer - Sprint goal + success criteria - Daily standup template - Retro prompts tied to metrics ## Usage Tell your agent: "Plan a 2-week sprint for [team/project]" with: - Team size and availability - Backlog items (paste or describe them) - Any hard deadlines or dependencies ## Sprint Planning Framework ### 1. Capacity Calculation ``` Available hours = team_size × sprint_days × hours_per_day × focus_factor focus_factor = 0.7 (accounts for meetings, interrupts, context switching) ``` ### 2. Backlog Prioritization (RICE) Score each item: - **Reach**: How many users/processes does this affect? (1-10) - **Impact**: How much does it move the needle? (0.25, 0.5, 1, 2, 3) - **Confidence**: How sure are you about estimates? (0.5, 0.8, 1.0) - **Effort**: Person-days to complete `RICE Score = (Reach × Impact × Confidence) / Effort` Sort descending. Fill sprint capacity from top. ### 3. Sprint Goal One sentence. Measurable. Example: "Ship user onboarding flow — 80% of new signups complete setup within 48 hours." ### 4. Buffer Rule Reserve 20% capacity for unplanned work. If you're filling 100% of capacity, you're already behind. ### 5. Definition of Done Every item needs: - [ ] Code reviewed and merged - [ ] Tests passing - [ ] Deployed to staging - [ ] Product owner sign-off ### 6. Daily Standup (async-friendly) Each person posts: 1. What I shipped yesterday 2. What I'm shipping today 3. What's blocking me (if anything) Skip "what I worked on" — focus on shipped output. ### 7. Sprint Retro (15 min max) - **Velocity**: Planned points vs completed points - **Carry-over**: What didn't get done and why? - **One thing to change**: Pick ONE process improvement. Not five. ### 8. Anti-Patterns...
# Sprint Planner Agile sprint planning that ships. No ceremony bloat, no 2-hour planning meetings. Feed your agent a backlog and team size — get a capacity-calculated sprint plan with RICE prioritization, buffer math, and async standup templates. ## Features - Capacity calculation with realistic focus factors - RICE scoring for backlog prioritization - 20% buffer rule (stop overcommitting) - Async-friendly standup format - Anti-pattern detection - Sprint retro prompts tied to velocity data ## Quick Start Install: `clawhub install afrexai-sprint-planner` Then tell your agent: *"Plan a 2-week sprint for my team of 4 engineers"* ## Who It's For Engineering managers, tech leads, and founders running small teams (2-15 people) who want structured sprints without enterprise overhead. ## More from AfrexAI - [AI Context Packs](https://afrexai-cto.github.io/context-packs/) — 10 industry packs ($47 each) with 50+ agent-ready frameworks - [AI Revenue Calculator](https://afrexai-cto.github.io/ai-revenue-calculator/) — Find where you're losing money to manual processes - [Agent Setup Wizard](https://afrexai-cto.github.io/agent-setup/) — Configure your AI agent stack in 5 minutes
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.