← Back to Skills Marketplace
scrum-master
by
Alireza Rezvani
· GitHub ↗
· v1.0.0
· MIT-0
453
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install scrum-master
Description
Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives...
Usage Guidance
This skill appears to be what it claims: a set of Python analytics scripts plus docs and templates for Scrum analysis. Before installing or running it, consider these practical steps: 1) Ensure a suitable Python runtime (and any required libraries) is available — SKILL.md runs `python ...` but the registry didn't declare this. 2) Inspect the three included Python files (velocity_analyzer.py, sprint_health_scorer.py, retrospective_analyzer.py) for any unexpected network calls, subprocess execution, or file-system access beyond reading the supplied JSON; run them in a sandbox or isolated environment first. 3) Feed only non-sensitive or redacted real data (avoid including credentials, personal auth tokens, or private PII in the JSON). 4) If you need the agent to run the scripts autonomously, be aware that running bundled code increases the impact of any malicious logic — consider requiring explicit user approval before execution. 5) If provenance matters, ask the publisher for a homepage, source repo, or dependency list (the package author is listed but source is 'unknown'); lacking that, prefer running locally in a contained environment.
Capability Analysis
Type: OpenClaw Skill
Name: scrum-master
Version: 1.0.0
The 'scrum-master' skill bundle is a legitimate toolset for agile team analysis and coaching. It contains three Python scripts (retrospective_analyzer.py, sprint_health_scorer.py, and velocity_analyzer.py) that perform data-driven analysis on sprint JSON exports using standard statistical methods like linear regression and Monte Carlo simulations. The code is well-structured, uses only standard libraries, and lacks any indicators of malicious intent such as network connectivity, file system persistence, or unauthorized data access. The instructions in SKILL.md are strictly aligned with the provided tools and do not contain any prompt injection attempts or deceptive directives.
Capability Assessment
Purpose & Capability
Name/description match included artifacts: three Python analytics scripts, sample JSON schema, templates, and references are appropriate for a Scrum Master analytics skill. Slight mismatch: the registry metadata lists no required binaries while SKILL.md instructs running `python ...` (the skill needs a Python runtime but does not declare it). This is likely an oversight, not a functional mismatch with purpose.
Instruction Scope
Runtime instructions are narrowly scoped: run the included Python scripts against user-provided sprint JSON exports and produce reports. Instructions do not direct the agent to read unrelated system files or to send data to unexpected external endpoints. They require the user to provide mapped Jira exports as JSON (no implicit credential access).
Install Mechanism
There is no install spec (instruction-only), yet the package contains Python scripts and assets — meaning code will be executed from the skill bundle. This is a low-to-moderate friction model (no external downloads), but the SKILL.md should declare that a Python interpreter (and any Python package dependencies) must be present. No URLs or third-party install sources are present.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate: the scripts operate on user-supplied JSON exports. There are no declared secrets or unrelated credential requests.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and allows autonomous invocation by default (platform normal). It does not request persistent system-wide privileges or modify other skills. Autonomous invocation combined with bundled executable scripts increases impact if malicious, but there is no direct sign of such behavior here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scrum-master - After installation, invoke the skill by name or use
/scrum-master - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
Metadata
Frequently Asked Questions
What is scrum-master?
Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives... It is an AI Agent Skill for Claude Code / OpenClaw, with 453 downloads so far.
How do I install scrum-master?
Run "/install scrum-master" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is scrum-master free?
Yes, scrum-master is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does scrum-master support?
scrum-master is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created scrum-master?
It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v1.0.0.
More Skills