Agent skill
agile-methodology
Apply agile development practices. Use when planning sprints, running ceremonies, or improving team processes. Covers Scrum, Kanban, and agile principles.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/agile-methodology
SKILL.md
Agile Methodology
Agile Principles
- Individuals and interactions over processes
- Working software over documentation
- Customer collaboration over contracts
- 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
- Keep sprints short (1-2 weeks)
- Definition of Done is clear
- Backlog is prioritized
- Retrospectives lead to action
- Demos are regular
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?