agile-methodology
Apply agile development practices. Use when planning sprints, running ceremonies, or improving team processes. Covers Scrum, Kanban, and agile principles.
Best use case
agile-methodology is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Apply agile development practices. Use when planning sprints, running ceremonies, or improving team processes. Covers Scrum, Kanban, and agile principles.
Teams using agile-methodology should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agile-methodology/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agile-methodology Compares
| Feature / Agent | agile-methodology | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Apply agile development practices. Use when planning sprints, running ceremonies, or improving team processes. Covers Scrum, Kanban, and agile principles.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Agile Methodology ## Agile Principles 1. Individuals and interactions over processes 2. Working software over documentation 3. Customer collaboration over contracts 4. Responding to change over following plans ## Scrum Framework ### Roles - **Product Owner**: Defines what to build - **Scrum Master**: Facilitates process - **Development Team**: Builds the product ### Ceremonies #### Sprint Planning - Review backlog - Select sprint goals - Break into tasks #### Daily Standup - What did you do yesterday? - What will you do today? - Any blockers? #### Sprint Review - Demo completed work - Gather feedback - Update backlog #### Sprint Retrospective - What went well? - What could improve? - Action items ### Artifacts - **Product Backlog**: Prioritized list of work - **Sprint Backlog**: Work for current sprint - **Increment**: Potentially shippable product ## Kanban ### Principles - Visualize workflow - Limit work in progress (WIP) - Manage flow - Make policies explicit ### Board Example ``` | To Do | In Progress (3) | Review | Done | |-------|-----------------|--------|------| | Task1 | Task4 | Task6 | Task7| | Task2 | Task5 | | Task8| | Task3 | | | | ``` ## Metrics ### Velocity Story points completed per sprint. ### Lead Time Time from request to delivery. ### Cycle Time Time from start to completion. ### Work in Progress Number of items being worked on. ## Best Practices 1. Keep sprints short (1-2 weeks) 2. Definition of Done is clear 3. Backlog is prioritized 4. Retrospectives lead to action 5. Demos are regular
Related Skills
agile-workflow
Orchestrate agile development workflows by invoking commands in sequence with checkpoint-based flow control. This skill should be used when the user asks to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wants guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective.
Agile Scrum
Comprehensive guide to Agile Scrum methodology including roles, ceremonies, artifacts, sprint planning, and best practices for iterative software development
agile-coordinator
Orchestrate multiple worker agents to implement groomed tasks. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous.
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
angular-best-practices
Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency.
angular-app-setup
Creates an Angular 20 app directly in the current folder with strict defaults, deterministic non-interactive flags, and preflight safety checks. Use when the user asks to create, scaffold, or initialize Angular 20 in place and wants build/test verification.
angreal-patterns
This skill should be used when the user asks to "test angreal tasks", "mock angreal", "document tasks", "angreal best practices", "error handling in tasks", "subprocess patterns", "dry run mode", "verbose mode", or needs guidance on testing patterns, development workflows, documentation strategies, or common implementation patterns for angreal tasks.
android
Build, review, and refactor Android mobile apps (Kotlin) using modern Android patterns. Use for tasks like setting up Gradle modules, Jetpack Compose UI, navigation, ViewModel/state management, networking (Retrofit/OkHttp), persistence (Room/DataStore), DI (Hilt/Koin), testing, performance, release builds, and Play Store readiness.
android-watch-logs
Start real-time log streaming from connected Android device using adb logcat. Shows only app's log messages. Use when monitoring app behavior, debugging, or viewing Android logs.
android-use
Control Android devices via ADB commands - tap, swipe, type, navigate apps
android-supabase
Supabase integration patterns for Android - authentication, database, realtime subscriptions. Use when setting up Supabase SDK, implementing OAuth, querying database, or setting up realtime.
android-stop-app
Stop the Android app running on connected device. Cleanly terminates the app using force-stop. Use when stopping the app for debugging, testing, or cleanup.